mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 08:58:56 +00:00
It was supposed to be 'E', but the PCRE code for some reason uses 'D', so
no sense in making people change their programs. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@32697 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
d4703c3785
commit
4f2db58cec
1 changed files with 1 additions and 1 deletions
|
@ -713,7 +713,7 @@ $fl_array = preg_grep ("/^(\d+)?\.\d+$/", $array);
|
|||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><emphasis>E</emphasis> (PCRE_DOLLAR_ENDONLY)</term>
|
||||
<term><emphasis>D</emphasis> (PCRE_DOLLAR_ENDONLY)</term>
|
||||
<listitem>
|
||||
<simpara>
|
||||
If this modifier is set, a dollar metacharacter in the pattern
|
||||
|
|
Loading…
Reference in a new issue