From bf692f296e94c99bd97138d71ff6244e5fc755f4 Mon Sep 17 00:00:00 2001 From: Andrei Zmievski Date: Mon, 11 Sep 2000 13:16:46 +0000 Subject: [PATCH] Typo. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@32449 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 95c39dd01f..d9a2df890a 100644 --- a/functions/pcre.xml +++ b/functions/pcre.xml @@ -477,7 +477,7 @@ $text = preg_replace ($search, $replace, $document); If flags is PREG_SPLIT_NO_EMPTY then only - non-empty pieces will be by preg_split. + non-empty pieces will be returned by preg_split.