Home
last modified time | relevance | path

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

/PHP-5.5/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.c1251 || 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.5/
H A DNEWS3205 backpatch_count into CG(context) as they are used only during compilation.

Completed in 60 milliseconds