vrana Fri Sep 10 10:26:47 2004 EDT
Modified files:
/phpdoc/en/reference/strings/functions stripslashes.xml
Log:
Strings were without slashes
http://cvs.php.net/diff.php/phpdoc/en/reference/strings/functions/stripslashes.xml?r1=1.4&r2=1.5&ty=u
Index: phpdoc/en/reference/strings/functions/stripslashes.xml
diff -u phpdoc/en/reference/strings/functions/stripslashes.xml:1.4
phpdoc/en/reference/strings/functions/stripslashes.xml:1.5
--- phpdoc/en/reference/strings/functions/stripslashes.xml:1.4 Sun Aug 29 07:03:21
2004
+++ phpdoc/en/reference/strings/functions/stripslashes.xml Fri Sep 10 10:26:47
2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.4 $ -->
+<!-- $Revision: 1.5 $ -->
<!-- splitted from ./en/functions/strings.xml, last change in rev 1.2 -->
<refentry id="function.stripslashes">
<refnamediv>
@@ -65,7 +65,7 @@
}
// 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