reference/pcre/functions/preg-match-all.xml
6712ff65342f3c87d03f90fa420782d37b9be58c
...
...
@@ -94,8 +94,8 @@ example: , this is a test
94
94
]]>
95
95
</screen>
96
96
<para>
97
-
So, <varname>$out[0]</varname> contains array of strings that matched full pattern,
98
-
and <varname>$out[1]</varname> contains array of strings enclosed by tags.
97
+
So, <varname>$out[0]</varname> contains an array of strings that matched the full pattern,
98
+
and <varname>$out[1]</varname> contains an array of strings enclosed by tags.
99
99
</para>
100
100
</informalexample>
101
101
</para>
102
102