irc-html                Wed Jan  9 21:11:29 2002 EDT

  Modified files:              
    /phpdoc/en/functions        strings.xml 
  Log:
  addcslashes:  doc bug #14935
  
Index: phpdoc/en/functions/strings.xml
diff -u phpdoc/en/functions/strings.xml:1.151 phpdoc/en/functions/strings.xml:1.152
--- phpdoc/en/functions/strings.xml:1.151       Fri Jan  4 20:03:24 2002
+++ phpdoc/en/functions/strings.xml     Wed Jan  9 21:11:28 2002
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.151 $ -->
+<!-- $Revision: 1.152 $ -->
  <reference id="ref.strings">
   <title>String functions</title>
   <titleabbrev>Strings</titleabbrev>
@@ -69,7 +69,7 @@
 <![CDATA[
 echo addcslashes('foo[]', 'A..z'); 
 // All upper and lower-case letters will be escaped 
-// ... but so will the [\]^_` and space characters. 
+// ... but so will the [\]^_` 
 ]]>
       </programlisting>
      </informalexample>


Reply via email to