Home > Archive > PHP Documentation > October 2004 > Typo found!
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
|
|
| Pierre & Mirjam Charbonneau 2004-10-13, 3:55 am |
| First off, I wish to extend my thanks to you guys for the great efforts that you put forth. Your time and energy have served me greatly. I beleive I have spotted two typos so I thought I would let you know.
1.
http://www.php.net/manual/en/langua....visibility.php
Bottom of the page:
"Note: The use PHP 4 use of declaring ..."
I beleive that's an extra use .. or the whole thing could be ... "The PHP 4 practice of declaring ..."
2.
http://www.php.net/manual/en/language.oop5.basic.php
I have the feeling that the term overriding is meant and not overloading.
"The inherited methods and members can be overloaded, unless the parent class has defined a method as final, by redeclaring them within the same name defined in the parent class. It is possible to access the overloaded method or members by referencing them with parent::"
| |
|
|
|
|
|