mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
Typo fix
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@299561 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
495a229052
commit
5e05b9d6ea
1 changed files with 3 additions and 3 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue