mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Merge branch 'PHP-8.1' into PHP-8.2
* PHP-8.1: remove assert raising strange behavior with GCC 10
This commit is contained in:
commit
420469bd25
1 changed files with 0 additions and 1 deletions
|
@ -1754,7 +1754,6 @@ ZEND_METHOD(ReflectionFunctionAbstract, getClosureUsedVariables)
|
|||
|
||||
zend_op *opline = ops->opcodes + ops->num_args;
|
||||
if (ops->fn_flags & ZEND_ACC_VARIADIC) {
|
||||
ZEND_ASSERT(opline->opcode == ZEND_RECV_VARIADIC);
|
||||
opline++;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue