Home
last modified time | relevance | path

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

/php-src/Zend/
H A Dzend_compile.c2345 static inline uint32_t zend_emit_jump(uint32_t opnum_target) /* {{{ */ in zend_emit_jump() argument
2349 opline->op1.opline_num = opnum_target; in zend_emit_jump()
2382 static inline uint32_t zend_emit_cond_jump(uint8_t opcode, znode *cond, uint32_t opnum_target) /* {… in zend_emit_cond_jump() argument
2401 opline->op2.opline_num = opnum_target; in zend_emit_cond_jump()
2406 static inline void zend_update_jump_target(uint32_t opnum_jump, uint32_t opnum_target) /* {{{ */ in zend_update_jump_target() argument
2411 opline->op1.opline_num = opnum_target; in zend_update_jump_target()
2422 opline->op2.opline_num = opnum_target; in zend_update_jump_target()

Completed in 32 milliseconds