derick          Fri May 24 15:20:25 2002 EDT

  Modified files:              
    /phpdoc/en/reference/pcre/functions pcre.pattern.syntax.xml 
  Log:
  - Clarify \0 bytes (fixes #16590)
  
  
Index: phpdoc/en/reference/pcre/functions/pcre.pattern.syntax.xml
diff -u phpdoc/en/reference/pcre/functions/pcre.pattern.syntax.xml:1.2 
phpdoc/en/reference/pcre/functions/pcre.pattern.syntax.xml:1.3
--- phpdoc/en/reference/pcre/functions/pcre.pattern.syntax.xml:1.2      Wed Apr 17 
02:42:47 2002
+++ phpdoc/en/reference/pcre/functions/pcre.pattern.syntax.xml  Fri May 24 15:20:25 
+2002
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
 <!-- splitted from ./en/functions/pcre.xml, last change in rev 1.2 -->
   <refentry id="pcre.pattern.syntax">
    <refnamediv>
@@ -59,11 +59,10 @@
      </listitem>
      <listitem>
       <simpara>
-     Though binary zero characters are supported in  the  sub-
-     ject  string,  they  are  not  allowed  in  a pattern string
-     because it is passed as a normal  C  string,  terminated  by
-     zero. The escape sequence "\0" can be used in the pattern to
-     represent a binary zero.
+     Though binary zero characters are supported in  the  subject  string,
+     they  are  not  allowed  in  a pattern string because it is passed as a
+     normal  C  string,  terminated  by zero. The escape sequence "\\x00" can
+     be used in the pattern to represent a binary zero.
       </simpara>
       </listitem>
       <listitem>


Reply via email to