Home
last modified time | relevance | path

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

/PHP-7.3/Zend/
H A Dzend_opcode.c377 || !(op_array->fn_flags & ZEND_ACC_DONE_PASS_TWO)) { in destroy_op_array()
396 if (op_array->fn_flags & ZEND_ACC_DONE_PASS_TWO) { in destroy_op_array()
552 op_array->fn_flags |= ZEND_ACC_DONE_PASS_TWO; in pass_two()
H A Dzend_compile.h314 #define ZEND_ACC_DONE_PASS_TWO (1 << 27) /* | X | | */ macro
/PHP-7.3/ext/opcache/Optimizer/
H A Dzend_optimizer.c1284 if (op_array->fn_flags & ZEND_ACC_DONE_PASS_TWO) { in zend_redo_pass_two()
1373 if (op_array->fn_flags & ZEND_ACC_DONE_PASS_TWO) { in zend_redo_pass_two_ex()
/PHP-7.3/ext/opcache/
H A Dzend_persist.c467 if (op_array->fn_flags & ZEND_ACC_DONE_PASS_TWO) { in zend_persist_op_array_ex()

Completed in 24 milliseconds