Home
last modified time | relevance | path

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

/PHP-7.4/Zend/
H A Dzend_compile.h832 ZEND_API zend_uchar zend_get_call_op(const zend_op *init_op, zend_function *fbc);
H A Dzend_compile.c84 static void init_op(zend_op *op) in init_op() function
109 init_op(next_op); in get_next_op()
2025 init_op(&tmp_opline); in zend_delayed_emit_op()
3107 ZEND_API zend_uchar zend_get_call_op(const zend_op *init_op, zend_function *fbc) /* {{{ */ in zend_get_call_op() argument
3111 if (init_op->opcode == ZEND_INIT_FCALL && !zend_execute_internal) { in zend_get_call_op()
3125 (init_op->opcode == ZEND_INIT_FCALL_BY_NAME || in zend_get_call_op()
3126 init_op->opcode == ZEND_INIT_NS_FCALL_BY_NAME)) { in zend_get_call_op()

Completed in 29 milliseconds