mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
ZEND_DECLARE_ANON_CLASS doesn't need to skip anything now. It's immediatelly followed by ZEND_NEW.
This commit is contained in:
parent
7cbc6b6546
commit
b065fbde19
12 changed files with 13 additions and 27 deletions
|
@ -959,7 +959,6 @@ ZEND_API int pass_two(zend_op_array *op_array)
|
|||
ZEND_PASS_TWO_UPDATE_JMP_TARGET(op_array, opline, opline->op2);
|
||||
break;
|
||||
}
|
||||
case ZEND_DECLARE_ANON_CLASS:
|
||||
case ZEND_FE_FETCH_R:
|
||||
case ZEND_FE_FETCH_RW:
|
||||
/* absolute index to relative offset */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue