Home
last modified time | relevance | path

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

/PHP-5.5/Zend/
H A Dzend_vm_opcodes.h149 #define ZEND_POST_DEC_OBJ 135 macro
H A Dzend_vm_def.h796 ZEND_VM_HANDLER(135, ZEND_POST_DEC_OBJ, VAR|UNUSED|CV, CONST|TMP|VAR|CV)
H A Dzend_compile.c1206 last_op->opcode = (op==ZEND_POST_INC)?ZEND_POST_INC_OBJ:ZEND_POST_DEC_OBJ; in zend_do_post_incdec()
/PHP-5.5/ext/opcache/Optimizer/
H A Dzend_optimizer.c202 case ZEND_POST_DEC_OBJ: in update_op2_const()

Completed in 61 milliseconds