Skip to content

Commit 302ad0d

Browse files
committed
Fix test, committed in wrong folder
1 parent eae0610 commit 302ad0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Zend/tests/bug62653.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ unset($array[(float)$foo]);
1414
print_r($array);
1515

1616
$array = array("5"=>"bar");
17-
$foo = "5";
17+
$foo = "10.0000";
1818
$foo /= 2; //Makes $foo = 5 but still gettype($foo) = "double"
1919
$name = "foo";
2020
unset($array[$$name]);

0 commit comments

Comments
 (0)