Skip to content

Commit 1226548

Browse files
committed
Remove CTE flag from array_diff_ukey(), which was added by mistake
This was accidentally added in phpGH-7780, but since it takes a callable argument, this flag is useless on this function. Closes phpGH-10859.
1 parent d0de618 commit 1226548

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
@@ -1804,7 +1804,6 @@ function array_diff_key(array $array, array ...$arrays): array {}
18041804

18051805
/**
18061806
* @param array|callable $rest
1807-
* @compile-time-eval
18081807
* @refcount 1
18091808
*/
18101809
function array_diff_ukey(array $array, ...$rest): array {}

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)