1--TEST-- 2Register Alloction 008: Incorrect deoptimization code 3--INI-- 4opcache.enable=1 5opcache.enable_cli=1 6opcache.file_update_protection=0 7opcache.jit_buffer_size=1M 8--FILE-- 9<?php 10function foo($a) { 11 for($i=0; $i<1; $i++) 12 $a=$y / $a = $a + $a != ($a); 13} 14foo(7); 15?> 16--EXPECTF-- 17Warning: Undefined variable $y in %sreg_alloc_008.php on line 4 18