1--TEST-- 2Bug #79948: Exit in auto-prepended file does not abort PHP execution 3--INI-- 4auto_prepend_file={PWD}/bug79948.inc 5--FILE-- 6<?php 7echo "Should not be executed.\n"; 8?> 9--EXPECT-- 10Exiting... 11