From: Rasmus Lerdorf Date: Sat, 2 Feb 2008 01:01:04 +0000 (+0000) Subject: Fix test and convert to UNIX line endings X-Git-Tag: RELEASE_1_3_1~179 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1ee260b12155f594795cbf42308495114cb396c7;p=php Fix test and convert to UNIX line endings --- diff --git a/ext/standard/tests/array/array_filter.phpt b/ext/standard/tests/array/array_filter.phpt index e628560d28..94f8e39331 100644 --- a/ext/standard/tests/array/array_filter.phpt +++ b/ext/standard/tests/array/array_filter.phpt @@ -82,12 +82,12 @@ array(2) { array(0) { } -Warning: array_filter() expects parameter 2 to be valid callback, array given in %s on line %d +Warning: array_filter() expects parameter 2 to be a valid callback, array must have exactly two members in %s on line %d NULL Warning: array_filter() expects parameter 1 to be array, string given in %s on line %d NULL -Warning: array_filter() expects parameter 2 to be valid callback, integer given in %s on line %d +Warning: array_filter() expects parameter 2 to be a valid callback, no array or string given in %s on line %d NULL == DONE ==