Home
last modified time | relevance | path

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

/PHP-5.4/Zend/
H A Dzend_vm_opcodes.h27 #define ZEND_ADD 1 macro
H A DREADME.ZEND_VM22 <OPCODE> is an opcode name (ZEN_NOP, ZEND_ADD, :)
H A Dzend_opcode.c571 case ZEND_ADD: in get_binary_op()
H A Dzend_language_parser.y755 | expr '+' expr { zend_do_binary_op(ZEND_ADD, &$$, &$1, &$3 TSRMLS_CC); }
762 … { $1.op_type = IS_CONST; INIT_PZVAL(&$1.u.constant); zend_do_binary_op(ZEND_ADD, &$$, &$1, &$2 TS…
H A Dzend_vm_def.h28 ZEND_VM_HANDLER(1, ZEND_ADD, CONST|TMP|VAR|CV, CONST|TMP|VAR|CV)

Completed in 23 milliseconds