From 60cc18115fa21cdc7dfb541ad153f90c863b0743 Mon Sep 17 00:00:00 2001 From: LEE Yun-young Date: Sat, 22 Nov 2003 19:11:26 +0000 Subject: [PATCH] typo? git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@144748 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 145633794a..a8d9c1c284 100644 --- a/reference/strings/functions/addcslashes.xml +++ b/reference/strings/functions/addcslashes.xml @@ -1,5 +1,5 @@ - + @@ -29,7 +29,7 @@ predefined escape sequences. - charlist like "\0..\37", which would + charlist like "\0..\31", which would escape all characters with ASCII code between 0 and 31. <function>addcslashes</function> example