From 34bc8e19f93bbb2545c9c03816afb4741cb12cdc Mon Sep 17 00:00:00 2001 From: Jakub Vrana Date: Fri, 17 Aug 2007 09:02:49 +0000 Subject: [PATCH] Other numerical string comparison example (bug #41384) git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@241410 c90b9560-bf6c-de11-be94-00142212c4b1 --- language/operators.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/language/operators.xml b/language/operators.xml index 0e857d6873..e884b48113 100644 --- a/language/operators.xml +++ b/language/operators.xml @@ -1,5 +1,5 @@ - + Operators @@ -545,6 +545,7 @@ echo "hallo" ^ "hello"; // Outputs the ascii values #0 #4 #0 #0 #0 true var_dump("1" == "01"); // 1 == 1 -> true +var_dump("1" == "1e0"); // 1 == 1 -> true switch ("a") { case 0: