]> granicus.if.org Git - php/commitdiff
- Fixed tests
authorFelipe Pena <felipe@php.net>
Thu, 24 Jul 2008 03:30:02 +0000 (03:30 +0000)
committerFelipe Pena <felipe@php.net>
Thu, 24 Jul 2008 03:30:02 +0000 (03:30 +0000)
ext/standard/tests/array/each.phpt
ext/standard/tests/array/each_error.phpt

index edbdde072758a654cbc90796a42e00f1ace04f1d..e90e05963fc03f456e7ada6adeefa79cedb5c68f 100644 (file)
Binary files a/ext/standard/tests/array/each.phpt and b/ext/standard/tests/array/each.phpt differ
index 08a127737cbe010033ed009e2bcc9ad7aae74a69..489681a5fa3e14f1c317fe5dec5d59dabb8d469f 100644 (file)
@@ -32,11 +32,11 @@ echo "Done";
 
 -- Testing each() function with Zero arguments --
 
-Warning: Wrong parameter count for each() in %s on line %d
+Warning: each() expects exactly 1 parameter, 0 given in %s on line %d
 NULL
 
 -- Testing each() function with more than expected no. of arguments --
 
-Warning: Wrong parameter count for each() in %s on line %d
+Warning: each() expects exactly 1 parameter, 2 given in %s on line %d
 NULL
 Done