Home
last modified time | relevance | path

Searched refs:ZEND_MUL (Results 1 – 8 of 8) sorted by relevance

/PHP-5.5/Zend/
H A Dzend_vm_opcodes.h33 #define ZEND_MUL 3 macro
H A Dzend_opcode.c831 case ZEND_MUL: in get_binary_op()
H A Dzend_language_parser.y770 | expr '*' expr { zend_do_binary_op(ZEND_MUL, &$$, &$1, &$3 TSRMLS_CC); }
H A Dzend_vm_def.h58 ZEND_VM_HANDLER(3, ZEND_MUL, CONST|TMP|VAR|CV, CONST|TMP|VAR|CV)
/PHP-5.5/ext/opcache/Optimizer/
H A Dpass3.c45 case ZEND_MUL:
68 opline->opcode == ZEND_MUL ||
98 case ZEND_MUL:
H A Dpass2.c16 case ZEND_MUL:
H A Dpass1_5.c18 case ZEND_MUL:
H A Dblock_pass.c995 opline->opcode == ZEND_MUL || in zend_optimize_block()

Completed in 34 milliseconds