diff --git a/language/operators.xml b/language/operators.xml index 27c250a377..3153dd20ae 100644 --- a/language/operators.xml +++ b/language/operators.xml @@ -1096,7 +1096,8 @@ Expression: 0 = -4 << 62 - If you compare an integer with a string, the string is + If you compare an integer with a string, excluding the identical (===) and + 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