Home
last modified time | relevance | path

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

/PHP-5.5/Zend/
H A Dzend_opcode.c562 zend_uint start_op; in zend_resolve_finally_call() local
581 start_op = get_next_op_number(op_array); in zend_resolve_finally_call()
587 zend_adjust_fast_call(op_array, start_op, in zend_resolve_finally_call()
599 …zend_resolve_fast_call(op_array, start_op + 1, op_array->try_catch_array[i].finally_op - 2 TSRMLS_… in zend_resolve_finally_call()
601 … zend_resolve_fast_call(op_array, start_op, op_array->try_catch_array[i].finally_op - 2 TSRMLS_CC); in zend_resolve_finally_call()
631 opline->op1.opline_num = start_op; in zend_resolve_finally_call()
H A Dzend_globals.h253 zend_op *start_op; member
H A Dzend_execute_API.c194 EG(start_op) = NULL; in init_executor()
1263 if (!EG(start_op)) { in execute_new_code()
1264 EG(start_op) = CG(active_op_array)->opcodes; in execute_new_code()
1267 opline=EG(start_op); in execute_new_code()
1313 EG(start_op) = CG(active_op_array)->opcodes+CG(active_op_array)->last; in execute_new_code()
H A Dzend_execute.c1667 …EXPECTED((op_array->fn_flags & ZEND_ACC_INTERACTIVE) != 0) && EG(start_op) ? EG(start_op) : op_arr… in i_create_execute_data_from_op_array()
/PHP-5.5/
H A DNEWS3206 . Moved zend_op_array.start_op into EG(start_op) as it's used only for

Completed in 87 milliseconds