1--TEST-- 2GH-14267: JIT cannot be enabled at runtime 3--INI-- 4opcache.enable=1 5opcache.enable_cli=1 6opcache.jit=off 7opcache.jit_buffer_size=32M 8--EXTENSIONS-- 9opcache 10--FILE-- 11<?php 12ini_set('opcache.jit', 'tracing'); 13?> 14===DONE=== 15--EXPECT-- 16===DONE=== 17