ZEND_MUL         1313 Zend/zend_ast.c 				case ZEND_MUL:                 BINARY_OP(" * ",   210, 210, 211);
ZEND_MUL         6026 Zend/zend_compile.c 	zend_emit_op_tmp(result, ZEND_MUL, &lefthand_node, &expr_node);
ZEND_MUL          907 Zend/zend_language_parser.y 	|	expr '*' expr	{ $$ = zend_ast_create_binary_op(ZEND_MUL, $1, $3); }
ZEND_MUL          730 Zend/zend_opcode.c 		case ZEND_MUL:
ZEND_MUL         1015 Zend/zend_operators.c 					ZEND_TRY_BINARY_OBJECT_OPERATION(ZEND_MUL, mul_function);
ZEND_MUL          114 Zend/zend_vm_def.h ZEND_VM_HANDLER(3, ZEND_MUL, CONST|TMPVAR|CV, CONST|TMPVAR|CV)
ZEND_MUL          499 ext/gmp/gmp.c  	case ZEND_MUL:
ZEND_MUL          970 ext/opcache/Optimizer/block_pass.c 					opline->opcode == ZEND_MUL ||
ZEND_MUL           52 ext/opcache/Optimizer/pass1_5.c 		case ZEND_MUL:
ZEND_MUL           46 ext/opcache/Optimizer/pass2.c 			case ZEND_MUL:
ZEND_MUL           75 ext/opcache/Optimizer/pass3.c 			case ZEND_MUL:
ZEND_MUL           99 ext/opcache/Optimizer/pass3.c 						 opline->opcode == ZEND_MUL ||
ZEND_MUL          127 ext/opcache/Optimizer/pass3.c 							case ZEND_MUL: