From 6821b67124604da690c5e9276d5370d679c63ac8 Mon Sep 17 00:00:00 2001 From: "Mark A. Hershberger" Date: Wed, 25 Mar 2009 19:39:21 -0400 Subject: Imported Upstream version 5.3.0RC1 --- ext/standard/tests/array/array_uintersect_error.phpt | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'ext/standard/tests/array/array_uintersect_error.phpt') diff --git a/ext/standard/tests/array/array_uintersect_error.phpt b/ext/standard/tests/array/array_uintersect_error.phpt index eb111c5fd..1b25db434 100644 --- a/ext/standard/tests/array/array_uintersect_error.phpt +++ b/ext/standard/tests/array/array_uintersect_error.phpt @@ -35,12 +35,11 @@ var_dump( array_uintersect($arr1, $arr2) ); -- Testing array_uintersect() function with more than expected no. of arguments -- -Warning: array_uintersect(): Not a valid callback 10 in %s on line %d +Warning: array_uintersect() expects parameter 4 to be a valid callback, no array or string given in %sarray_uintersect_error.php on line %d NULL -- Testing array_uintersect() function with less than expected no. of arguments -- -Warning: Wrong parameter count for array_uintersect() in %s on line %d +Warning: array_uintersect(): at least 3 parameters are required, 2 given in %sarray_uintersect_error.php on line %d NULL ===DONE=== - -- cgit v1.2.3