From 68397441e463a148349a84f9df85d2d12a246084 Mon Sep 17 00:00:00 2001 From: Andrei Zmievski Date: Tue, 1 May 2001 01:04:06 +0000 Subject: [PATCH] Wrong modifier name. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@46243 c90b9560-bf6c-de11-be94-00142212c4b1 --- functions/pcre.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/pcre.xml b/functions/pcre.xml index c458a59348..32e0fa3142 100644 --- a/functions/pcre.xml +++ b/functions/pcre.xml @@ -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 - E modifier is set). This is the same as + D modifier is set). This is the same as Perl.