Home
last modified time | relevance | path

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

/PHP-5.4/Zend/
H A Dzend_opcode.c93 op_array->fn_flags = CG(interactive)?ZEND_ACC_INTERACTIVE:0; in init_op_array()
424 if (op_array->fn_flags & ZEND_ACC_INTERACTIVE) { in get_next_op()
497 if (!(op_array->fn_flags & ZEND_ACC_INTERACTIVE) && CG(context).vars_size != op_array->last_var) { in pass_two()
501 if (!(op_array->fn_flags & ZEND_ACC_INTERACTIVE) && CG(context).opcodes_size != op_array->last) { in pass_two()
505 …if (!(op_array->fn_flags & ZEND_ACC_INTERACTIVE) && CG(context).literals_size != op_array->last_li… in pass_two()
H A Dzend_vm_execute.skl58 …EX(opline) = UNEXPECTED((op_array->fn_flags & ZEND_ACC_INTERACTIVE) != 0) && EG(start_op) ? EG(sta…
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…
159 #define ZEND_ACC_INTERACTIVE 0x10 macro
H A Dzend_execute_API.c1273 if (!(CG(active_op_array)->fn_flags & ZEND_ACC_INTERACTIVE) in execute_new_code()
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()
H A Dzend_vm_execute.h395 …EX(opline) = UNEXPECTED((op_array->fn_flags & ZEND_ACC_INTERACTIVE) != 0) && EG(start_op) ? EG(sta… in execute()

Completed in 117 milliseconds