diff --git a/reference/strings/functions/addcslashes.xml b/reference/strings/functions/addcslashes.xml index a0a1b530a9..a65660eb9b 100644 --- a/reference/strings/functions/addcslashes.xml +++ b/reference/strings/functions/addcslashes.xml @@ -1,5 +1,5 @@ - + addcslashes @@ -122,8 +122,10 @@ echo addcslashes("zoo['.']", 'z..A'); &reftitle.examples; - charlist like "\0..\37", which would - escape all characters with ASCII code between 0 and 31. + + charlist like "\0..\37", which would + escape all characters with ASCII code between 0 and 31. + <function>addcslashes</function> example