mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +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
|
@ -470,7 +470,6 @@ static void zend_file_cache_serialize_op_array(zend_op_array *op_arra
|
|||
SERIALIZE_PTR(opline->op2.jmp_addr);
|
||||
}
|
||||
break;
|
||||
case ZEND_DECLARE_ANON_CLASS:
|
||||
case ZEND_FE_FETCH_R:
|
||||
case ZEND_FE_FETCH_RW:
|
||||
case ZEND_SWITCH_LONG:
|
||||
|
@ -1169,7 +1168,6 @@ static void zend_file_cache_unserialize_op_array(zend_op_array *op_arr
|
|||
UNSERIALIZE_PTR(opline->op2.jmp_addr);
|
||||
}
|
||||
break;
|
||||
case ZEND_DECLARE_ANON_CLASS:
|
||||
case ZEND_FE_FETCH_R:
|
||||
case ZEND_FE_FETCH_RW:
|
||||
case ZEND_SWITCH_LONG:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue