intelephense
1.14.41.16.1
lib/stub/regex/ereg.phplib/stub/regex/ereg.php+2
Index: package/lib/stub/regex/ereg.php
===================================================================
--- package/lib/stub/regex/ereg.php
+++ package/lib/stub/regex/ereg.php
@@ -24,8 +24,9 @@
* the substring starting at the second, and so on.
* $regs[0] will contain a copy of the complete string
* matched.
* </p>
+ * @param-out array $regs
* @return int the length of the matched string if a match for
* <i>pattern</i> was found in <i>string</i>,
* or <b>FALSE</b> if no matches were found or an error occurred.
* </p>
@@ -84,8 +85,9 @@
* parenthesis; $regs[2] will contain the substring starting at the
* second, and so on. $regs[0] will contain a copy of the complete string
* matched.
* </p>
+ * @param-out array $regs
* @return int the length of the matched string if a match for
* <i>pattern</i> was found in <i>string</i>,
* or <b>FALSE</b> if no matches were found or an error occurred.
* </p>