1--TEST-- 2JIT MUL: 007 incorrect optimization 3--INI-- 4opcache.enable=1 5opcache.enable_cli=1 6opcache.file_update_protection=0 7opcache.jit_buffer_size=1M 8opcache.protect_memory=1 9--FILE-- 10<?php 11function test() { 12 1.5%2%2%2/2%2; 13} 14test(); 15?> 16DONE 17--EXPECT-- 18DONE