summaryrefslogtreecommitdiff
path: root/ext/standard/tests/file/bug61961.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/standard/tests/file/bug61961.phpt')
-rw-r--r--ext/standard/tests/file/bug61961.phpt2
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/standard/tests/file/bug61961.phpt b/ext/standard/tests/file/bug61961.phpt
index a2d83fe77e..c9ae4c8880 100644
--- a/ext/standard/tests/file/bug61961.phpt
+++ b/ext/standard/tests/file/bug61961.phpt
@@ -8,7 +8,5 @@ file_put_contents($tmp_empty_file, "");
var_dump(file_get_contents($tmp_empty_file, NULL, NULL, NULL, 10));
unlink($tmp_empty_file);
?>
-==DONE==
--EXPECT--
string(0) ""
-==DONE==