diff --git a/reference/strings/functions/stripslashes.xml b/reference/strings/functions/stripslashes.xml index 1bb3114b6d..7b5bcf89d7 100644 --- a/reference/strings/functions/stripslashes.xml +++ b/reference/strings/functions/stripslashes.xml @@ -1,5 +1,5 @@ - + @@ -65,7 +65,7 @@ function stripslashes_deep($value) } // Example -$array = array('f\'oo', 'b\'ar', array('fo\'o', 'b\'ar')); +$array = array("f\\'oo", "b\\'ar", array("fo\\'o", "b\\'ar")); $array = stripslashes_deep($array); // Output