]> granicus.if.org Git - php/commitdiff
Fix test and convert to UNIX line endings
authorRasmus Lerdorf <rasmus@php.net>
Sat, 2 Feb 2008 01:01:04 +0000 (01:01 +0000)
committerRasmus Lerdorf <rasmus@php.net>
Sat, 2 Feb 2008 01:01:04 +0000 (01:01 +0000)
ext/standard/tests/array/array_filter.phpt

index e628560d2857c82a32f5a9d571a86ede9b08a414..94f8e39331e77fe1fc0b9a8539c31e680058076c 100644 (file)
@@ -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 ==