1
0
mirror of https://github.com/php/doc-en.git synced 2026-03-24 15:52:15 +01:00

Fix preg_match_all return values (#1122)

Closes #1102
This commit is contained in:
Sergey Panteleev
2021-11-18 12:48:37 +03:00
committed by GitHub
parent 49c49b330e
commit b7c12f23bd

View File

@@ -9,7 +9,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
<type class="union"><type>int</type><type>false</type><type>null</type></type><methodname>preg_match_all</methodname>
<type class="union"><type>int</type><type>false</type></type><methodname>preg_match_all</methodname>
<methodparam><type>string</type><parameter>pattern</parameter></methodparam>
<methodparam><type>string</type><parameter>subject</parameter></methodparam>
<methodparam choice="opt"><type>array</type><parameter role="reference">matches</parameter><initializer>&null;</initializer></methodparam>