--TEST-- JIT ADD: 014 incorrect guard elimination --INI-- opcache.enable=1 opcache.enable_cli=1 opcache.file_update_protection=0 opcache.jit_buffer_size=1M --FILE-- > 4 - $j++; if ($j > 14) break; } } try { @test(); } catch (Throwable $e) { echo $e->getMessage() . "\n"; } ?> --EXPECT-- Bit shift by negative number