Home
last modified time | relevance | path

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

/PHP-5.5/Zend/
H A Dzend_vm_opcodes.h66 #define ZEND_POST_INC 36 macro
H A Dzend_language_parser.y755 | rw_variable T_INC { zend_do_post_incdec(&$$, &$1, ZEND_POST_INC TSRMLS_CC); }
H A Dzend_vm_def.h895 ZEND_VM_HANDLER(36, ZEND_POST_INC, VAR|CV, ANY)
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 Dpass3.c407 case ZEND_POST_INC:
419 case ZEND_POST_INC:
H A Dblock_pass.c1948 case ZEND_POST_INC: in zend_t_usage()

Completed in 58 milliseconds