Searched refs:ZEND_MUL (Results 1 – 12 of 12) sorted by relevance
33 #define ZEND_MUL 3 macro
124 case ZEND_MUL: in zend_ast_evaluate()
831 case ZEND_MUL: in get_binary_op()
809 | 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…
952 ZEND_TRY_BINARY_OBJECT_OPERATION(ZEND_MUL); in mul_function()
58 ZEND_VM_HANDLER(3, ZEND_MUL, CONST|TMP|VAR|CV, CONST|TMP|VAR|CV)
45 case ZEND_MUL:71 opline->opcode == ZEND_MUL ||101 case ZEND_MUL:
16 case ZEND_MUL:
26 case ZEND_MUL:
1002 opline->opcode == ZEND_MUL || in zend_optimize_block()
192 CASE(ZEND_MUL); in phpdbg_decode_opcode()
543 case ZEND_MUL: in gmp_do_operation_ex()
Completed in 49 milliseconds