diff --git a/reference/pcre/functions/preg-match-all.xml b/reference/pcre/functions/preg-match-all.xml index 7ac44d06c4..9d07bb9110 100644 --- a/reference/pcre/functions/preg-match-all.xml +++ b/reference/pcre/functions/preg-match-all.xml @@ -1,5 +1,5 @@ - + preg_match_all @@ -52,11 +52,8 @@ matches - In this case, $matches[0] is the first set of matches, and - $matches[0][0] has text matched by full pattern, - $matches[0][1] has text matched by first - subpattern and so on. Similarly, $matches[1] is - the second set of matches, etc. + Array of all matches in multi-dimensional array ordered according to + flags.