From f9295c2a6a56d9d4568ae88df38cd482eb221d6f Mon Sep 17 00:00:00 2001 From: Jakub Vrana Date: Fri, 10 Sep 2004 14:26:47 +0000 Subject: [PATCH] Strings were without slashes git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@168310 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/strings/functions/stripslashes.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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