Searched refs:init_op (Results 1 – 2 of 2) sorted by relevance
984 ZEND_API uint8_t zend_get_call_op(const zend_op *init_op, zend_function *fbc);
130 static void init_op(zend_op *op) in init_op() function163 init_op(next_op); in get_next_op()2444 init_op(&tmp_opline); in zend_delayed_emit_op()3927 ZEND_API uint8_t zend_get_call_op(const zend_op *init_op, zend_function *fbc) /* {{{ */ in zend_get_call_op() argument3932 if (init_op->opcode == ZEND_INIT_FCALL && !zend_execute_internal) { in zend_get_call_op()3950 (init_op->opcode == ZEND_INIT_FCALL_BY_NAME || in zend_get_call_op()3951 init_op->opcode == ZEND_INIT_NS_FCALL_BY_NAME)) { in zend_get_call_op()
Completed in 45 milliseconds