1--TEST-- 2GH-16829 (Segmentation fault with opcache.jit=tracing enabled on aarch64) 3--INI-- 4opcache.jit_buffer_size=32M 5--EXTENSIONS-- 6opcache 7--FILE-- 8<?php 9touch(__DIR__ . '/gh16829_1.inc'); 10require_once(__DIR__ . '/gh16829_1.inc'); 11?> 12DONE 13--EXPECT-- 14DONE 15