summaryrefslogtreecommitdiff
path: root/ext/standard/tests/array/array_uintersect_error.phpt
diff options
context:
space:
mode:
authorMark A. Hershberger <mah@debian.(none)>2009-03-25 19:39:21 -0400
committerMark A. Hershberger <mah@debian.(none)>2009-03-25 19:39:21 -0400
commit6821b67124604da690c5e9276d5370d679c63ac8 (patch)
treebefb4ca2520eb577950cef6cb76d10b914cbf67a /ext/standard/tests/array/array_uintersect_error.phpt
parentcd0b49c72aee33b3e44a9c589fcd93b9e1c7a64f (diff)
downloadphp-6821b67124604da690c5e9276d5370d679c63ac8.tar.gz
Imported Upstream version 5.3.0RC1upstream/5.3.0_RC1upstream/5.3.0RC1
Diffstat (limited to 'ext/standard/tests/array/array_uintersect_error.phpt')
-rw-r--r--ext/standard/tests/array/array_uintersect_error.phpt5
1 files changed, 2 insertions, 3 deletions
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===
-