fast_call 517 Zend/zend_opcode.c static void zend_adjust_fast_call(zend_op_array *op_array, zend_uint fast_call, zend_uint start, zend_uint end TSRMLS_DC) fast_call 534 Zend/zend_opcode.c op_array->opcodes[op_num - 2].op2.opline_num = fast_call; fast_call 538 Zend/zend_opcode.c static void zend_resolve_fast_call(zend_op_array *op_array, zend_uint fast_call, zend_uint op_num TSRMLS_DC) fast_call 553 Zend/zend_opcode.c if (op_array->opcodes[fast_call].extended_value == 0) { fast_call 554 Zend/zend_opcode.c op_array->opcodes[fast_call].extended_value = ZEND_FAST_CALL_FROM_FINALLY; fast_call 555 Zend/zend_opcode.c op_array->opcodes[fast_call].op2.opline_num = finally_op_num - 2;