From bbb5333f087f695acc61da282de12ed324321d05 Mon Sep 17 00:00:00 2001 From: Peter Cowburn Date: Sat, 1 Aug 2009 12:35:48 +0000 Subject: [PATCH] Fixes #49044 broken sentence in fopen error docs git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@286621 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/filesystem/functions/fopen.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reference/filesystem/functions/fopen.xml b/reference/filesystem/functions/fopen.xml index 18032b7158..86f95133bd 100644 --- a/reference/filesystem/functions/fopen.xml +++ b/reference/filesystem/functions/fopen.xml @@ -256,7 +256,7 @@ $handle = fopen("c:\\data\\info.txt", "r"); &reftitle.errors; - If the open fails, the function an error of level + If the open fails, an error of level E_WARNING is generated. You may use @ to suppress this warning.