Typo: !=== => !==

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@293505 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Richard Quadling 2010-01-13 14:21:08 +00:00
parent 3729f4b4e8
commit 817045d08d

View file

@ -1097,7 +1097,7 @@ Expression: 0 = -4 << 62
</table>
<para>
If you compare an integer with a string, excluding the identical (===) and
not identical (!===) operators, the string is
not identical (!==) operators, the string is
<link linkend="language.types.string.conversion">converted to a number</link>.
If you compare two numerical strings, they are compared as integers. These
rules also apply to the