mirror of
https://github.com/php/php-src.git
synced 2025-08-18 06:58:55 +02:00
- Fixed tests
This commit is contained in:
parent
9c262a3343
commit
b1306465de
2 changed files with 2 additions and 2 deletions
Binary file not shown.
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue