From:             jmchen at zinwell dot com dot tw
Operating system: windows
PHP version:      4.3.7
PHP Bug Type:     Documentation problem
Bug description:  [chm] bug on language.oop.constructor.html

Description:
------------
I have found a bug on page language.oop.constructor.html
[chm date: 2003-09-06]...
At last example in PHP 4, the class B would have no constructor function
of its own and the constructor of the base class would have been called,
printing 'I am a regular function named B in class A.<br>I am not a
constructor in A.<br>', but not printing 'I am the constructor of
A.<br>'.


Reproduce code:
---------------
As manual's example.

Actual result:
--------------
I am confused with the latest manual right now. I don't know which one is
correct. May I miss something?

-- 
Edit bug report at http://bugs.php.net/?id=30091&edit=1
-- 
Try a CVS snapshot (php4):   http://bugs.php.net/fix.php?id=30091&r=trysnapshot4
Try a CVS snapshot (php5.0): http://bugs.php.net/fix.php?id=30091&r=trysnapshot50
Try a CVS snapshot (php5.1): http://bugs.php.net/fix.php?id=30091&r=trysnapshot51
Fixed in CVS:                http://bugs.php.net/fix.php?id=30091&r=fixedcvs
Fixed in release:            http://bugs.php.net/fix.php?id=30091&r=alreadyfixed
Need backtrace:              http://bugs.php.net/fix.php?id=30091&r=needtrace
Need Reproduce Script:       http://bugs.php.net/fix.php?id=30091&r=needscript
Try newer version:           http://bugs.php.net/fix.php?id=30091&r=oldversion
Not developer issue:         http://bugs.php.net/fix.php?id=30091&r=support
Expected behavior:           http://bugs.php.net/fix.php?id=30091&r=notwrong
Not enough info:             http://bugs.php.net/fix.php?id=30091&r=notenoughinfo
Submitted twice:             http://bugs.php.net/fix.php?id=30091&r=submittedtwice
register_globals:            http://bugs.php.net/fix.php?id=30091&r=globals
PHP 3 support discontinued:  http://bugs.php.net/fix.php?id=30091&r=php3
Daylight Savings:            http://bugs.php.net/fix.php?id=30091&r=dst
IIS Stability:               http://bugs.php.net/fix.php?id=30091&r=isapi
Install GNU Sed:             http://bugs.php.net/fix.php?id=30091&r=gnused
Floating point limitations:  http://bugs.php.net/fix.php?id=30091&r=float
MySQL Configuration Error:   http://bugs.php.net/fix.php?id=30091&r=mysqlcfg

Reply via email to