summaryrefslogtreecommitdiff
path: root/ext/standard/tests/file/bug35740.phpt
blob: 29ab0248d8dcf69bb826f7c0d4cc76c33369518b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--TEST--
Bug #35740 (memory leak when including a directory)
--FILE--
<?php

include (__DIR__);

echo "Done\n";
?>
--EXPECTF--
Warning: include(%s): Failed to open stream: %s in %s on line %d

Warning: include(): Failed opening '%s' for inclusion (include_path='%s') in %s on line %d
Done