Index: oop5/constants.xml
===================================================================
RCS file: /repository/phpdoc/en/language/oop5/constants.xml,v
retrieving revision 1.13
diff -u -r1.13 constants.xml
--- oop5/constants.xml 17 Jan 2008 19:06:08 -0000 1.13
+++ oop5/constants.xml 27 Feb 2008 03:13:42 -0000
@@ -14,8 +14,8 @@
As of PHP 5.3.0, it's possible to reference the class using a variable.
- Keywords like self, parent or
- static are not allowed in dynamic class references.
+ The variable's value can not be a keyword (e.g. self,
+ parent and static).
Index: oop5/paamayim-nekudotayim.xml
===================================================================
RCS file: /repository/phpdoc/en/language/oop5/paamayim-nekudotayim.xml,v
retrieving revision 1.13
diff -u -r1.13 paamayim-nekudotayim.xml
--- oop5/paamayim-nekudotayim.xml 17 Jan 2008 19:06:08 -0000 1.13
+++ oop5/paamayim-nekudotayim.xml 27 Feb 2008 03:13:42 -0000
@@ -18,8 +18,8 @@
As of PHP 5.3.0, it's possible to reference the class using a variable.
- Keywords like self, parent or
- static are not allowed in dynamic class references.
+ The variable's value can not be a keyword (e.g. self,
+ parent and static).
Index: oop5/static.xml
===================================================================
RCS file: /repository/phpdoc/en/language/oop5/static.xml,v
retrieving revision 1.16
diff -u -r1.16 static.xml
--- oop5/static.xml 17 Jan 2008 19:06:08 -0000 1.16
+++ oop5/static.xml 27 Feb 2008 03:13:42 -0000
@@ -34,8 +34,8 @@
As of PHP 5.3.0, it's possible to reference the class using a variable.
- Keywords like self, parent or
- static are not allowed in dynamic class references.
+ The variable's value can not be a keyword (e.g. self,
+ parent and static).