Searched refs:init_op (Results 1 – 3 of 3) sorted by relevance
799 void init_op(zend_op *op);807 ZEND_API zend_uchar zend_get_call_op(const zend_op *init_op, zend_function *fbc);
454 void init_op(zend_op *op) in init_op() function473 init_op(next_op); in get_next_op()
2292 init_op(&tmp_opline); in zend_delayed_emit_op()3254 ZEND_API zend_uchar zend_get_call_op(const zend_op *init_op, zend_function *fbc) /* {{{ */ in zend_get_call_op() argument3258 if (init_op->opcode == ZEND_INIT_FCALL && !zend_execute_internal) { in zend_get_call_op()3272 (init_op->opcode == ZEND_INIT_FCALL_BY_NAME || in zend_get_call_op()3273 init_op->opcode == ZEND_INIT_NS_FCALL_BY_NAME)) { in zend_get_call_op()
Completed in 33 milliseconds