Home
last modified time | relevance | path

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

/PHP-5.4/Zend/
H A Dzend_vm_execute.skl58 …EXPECTED((op_array->fn_flags & ZEND_ACC_INTERACTIVE) != 0) && EG(start_op) ? EG(start_op) : op_arr…
H A Dzend_globals.h258 zend_op *start_op; member
H A Dzend_execute_API.c197 EG(start_op) = NULL; in init_executor()
1286 if (!EG(start_op)) { in execute_new_code()
1287 EG(start_op) = CG(active_op_array)->opcodes; in execute_new_code()
1290 opline=EG(start_op); in execute_new_code()
1336 EG(start_op) = CG(active_op_array)->opcodes+CG(active_op_array)->last; in execute_new_code()
H A Dzend_vm_execute.h395 …EXPECTED((op_array->fn_flags & ZEND_ACC_INTERACTIVE) != 0) && EG(start_op) ? EG(start_op) : op_arr… in execute()
/PHP-5.4/
H A DUPGRADING.INTERNALS61 . zend_op_array.start_op is moved into EG(start_op), because it's used
H A DNEWS2017 . Moved zend_op_array.start_op into EG(start_op) as it's used only for

Completed in 113 milliseconds