Home
last modified time | relevance | path

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

/PHP-5.6/Zend/
H A Dzend_vm_opcodes.h33 #define ZEND_MUL 3 macro
H A Dzend_ast.c124 case ZEND_MUL: in zend_ast_evaluate()
H A Dzend_opcode.c831 case ZEND_MUL: in get_binary_op()
H A Dzend_language_parser.y809 | expr '*' expr { zend_do_binary_op(ZEND_MUL, &$$, &$1, &$3 TSRMLS_CC); }
1012 …| static_scalar_value '*' static_scalar_value { $$.u.ast = zend_ast_create_binary(ZEND_MUL, $1.u.a…
H A Dzend_operators.c952 ZEND_TRY_BINARY_OBJECT_OPERATION(ZEND_MUL); in mul_function()
H A Dzend_vm_def.h58 ZEND_VM_HANDLER(3, ZEND_MUL, CONST|TMP|VAR|CV, CONST|TMP|VAR|CV)
/PHP-5.6/ext/opcache/Optimizer/
H A Dpass3.c45 case ZEND_MUL:
71 opline->opcode == ZEND_MUL ||
101 case ZEND_MUL:
H A Dpass2.c16 case ZEND_MUL:
H A Dpass1_5.c26 case ZEND_MUL:
H A Dblock_pass.c1002 opline->opcode == ZEND_MUL || in zend_optimize_block()
/PHP-5.6/sapi/phpdbg/
H A Dphpdbg_opcode.c192 CASE(ZEND_MUL); in phpdbg_decode_opcode()
/PHP-5.6/ext/gmp/
H A Dgmp.c543 case ZEND_MUL: in gmp_do_operation_ex()

Completed in 46 milliseconds