From 6c29c4c4014b5f73b9e1e5a4efdec65df946c549 Mon Sep 17 00:00:00 2001 From: Sherif Ramadan Date: Wed, 23 Jan 2013 15:26:00 +0000 Subject: [PATCH] Added return false problem warning. Fixes bug #63209. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@329280 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/filesystem/functions/file-get-contents.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/reference/filesystem/functions/file-get-contents.xml b/reference/filesystem/functions/file-get-contents.xml index 8e608dd090..215ac4380e 100644 --- a/reference/filesystem/functions/file-get-contents.xml +++ b/reference/filesystem/functions/file-get-contents.xml @@ -154,8 +154,9 @@ &reftitle.returnvalues; - The function returns the read data&return.falseforfailure;. + The function returns the read data &return.falseforfailure;. + &return.falseproblem;