diff options
Diffstat (limited to 'ext/standard/tests/file/bug35740.phpt')
-rw-r--r-- | ext/standard/tests/file/bug35740.phpt | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/ext/standard/tests/file/bug35740.phpt b/ext/standard/tests/file/bug35740.phpt deleted file mode 100644 index 78df1843c9..0000000000 --- a/ext/standard/tests/file/bug35740.phpt +++ /dev/null @@ -1,14 +0,0 @@ ---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 |