Home
last modified time | relevance | path

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

/PHP-8.4/Zend/
H A Dzend_compile.h984 ZEND_API uint8_t zend_get_call_op(const zend_op *init_op, zend_function *fbc);
H A Dzend_compile.c130 static void init_op(zend_op *op) in init_op() function
163 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() argument
3932 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