--TEST-- Bug GH-8591 001 (JIT does not account for class re-compile) --EXTENSIONS-- opcache --INI-- opcache.enable=1 opcache.enable_cli=1 opcache.jit_buffer_size=1M opcache.jit=1255 opcache.file_update_protection=0 opcache.revalidate_freq=0 opcache.protect_memory=1 opcache.preload={PWD}/gh8591-006.inc --SKIPIF-- --FILE-- cast(); } } } new Model(); var_dump($x); print "OK"; --EXPECT-- int(1) OK