From 552b2685c95ecdadca6dd5d2180d4eb08c60c98b Mon Sep 17 00:00:00 2001 From: Adam Harvey Date: Tue, 19 Apr 2011 06:21:15 +0000 Subject: [PATCH] Update the return value section of quotemeta() to fix doc bug #54539 (quotemeta('') returns false). git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@310344 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/strings/functions/quotemeta.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/reference/strings/functions/quotemeta.xml b/reference/strings/functions/quotemeta.xml index b136da90c3..b1b3584413 100644 --- a/reference/strings/functions/quotemeta.xml +++ b/reference/strings/functions/quotemeta.xml @@ -38,7 +38,8 @@ &reftitle.returnvalues; - Returns the string with meta characters quoted. + Returns the string with meta characters quoted, or &false; if an empty + string is given as str.