Home
last modified time | relevance | path

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

/PHP-5.5/Zend/
H A Dzend_vm_opcodes.h65 #define ZEND_PRE_DEC 35 macro
H A Dzend_language_parser.y758 | T_DEC rw_variable { zend_do_pre_incdec(&$$, &$2, ZEND_PRE_DEC TSRMLS_CC); }
H A Dzend_vm_def.h848 ZEND_VM_HANDLER(35, ZEND_PRE_DEC, VAR|CV, ANY)
/PHP-5.5/ext/opcache/Optimizer/
H A Dpass3.c423 opline->opcode = ZEND_PRE_DEC;
H A Dblock_pass.c1947 case ZEND_PRE_DEC: in zend_t_usage()

Completed in 23 milliseconds