From 821c5e40e7139c06c95e301f30394225efa6e9a3 Mon Sep 17 00:00:00 2001 From: Joe Watkins Date: Sat, 26 Jan 2013 11:26:56 +0000 Subject: [PATCH] #61974 edit errors section to include E_WARNING on not found info git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@329305 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/filesystem/functions/file-get-contents.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reference/filesystem/functions/file-get-contents.xml b/reference/filesystem/functions/file-get-contents.xml index 215ac4380e..668cd04f0e 100644 --- a/reference/filesystem/functions/file-get-contents.xml +++ b/reference/filesystem/functions/file-get-contents.xml @@ -162,7 +162,7 @@ &reftitle.errors; - An E_WARNING level error is generated if either maxlength + An E_WARNING level error is generated if filename cannot be found, maxlength is less than zero, or if seeking to the specified offset in the stream fails.