--TEST-- JIT INC: 006 --INI-- opcache.enable=1 opcache.enable_cli=1 opcache.file_update_protection=0 opcache.jit_buffer_size=1M opcache.protect_memory=1 ;opcache.jit_debug=257 --EXTENSIONS-- opcache --FILE-- mem, mem var_dump($x); } foo(); ?> --EXPECT-- int(2) int(2)