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