mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Fix doc bug #53701 (T_USE should not be available on PHP 5.2) by adding the
version T_USE was first reserved in. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@307324 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
d641f0b28b
commit
bd8b68ba09
1 changed files with 1 additions and 1 deletions
|
@ -706,7 +706,7 @@
|
|||
<entry><constant>T_USE</constant></entry>
|
||||
<entry>use</entry>
|
||||
<entry><link linkend="language.namespaces">namespaces</link>
|
||||
(available since PHP 5.3.0)</entry>
|
||||
(available since PHP 5.3.0; reserved since PHP 4.0.0)</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><constant>T_VAR</constant></entry>
|
||||
|
|
Loading…
Reference in a new issue