From b2b8bd442d185d2e105c37f85885110e494f9aed Mon Sep 17 00:00:00 2001 From: Dave Barr Date: Fri, 6 Aug 2004 15:00:08 +0000 Subject: [PATCH] - Fix #28683. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@165531 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/strings/functions/addcslashes.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reference/strings/functions/addcslashes.xml b/reference/strings/functions/addcslashes.xml index 11361a69c0..7b61108f77 100644 --- a/reference/strings/functions/addcslashes.xml +++ b/reference/strings/functions/addcslashes.xml @@ -1,5 +1,5 @@ - + @@ -30,7 +30,7 @@ charlist like "\0..\37", which would - escape all characters with ASCII code between 0 and 37. + escape all characters with ASCII code between 0 and 31. <function>addcslashes</function> example