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:
Adam Harvey 2011-01-10 04:36:30 +00:00
parent d641f0b28b
commit bd8b68ba09

View file

@ -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>