We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eae0610 commit 302ad0dCopy full SHA for 302ad0d
1 file changed
Zend/tests/bug62653.phpt
@@ -14,7 +14,7 @@ unset($array[(float)$foo]);
14
print_r($array);
15
16
$array = array("5"=>"bar");
17
-$foo = "5";
+$foo = "10.0000";
18
$foo /= 2; //Makes $foo = 5 but still gettype($foo) = "double"
19
$name = "foo";
20
unset($array[$$name]);
0 commit comments