bug79948.phpt 197 B

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