We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af3f3be commit bec0aecCopy full SHA for bec0aec
Zend/zend_opcode.c
@@ -585,7 +585,7 @@ ZEND_API int pass_two(zend_op_array *op_array)
585
zend_update_extended_info(op_array);
586
}
587
if (CG(compiler_options) & ZEND_COMPILE_HANDLE_OP_ARRAY) {
588
- if (zend_extension_flags & ZEND_EXTENSIONS_HAVE_OP_ARRAY_PERSIST) {
+ if (zend_extension_flags & ZEND_EXTENSIONS_HAVE_OP_ARRAY_HANDLER) {
589
zend_llist_apply_with_argument(&zend_extensions, (llist_apply_with_arg_func_t) zend_extension_op_array_handler, op_array);
590
591
0 commit comments