From: Jani Taskinen Date: Thu, 1 Nov 2007 12:00:59 +0000 (+0000) Subject: fix test X-Git-Tag: RELEASE_2_0_0a1~1510 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=52e3ca0b328fa5c0e51c326245bd9feb7bd0a63b;p=php fix test --- diff --git a/ext/standard/tests/array/array_fill_variation1.phpt b/ext/standard/tests/array/array_fill_variation1.phpt index c81cd19810..438edfc118 100644 --- a/ext/standard/tests/array/array_fill_variation1.phpt +++ b/ext/standard/tests/array/array_fill_variation1.phpt @@ -1,5 +1,5 @@ --TEST-- -Test array_fill() function : usage variations - unexpected values for 'start_key' argument(Bug#43017) +Test array_fill() function : usage variations - unexpected values for 'start_key' argument --FILE-- - int(100) - [1]=> - int(100) -} +Warning: array_fill() expects parameter 1 to be long, string given in %s on line %d +NULL -- Iteration 18 -- -array(2) { - [0]=> - int(100) - [1]=> - int(100) -} +Warning: array_fill() expects parameter 1 to be long, string given in %s on line %d +NULL -- Iteration 19 -- Warning: array_fill() expects parameter 1 to be long, string given in %s on line %d @@ -351,20 +343,12 @@ array(2) { } -- Iteration 17 -- -array(2) { - [0]=> - int(100) - [1]=> - int(100) -} +Warning: array_fill() expects parameter 1 to be long, Unicode string given in %s on line %d +NULL -- Iteration 18 -- -array(2) { - [0]=> - int(100) - [1]=> - int(100) -} +Warning: array_fill() expects parameter 1 to be long, Unicode string given in %s on line %d +NULL -- Iteration 19 -- Warning: array_fill() expects parameter 1 to be long, Unicode string given in %s on line %d