Patch bug71496_mb-ereg for mbstring related Bug #71496
Patch version 2016-02-02 06:36 UTC
Return to Bug #71496 |
Download this patch
Patch Revisions:
Developer: cbot@epu.ntua.gr
--- en/reference/mbstring/functions/mb-ereg.xml
+++ en/reference/mbstring/functions/mb-ereg.xml
@@ -12,7 +12,7 @@
<type>int</type><methodname>mb_ereg</methodname>
<methodparam><type>string</type><parameter>pattern</parameter></methodparam>
<methodparam><type>string</type><parameter>string</parameter></methodparam>
- <methodparam choice="opt"><type>array</type><parameter>regs</parameter></methodparam>
+ <methodparam choice="opt"><type>array</type><parameter role="reference">regs</parameter></methodparam>
</methodsynopsis>
<simpara>
Executes the regular expression match with multibyte support.
|