Home
last modified time | relevance | path

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

/PHP-5.5/ext/opcache/
H A DZendAccelerator.h373 # define ZEND_DONE_PASS_TWO(op_array) (((op_array)->fn_flags & ZEND_ACC_DONE_PASS_TWO) != 0)
/PHP-5.5/Zend/
H A Dzend_opcode.c406 if (op_array->fn_flags & ZEND_ACC_DONE_PASS_TWO) { in destroy_op_array()
793 op_array->fn_flags |= ZEND_ACC_DONE_PASS_TWO; in pass_two()
H A Dzend_compile.h214 #define ZEND_ACC_DONE_PASS_TWO 0x8000000 macro
/PHP-5.5/
H A DNEWS3208 . Replaced zend_op_array.done_pass_two by ZEND_ACC_DONE_PASS_TWO in

Completed in 38 milliseconds