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