Skip to content

Commit a7f5262

Browse files
committed
Fix another test.
1 parent 02e5385 commit a7f5262

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ext/standard/tests/array/bug74345.phpt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ try {
4040
?>
4141
===DONE===
4242
--EXPECT--
43-
array_map(): Argument #2 ($array1) must be of type array, null given
44-
array_map(): Argument #2 ($array1) must be of type array, null given
43+
array_map(): Argument #2 ($array) must be of type array, null given
44+
array_map(): Argument #2 ($array) must be of type array, null given
4545
preg_replace_callback(): Argument #3 ($subject) must be of type array|string, stdClass given
4646
===DONE===

0 commit comments

Comments
 (0)