mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
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:
parent
c9209d6d5b
commit
cabbd34664
1 changed files with 7 additions and 2 deletions
|
@ -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">
|
||||
|
|
Loading…
Reference in a new issue