mirror of
https://github.com/php/php-src.git
synced 2026-03-31 20:53:00 +02:00
Merge branch 'PHP-7.3'
This commit is contained in:
@@ -827,7 +827,7 @@ literals_handle_static_prop:
|
||||
Z_CACHE_SLOT_P(val) = op_array->cache_size;
|
||||
op_array->cache_size += sizeof(zval);
|
||||
}
|
||||
} else if (opline->opcode != ZEND_RECV) {
|
||||
} else if (opline->opcode != ZEND_RECV && opline->opcode != ZEND_EXT_NOP) {
|
||||
break;
|
||||
}
|
||||
opline++;
|
||||
|
||||
Reference in New Issue
Block a user