Skip to content

Commit 99196fc

Browse files
committed
Fix phpGH-7780, no array_diff_ukey was present
1 parent 70c29f8 commit 99196fc

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

ext/standard/basic_functions.stub.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1125,7 +1125,6 @@ function array_diff_key(array $array, array ...$arrays): array {}
11251125
/**
11261126
* @param array|callable $rest
11271127
* @refcount 1
1128-
* @compile-time-eval
11291128
*/
11301129
function array_diff_ukey(array $array, ...$rest): array {}
11311130

ext/standard/basic_functions_arginfo.h

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)