Home
last modified time | relevance | path

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

/PHP-5.5/Zend/
H A Dzend_vm_opcodes.h148 #define ZEND_POST_INC_OBJ 134 macro
H A Dzend_vm_def.h791 ZEND_VM_HANDLER(134, ZEND_POST_INC_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.c201 case ZEND_POST_INC_OBJ: in update_op2_const()

Completed in 41 milliseconds