Home
last modified time | relevance | path

Searched refs:ZEND_ACC_INTERACTIVE (Results 1 – 6 of 6) sorted by relevance

/PHP-5.5/Zend/
H A Dzend_opcode.c97 op_array->fn_flags = CG(interactive)?ZEND_ACC_INTERACTIVE:0; in init_op_array()
433 if (op_array->fn_flags & ZEND_ACC_INTERACTIVE) { in get_next_op()
737 if (!(op_array->fn_flags & ZEND_ACC_INTERACTIVE) && CG(context).vars_size != op_array->last_var) { in pass_two()
741 if (!(op_array->fn_flags & ZEND_ACC_INTERACTIVE) && CG(context).opcodes_size != op_array->last) { in pass_two()
745 …if (!(op_array->fn_flags & ZEND_ACC_INTERACTIVE) && CG(context).literals_size != op_array->last_li… in pass_two()
H A Dzend_compile.h39 #define INC_BPC(op_array) if (op_array->fn_flags & ZEND_ACC_INTERACTIVE) { (CG(context).backpatch_c…
40 #define DEC_BPC(op_array) if (op_array->fn_flags & ZEND_ACC_INTERACTIVE) { (CG(context).backpatch_c…
41 #define HANDLE_INTERACTIVE() if (CG(active_op_array)->fn_flags & ZEND_ACC_INTERACTIVE) { execute_n…
164 #define ZEND_ACC_INTERACTIVE 0x10 macro
H A Dzend_execute_API.c1250 if (!(CG(active_op_array)->fn_flags & ZEND_ACC_INTERACTIVE) in execute_new_code()
H A Dzend_execute.c1667 …EX(opline) = UNEXPECTED((op_array->fn_flags & ZEND_ACC_INTERACTIVE) != 0) && EG(start_op) ? EG(sta… in i_create_execute_data_from_op_array()
H A Dzend_compile.c73 …if ((CG(active_op_array)->fn_flags & ZEND_ACC_INTERACTIVE) && CG(active_op_array)->run_time_cache)…
84 …if ((CG(active_op_array)->fn_flags & ZEND_ACC_INTERACTIVE) && CG(active_op_array)->run_time_cache)…
177 …CG(context).opcodes_size = (CG(active_op_array)->fn_flags & ZEND_ACC_INTERACTIVE) ? INITIAL_INTERA… in zend_init_compiler_context()
/PHP-5.5/ext/opcache/Optimizer/
H A Dzend_optimizer.c357 (op_array->fn_flags & ZEND_ACC_INTERACTIVE)) { in zend_optimizer()

Completed in 45 milliseconds