From 1ee260b12155f594795cbf42308495114cb396c7 Mon Sep 17 00:00:00 2001 From: Rasmus Lerdorf Date: Sat, 2 Feb 2008 01:01:04 +0000 Subject: [PATCH] Fix test and convert to UNIX line endings --- ext/standard/tests/array/array_filter.phpt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 == -- 2.40.0