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