mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 08:58:56 +00:00
Wrong modifier name.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@46243 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
ea8b930c7d
commit
68397441e4
1 changed files with 1 additions and 1 deletions
|
@ -712,7 +712,7 @@ $fl_array = preg_grep ("/^(\d+)?\.\d+$/", $array);
|
|||
matches only at the start of the string, while the "end of
|
||||
line" metacharacter ($) matches only at the end of the
|
||||
string, or before a terminating newline (unless
|
||||
<emphasis>E</emphasis> modifier is set). This is the same as
|
||||
<emphasis>D</emphasis> modifier is set). This is the same as
|
||||
Perl.
|
||||
</simpara>
|
||||
<simpara>
|
||||
|
|
Loading…
Reference in a new issue