mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Typo: !=== => !==
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@293505 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
3729f4b4e8
commit
817045d08d
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue