From dd5e1fb573cbf49ab3c376ccf33bbe7fdb060236 Mon Sep 17 00:00:00 2001 From: php4fan Date: Thu, 14 Aug 2025 16:34:42 +0200 Subject: [PATCH] Update preg-match-all.xml Fixes #4831 --- reference/pcre/functions/preg-match-all.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reference/pcre/functions/preg-match-all.xml b/reference/pcre/functions/preg-match-all.xml index cc71d88c5f5e..e0f1f48985ee 100644 --- a/reference/pcre/functions/preg-match-all.xml +++ b/reference/pcre/functions/preg-match-all.xml @@ -71,7 +71,7 @@ Orders results so that $matches[0] is an array of full pattern matches, $matches[1] is an array of strings matched by - the first parenthesized subpattern, and so on. + the first parenthesized subpattern, and so on. This is the default.