php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #30091 [chm] bug on language.oop.constructor.html
Submitted: 2004-09-15 10:41 UTC Modified: 2004-09-16 10:56 UTC
From: jmchen at zinwell dot com dot tw Assigned:
Status: Not a bug Package: Documentation problem
PHP Version: 4.3.7 OS: windows
Private report: No CVE-ID: None
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
39 + 5 = ?
Subscribe to this entry?

 
 [2004-09-15 10:41 UTC] jmchen at zinwell dot com dot tw
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?

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2004-09-15 12:58 UTC] jmchen at zinwell dot com dot tw
I saw the same report at #28459. Please ignore this. Thank you.
 [2004-09-16 09:54 UTC] vrana@php.net
Please do not submit the same bug more than once. An existing
bug report already describes this very problem. Even if you feel
that your issue is somewhat different, the resolution is likely
to be the same. 

Thank you for your interest in PHP.


 [2004-09-16 10:56 UTC] jmchen at zinwell dot com dot tw
Sorry about that and thanks for your advice. Even though I know the "RULE", I still make mistakes. I had looked hardly for the same problem with lots of times, but I just misssssed that one that had different title report. It seemed "We can't rely on the title search for the same bug. You should have to check reports one by one."

I will be carefully for the next time.:-)
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue Apr 30 09:01:29 2024 UTC