bug78297.phpt 396 B

12345678910111213141516
  1. --TEST--
  2. Bug #78297: Include unexistent file memory leak
  3. --PHPDBG--
  4. r
  5. q
  6. --FILE--
  7. <?php
  8. include "does_not_exist.php";
  9. --EXPECTF--
  10. [Successful compilation of %s]
  11. prompt>
  12. Warning: include(%s): Failed to open stream: No such file or directory in %s on line %d
  13. Warning: include(): Failed opening 'does_not_exist.php' for inclusion (include_path=%s) in %s on line %d
  14. [Script ended normally]
  15. prompt>