]> granicus.if.org Git - php/commitdiff
fix test
authorAntony Dovgal <tony2001@php.net>
Tue, 8 Aug 2006 20:13:27 +0000 (20:13 +0000)
committerAntony Dovgal <tony2001@php.net>
Tue, 8 Aug 2006 20:13:27 +0000 (20:13 +0000)
ext/standard/tests/array/array_filter.phpt

index 3c219317cea2f8c154f92437647f5de2e8d19242..b57ec6e515210f62c41a15a0b4e35d050eb24f45 100644 (file)
@@ -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 ==