Home
last modified time | relevance | path

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

/PHP-7.0/ext/opcache/
H A DZendAccelerator.h364 # define ZEND_DONE_PASS_TWO(op_array) (((op_array)->fn_flags & ZEND_ACC_DONE_PASS_TWO) != 0)
/PHP-7.0/Zend/
H A Dzend_opcode.c397 if (op_array->fn_flags & ZEND_ACC_DONE_PASS_TWO) { in destroy_op_array()
705 op_array->fn_flags |= ZEND_ACC_DONE_PASS_TWO; in pass_two()
H A Dzend_compile.h259 #define ZEND_ACC_DONE_PASS_TWO 0x8000000 macro

Completed in 13 milliseconds