From 817045d08d79730462728fa8a6c58c5bd248f511 Mon Sep 17 00:00:00 2001 From: Richard Quadling Date: Wed, 13 Jan 2010 14:21:08 +0000 Subject: [PATCH] Typo: !=== => !== git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@293505 c90b9560-bf6c-de11-be94-00142212c4b1 --- language/operators.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/language/operators.xml b/language/operators.xml index 3153dd20ae..94a1bdc6be 100644 --- a/language/operators.xml +++ b/language/operators.xml @@ -1097,7 +1097,7 @@ Expression: 0 = -4 << 62 If you compare an integer with a string, excluding the identical (===) and - not identical (!===) operators, the string is + not identical (!==) operators, the string is converted to a number. If you compare two numerical strings, they are compared as integers. These rules also apply to the