Skip to content

Commit d74758b

Browse files
committed
Update tests.
1 parent c4cc627 commit d74758b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Zend/tests/named_params/missing_param.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ var_dump(array_keys([41, 42], search_value: 42, strict: true));
3131
--EXPECT--
3232
test(): Argument #2 ($b) not passed
3333
array_keys(): Argument #1 ($array) not passed
34-
array_keys(): Argument #2 ($search_value) must be passed explicitly, because the default value is not known
34+
array_keys(): Argument #2 ($for_value) must be passed explicitly, because the default value is not known
3535
array(1) {
3636
[0]=>
3737
int(1)

0 commit comments

Comments
 (0)