git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@299561 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Philip Olson 2010-05-21 06:09:04 +00:00
parent 495a229052
commit 5e05b9d6ea

View file

@ -19,9 +19,9 @@
<row>
<entry>5.3.0</entry>
<entry>
Changed: It's now possible to reference the class using a variable (e.g,
Changed: It's now possible to reference the class using a variable (e.g.,
<literal>echo $classname::constant;</literal>).
The variable's value can not be a keyword (e.g. <literal>self</literal>,
The variable's value can not be a keyword (e.g., <literal>self</literal>,
<literal>parent</literal> or <literal>static</literal>).
</entry>
</row>
@ -66,7 +66,7 @@
<row>
<entry>5.3.0</entry>
<entry>
Added: <link linkend="language.oop5.late-static-bindings">Late Static Binding</link>.
Added: <link linkend="language.oop5.late-static-bindings">Late Static Bindings</link>.
</entry>
</row>
<row>