From 8f53c62acae2afa186dc7a9e62c6349b40af75fe Mon Sep 17 00:00:00 2001 From: irc-html Date: Sat, 12 Jan 2002 23:32:00 +0000 Subject: [PATCH] bug #14935: example for addcslashes git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@67656 c90b9560-bf6c-de11-be94-00142212c4b1 --- functions/strings.xml | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/functions/strings.xml b/functions/strings.xml index a4df31199a..a71c05d5d3 100644 --- a/functions/strings.xml +++ b/functions/strings.xml @@ -1,5 +1,5 @@ - + String functions Strings @@ -67,9 +67,11 @@ $escaped = addcslashes($not_escaped, "\0..\37!@\177..\377"); @@ -82,10 +84,7 @@ echo addcslashes('foo[]', 'A..z');