felipe          Wed Mar 19 14:55:58 2008 UTC

  Modified files:              
    /php-src/ext/standard/tests/array   array_combine_variation5.phpt 
  Log:
  Fixed test
  
http://cvs.php.net/viewvc.cgi/php-src/ext/standard/tests/array/array_combine_variation5.phpt?r1=1.3&r2=1.4&diff_format=u
Index: php-src/ext/standard/tests/array/array_combine_variation5.phpt
diff -u php-src/ext/standard/tests/array/array_combine_variation5.phpt:1.3 
php-src/ext/standard/tests/array/array_combine_variation5.phpt:1.4
--- php-src/ext/standard/tests/array/array_combine_variation5.phpt:1.3  Wed Nov 
28 14:50:03 2007
+++ php-src/ext/standard/tests/array/array_combine_variation5.phpt      Wed Mar 
19 14:55:58 2008
@@ -213,18 +213,18 @@
 }
 -- Iteration 5 --
 array(1) {
-  [2]=>
+  [u"2.3333"]=>
   float(2.3333)
 }
 -- Iteration 6 --
 array(4) {
-  [1]=>
+  [u"1.2"]=>
   float(1.2)
-  [3]=>
+  [u"3.33"]=>
   float(3.33)
-  [4]=>
+  [u"4.8999992284"]=>
   float(4.8999992284)
-  [33333333]=>
+  [u"33333333.333"]=>
   float(33333333.333)
 }
 -- Iteration 7 --
@@ -281,7 +281,7 @@
   resource(%d) of type (stream)
   [133]=>
   int(133)
-  [444]=>
+  [u"444.432"]=>
   float(444.432)
   [u""]=>
   NULL



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

Reply via email to