Searched refs:fast_ret (Results 1 – 2 of 2) sorted by relevance
8562 const zend_op *fast_ret = EX(func)->op_array.opcodes + Z_OPLINE_NUM_P(fast_call); variable8564 ZEND_VM_JMP_EX(fast_ret + 1, 0);
3412 const zend_op *fast_ret = EX(func)->op_array.opcodes + Z_OPLINE_NUM_P(fast_call); in ZEND_FAST_RET_SPEC_HANDLER() local3414 ZEND_VM_JMP_EX(fast_ret + 1, 0); in ZEND_FAST_RET_SPEC_HANDLER()
Completed in 191 milliseconds