From: Antony Dovgal Date: Tue, 8 Aug 2006 20:13:27 +0000 (+0000) Subject: fix test X-Git-Tag: RELEASE_1_0_0RC1~2027 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=664ed4959ef1778a699d5b7a2aabfe73ffe0cf53;p=php fix test --- diff --git a/ext/standard/tests/array/array_filter.phpt b/ext/standard/tests/array/array_filter.phpt index 3c219317ce..b57ec6e515 100644 --- a/ext/standard/tests/array/array_filter.phpt +++ b/ext/standard/tests/array/array_filter.phpt @@ -82,13 +82,13 @@ array(2) { array(0) { } -Warning: array_filter(): The second argument, 'Array', should be a valid callback in %s on line %d +Warning: array_filter() expects parameter 2 to be valid callback, array given in %s on line %d NULL -Warning: array_filter(): The first argument should be an array in %s on line %d +Warning: array_filter() expects parameter 1 to be array, string given in %s on line %d NULL -Warning: array_filter(): The second argument, '1', should be a valid callback in %s on line %d +Warning: array_filter() expects parameter 2 to be valid callback, integer given in %s on line %d NULL == DONE == --UEXPECTF-- @@ -141,12 +141,12 @@ array(2) { array(0) { } -Warning: array_filter(): The second argument, 'Array', should be a valid callback in %s on line %d +Warning: array_filter() expects parameter 2 to be valid callback, array given in %s on line %d NULL -Warning: array_filter(): The first argument should be an array in %s on line %d +Warning: array_filter() expects parameter 1 to be array, Unicode string given in %s on line %d NULL -Warning: array_filter(): The second argument, '1', should be a valid callback in %s on line %d +Warning: array_filter() expects parameter 2 to be valid callback, integer given in %s on line %d NULL == DONE ==