--TEST-- Bug #71127 (Define in auto_prepend_file is overwrite) --INI-- opcache.enable=1 opcache.enable_cli=1 opcache.optimization_level=0x7FFFBFFF --SKIPIF-- --FILE-- "); define("FOO", "okey"); include($file); ?> --CLEAN-- --EXPECTF-- Warning: Constant FOO already defined in %sbug71127.inc on line %d okey