Commit:    302ad0d648376e072358a269432d3598302b62c0
Author:    Xinchen Hui <larue...@php.net>         Thu, 26 Jul 2012 13:57:04 
+0800
Parents:   eae06100429f37e5297c432e99104daeeed13bad
Branches:  PHP-5.4

Link:       
http://git.php.net/?p=php-src.git;a=commitdiff;h=302ad0d648376e072358a269432d3598302b62c0

Log:
Fix test, committed in wrong folder

Changed paths:
  M  Zend/tests/bug62653.phpt


Diff:
diff --git a/Zend/tests/bug62653.phpt b/Zend/tests/bug62653.phpt
index cf5941c..96299f1 100644
--- a/Zend/tests/bug62653.phpt
+++ b/Zend/tests/bug62653.phpt
@@ -14,7 +14,7 @@ unset($array[(float)$foo]);
 print_r($array);
 
 $array = array("5"=>"bar");
-$foo = "5";
+$foo = "10.0000";
 $foo /= 2; //Makes $foo = 5 but still gettype($foo) = "double"
 $name = "foo";
 unset($array[$$name]);


--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to