Home
last modified time | relevance | path

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

/PHP-5.5/Zend/
H A Dzend_opcode.c517 static void zend_adjust_fast_call(zend_op_array *op_array, zend_uint fast_call, zend_uint start, ze… in zend_adjust_fast_call() argument
534 op_array->opcodes[op_num - 2].op2.opline_num = fast_call; in zend_adjust_fast_call()
538 static void zend_resolve_fast_call(zend_op_array *op_array, zend_uint fast_call, zend_uint op_num T… in zend_resolve_fast_call() argument
553 if (op_array->opcodes[fast_call].extended_value == 0) { in zend_resolve_fast_call()
554 op_array->opcodes[fast_call].extended_value = ZEND_FAST_CALL_FROM_FINALLY; in zend_resolve_fast_call()
555 op_array->opcodes[fast_call].op2.opline_num = finally_op_num - 2; in zend_resolve_fast_call()

Completed in 7 milliseconds