Home
last modified time | relevance | path

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

/PHP-5.4/Zend/
H A Dzend_compile.h39 …C_BPC(op_array) if (op_array->fn_flags & ZEND_ACC_INTERACTIVE) { (CG(context).backpatch_count++); }
40 …C_BPC(op_array) if (op_array->fn_flags & ZEND_ACC_INTERACTIVE) { (CG(context).backpatch_count--); }
61 int backpatch_count; member
H A Dzend_execute_API.c1274 || CG(context).backpatch_count>0 in execute_new_code()
H A Dzend_compile.c181 CG(context).backpatch_count = 0; in zend_init_compiler_context()
/PHP-5.4/
H A DUPGRADING.INTERNALS59 backpatch_count moved into CG(context), because they are used only during
H A DNEWS2016 backpatch_count into CG(context) as they are used only during compilation.

Completed in 59 milliseconds