Commit:    c1cf7538f07d8f905afbff5e82f4c727f6cb9fee
Author:    Xinchen Hui <larue...@php.net>         Sat, 16 Mar 2013 22:58:47 
+0800
Parents:   acd160530a3ef41403853fd983bef3082726b690
Branches:  PHP-5.5

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

Log:
Fixed test after nick previous fix

Changed paths:
  M  ext/spl/tests/iterator_to_array_nonscalar_keys.phpt


Diff:
diff --git a/ext/spl/tests/iterator_to_array_nonscalar_keys.phpt 
b/ext/spl/tests/iterator_to_array_nonscalar_keys.phpt
index a4cbcc3..4ca9485 100644
--- a/ext/spl/tests/iterator_to_array_nonscalar_keys.phpt
+++ b/ext/spl/tests/iterator_to_array_nonscalar_keys.phpt
@@ -24,7 +24,7 @@ array(4) {
   int(0)
   [1]=>
   int(1)
-  [0]=>
+  [2]=>
   int(2)
   [""]=>
   int(3)


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

Reply via email to