From c1cf7538f07d8f905afbff5e82f4c727f6cb9fee Mon Sep 17 00:00:00 2001 From: Xinchen Hui Date: Sat, 16 Mar 2013 22:58:47 +0800 Subject: [PATCH] Fixed test after nick previous fix --- ext/spl/tests/iterator_to_array_nonscalar_keys.phpt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/spl/tests/iterator_to_array_nonscalar_keys.phpt b/ext/spl/tests/iterator_to_array_nonscalar_keys.phpt index a4cbcc3298..4ca9485faf 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) -- 2.50.1