Skip to content

Commit 5239f9f

Browse files
mvoriseknielsdos
authored andcommitted
Remove CTE flag from array_diff_ukey(), which was added by mistake
This was accidentally added in GH-7780, but since it takes a callable argument, this flag is useless on this function. Closes GH-10859.
1 parent ff2f882 commit 5239f9f

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

NEWS

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ PHP NEWS
99
. Fixed bug GH-8646 (Memory leak PHP FPM 8.1). (nielsdos)
1010
. Re-add some CTE functions that were removed from being CTE by a mistake.
1111
(mvorisek)
12+
. Remove CTE flag from array_diff_ukey(), which was added by mistake.
13+
(mvorisek)
1214
. Fixed bug GH-10801 (Named arguments in CTE functions cause a segfault).
1315
(nielsdos)
1416

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)