From 051cc107704e41716190d4b23c2252c0aa730834 Mon Sep 17 00:00:00 2001 From: Yoshinari Takaoka Date: Fri, 27 Nov 2020 21:03:26 +0000 Subject: [PATCH] fixed typo git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@351706 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 20770998d1..6f67017e90 100644 --- a/language/operators.xml +++ b/language/operators.xml @@ -1480,7 +1480,7 @@ Expression: 0 = -4 << 62 Prior to PHP 8.0.0, if a string is compared to a number - or a numeric string than the string was converted to a + or a numeric string then the string was converted to a number before performing the comparison. This can lead to surprising results as can be seen with the following example: