From 6cb4683f32e9dac4c6a5ebcb09e282345ddb848a Mon Sep 17 00:00:00 2001 From: irc-html Date: Thu, 10 Jan 2002 02:11:28 +0000 Subject: [PATCH] addcslashes: doc bug #14935 git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@67481 c90b9560-bf6c-de11-be94-00142212c4b1 --- functions/strings.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/functions/strings.xml b/functions/strings.xml index ac5926874b..a4df31199a 100644 --- a/functions/strings.xml +++ b/functions/strings.xml @@ -1,5 +1,5 @@ - + String functions Strings @@ -69,7 +69,7 @@ $escaped = addcslashes($not_escaped, "\0..\37!@\177..\377");