summaryrefslogtreecommitdiff
path: root/ext/standard/tests/file/bug35740.phpt
blob: 3526b249734851e80472591c2fc8ca7fd138d61b (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 (dirname(__FILE__));

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