Adding constants investigated by Gerzson@php.net

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@75843 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Gabor Hojtsy 2002-03-29 19:28:48 +00:00
parent c9209d6d5b
commit cabbd34664

View file

@ -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">