From 086f6b6ece154ca47070f0e3b48357f902ddaf3d Mon Sep 17 00:00:00 2001 From: Richard Quadling Date: Wed, 13 Jan 2010 16:13:30 +0000 Subject: [PATCH] Missed spacing git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@293508 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 d37afe81f5..3ab90bd394 100644 --- a/language/operators.xml +++ b/language/operators.xml @@ -1097,7 +1097,7 @@ Expression: 0 = -4 << 62 If you compare a number with a string or the comparison involves numerical - strings,then each string is + strings, then each string is converted to a number and the comparison performed numerically. These rules also apply to the switch statement. The