Home
last modified time | relevance | path

Searched refs:init_op (Results 1 – 2 of 2) sorted by last modified time

/PHP-8.1/Zend/
H A Dzend_compile.c100 static void init_op(zend_op *op) in init_op() function
125 init_op(next_op); in get_next_op()
2267 init_op(&tmp_opline); in zend_delayed_emit_op()
3699 ZEND_API zend_uchar zend_get_call_op(const zend_op *init_op, zend_function *fbc) /* {{{ */ in zend_get_call_op() argument
3703 if (init_op->opcode == ZEND_INIT_FCALL && !zend_execute_internal) { in zend_get_call_op()
3717 (init_op->opcode == ZEND_INIT_FCALL_BY_NAME || in zend_get_call_op()
3718 init_op->opcode == ZEND_INIT_NS_FCALL_BY_NAME)) { in zend_get_call_op()
H A Dzend_compile.h866 ZEND_API zend_uchar zend_get_call_op(const zend_op *init_op, zend_function *fbc);

Completed in 65 milliseconds