goba Fri Mar 29 14:28:49 2002 EDT
Modified files:
/phpdoc/en/functions pcre.xml
Log:
Adding constants investigated by [EMAIL PROTECTED]
Index: phpdoc/en/functions/pcre.xml
diff -u phpdoc/en/functions/pcre.xml:1.77 phpdoc/en/functions/pcre.xml:1.78
--- phpdoc/en/functions/pcre.xml:1.77 Thu Mar 28 17:32:53 2002
+++ phpdoc/en/functions/pcre.xml Fri Mar 29 14:28:48 2002
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.77 $ -->
+<!-- $Revision: 1.78 $ -->
<reference id="ref.pcre">
<title>Regular Expression Functions (Perl-Compatible)</title>
<titleabbrev>PCRE</titleabbrev>
@@ -57,7 +57,12 @@
<section id="pcre.constants">
<title>Predefined constants</title>
- &no.constants;
+ <para>
+ <constant>PREG_PATTERN_ORDER</constant>
+ <constant>PREG_SET_ORDER</constant>
+ <constant>PREG_SPLIT_NO_EMPTY</constant>
+ <constant>PREG_SPLIT_DELIM_CAPTURE</constant>
+ </para>
</section>
<section id="pcre.examples">