mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 08:58:56 +00:00
T_SMALLER_OR_EQUAL to T_IS_SMALLER_OR_EQUAL
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@171264 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
5020ffe84d
commit
4cd03138c5
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.15 $ -->
|
||||
<!-- $Revision: 1.16 $ -->
|
||||
|
||||
<appendix id="tokens">
|
||||
<title>List of Parser Tokens</title>
|
||||
|
@ -347,7 +347,7 @@
|
|||
<entry><link linkend="language.operators.comparison">comparison operators</link></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>T_SMALLER_OR_EQUAL</entry>
|
||||
<entry>T_IS_SMALLER_OR_EQUAL</entry>
|
||||
<entry><=</entry>
|
||||
<entry><link linkend="language.operators.comparison">comparison operators</link></entry>
|
||||
</row>
|
||||
|
|
Loading…
Reference in a new issue