Home
last modified time | relevance | path

Searched refs:ZEND_ACC_DONE_PASS_TWO (Results 1 – 5 of 5) sorted by relevance

/PHP-7.4/Zend/
H A Dzend_opcode.c461 || !(op_array->fn_flags & ZEND_ACC_DONE_PASS_TWO)) { in destroy_op_array()
480 if (op_array->fn_flags & ZEND_ACC_DONE_PASS_TWO) { in destroy_op_array()
925 op_array->fn_flags |= ZEND_ACC_DONE_PASS_TWO; in pass_two()
H A Dzend_compile.h333 #define ZEND_ACC_DONE_PASS_TWO (1 << 25) /* | X | | */ macro
H A Dzend_compile.c3361 return !ZEND_USER_CODE(fbc->type) || (fbc->common.fn_flags & ZEND_ACC_DONE_PASS_TWO); in fbc_is_finalized()
/PHP-7.4/ext/opcache/Optimizer/
H A Dzend_optimizer.c1123 if (op_array->fn_flags & ZEND_ACC_DONE_PASS_TWO) { in zend_redo_pass_two()
1210 if (op_array->fn_flags & ZEND_ACC_DONE_PASS_TWO) { in zend_redo_pass_two_ex()
/PHP-7.4/ext/opcache/
H A Dzend_persist.c430 if (op_array->fn_flags & ZEND_ACC_DONE_PASS_TWO) { in zend_persist_op_array_ex()

Completed in 46 milliseconds