Skip to content

Commit dd10992

Browse files
committed
Merge branch 'PHP-8.2'
* PHP-8.2: remove assert raising strange behavior with GCC 10
2 parents 3a9a950 + 420469b commit dd10992

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ext/reflection/php_reflection.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1753,7 +1753,6 @@ ZEND_METHOD(ReflectionFunctionAbstract, getClosureUsedVariables)
17531753

17541754
zend_op *opline = ops->opcodes + ops->num_args;
17551755
if (ops->fn_flags & ZEND_ACC_VARIADIC) {
1756-
ZEND_ASSERT(opline->opcode == ZEND_RECV_VARIADIC);
17571756
opline++;
17581757
}
17591758

0 commit comments

Comments
 (0)