php-doc-en/language/oop5
2010-10-23 14:06:51 +00:00
..
abstract.xml Converted to utf-8 2010-03-28 22:10:10 +00:00
autoload.xml Fixed bug #53058 (__autoload example #1) 2010-10-19 04:06:38 +00:00
basic.xml Fixed PHP bug #52494 (description of keyword "new") 2010-08-15 07:39:53 +00:00
changelog.xml Classes ... is => Classes ... are. 2010-10-20 09:22:09 +00:00
cloning.xml Converted to utf-8 2010-03-28 22:10:10 +00:00
constants.xml - Its -> It's (closes bug #52817). 2010-09-12 11:45:09 +00:00
decon.xml Documented constructor changes in PHP 5.3.3. 2010-07-22 17:47:40 +00:00
final.xml Converted to utf-8 2010-03-28 22:10:10 +00:00
inheritance.xml Fixed build 2010-10-20 19:20:45 +00:00
interfaces.xml Another fix for #51664 (Interfaces page gives unclear information about class constants) 2010-04-26 16:50:06 +00:00
iterations.xml fix the iterator implementation. If the array contains a value of false, the previous implementation would bail (the valid() function issues current() which returns false, just as if the array returns false; the new implementation keeps its own index, so there's no need to use current(). 2010-07-28 02:59:12 +00:00
late-static-bindings.xml - Missed a "a" in previous commit. 2010-09-19 07:03:08 +00:00
magic.xml Clarify __tostring() a little, and mention it must return a string. 2010-09-16 23:48:26 +00:00
object-comparison.xml Converted to utf-8 2010-03-28 22:10:10 +00:00
overloading.xml Added a remark about overloaded properties and language constructs (Bug #43936) 2010-10-23 14:06:51 +00:00
paamayim-nekudotayim.xml Converted to utf-8 2010-03-28 22:10:10 +00:00
patterns.xml Fixed PHP bug #51978 2010-06-02 18:45:11 +00:00
properties.xml Converted to utf-8 2010-03-28 22:10:10 +00:00
references.xml Converted to utf-8 2010-03-28 22:10:10 +00:00
serialization.xml Commented out or rewrote PHP 6 documentation as discussed. Grep 'FIXME PHP_6' to fix. Closes PHP Bug #51468 2010-04-06 05:24:11 +00:00
static.xml Show E_xxxx as constants. 2010-07-09 09:57:39 +00:00
typehinting.xml Converted to utf-8 2010-03-28 22:10:10 +00:00
visibility.xml Explained that it is possible accessing private and protected members of other instances of the same object type. 2010-06-11 08:55:34 +00:00