mirror of
https://github.com/php/php-src.git
synced 2025-08-18 06:58:55 +02:00
Merge branch 'PHP-7.4'
* PHP-7.4: Provide type info
This commit is contained in:
commit
ca68570609
1 changed files with 1 additions and 1 deletions
|
@ -403,7 +403,7 @@ static void zend_persist_op_array_ex(zend_op_array *op_array, zend_persistent_sc
|
|||
|| opline->opcode == ZEND_SEND_VAL_EX
|
||||
|| opline->opcode == ZEND_QM_ASSIGN) {
|
||||
/* Update handlers to eliminate REFCOUNTED check */
|
||||
zend_vm_set_opcode_handler_ex(opline, 0, 0, 0);
|
||||
zend_vm_set_opcode_handler_ex(opline, 1 << Z_TYPE_P(opline->op1.zv), 0, 0);
|
||||
}
|
||||
}
|
||||
if (opline->op2_type == IS_CONST) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue