From: Hannes Magnusson Date: Tue, 20 Jun 2006 18:46:14 +0000 (+0000) Subject: add test for file_get_contents() leaking on empty file X-Git-Tag: RELEASE_1_0_0RC1~2684 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f3334c8df347b0ac47764214883ae0aa792d32b5;p=php add test for file_get_contents() leaking on empty file --- diff --git a/ext/standard/tests/file/file_get_contents.phpt b/ext/standard/tests/file/file_get_contents.phpt new file mode 100644 index 0000000000..f481d43532 --- /dev/null +++ b/ext/standard/tests/file/file_get_contents.phpt @@ -0,0 +1,9 @@ +--TEST-- +file_get_contents() leaks on empty file +--FILE-- + +--EXPECT-- +done.