intelephense

1.14.41.16.1
lib/stub/standard/standard_7.php
lib/stub/standard/standard_7.php
+4
Index: package/lib/stub/standard/standard_7.php
===================================================================
--- package/lib/stub/standard/standard_7.php
+++ package/lib/stub/standard/standard_7.php
@@ -30,11 +30,13 @@
  * indication that the error occurred before the
  * connect() call. This is most likely due to a
  * problem initializing the socket.
  * </p>
+ * @param-out int $error_code
  * @param string &$error_message [optional] <p>
  * The error message as a string.
  * </p>
+ * @param-out string $error_message
  * @param float|null $timeout [optional] <p>
  * The connection timeout, in seconds.
  * </p>
  * <p>
@@ -65,9 +67,11 @@
  * @see fsockopen
  * @param string $hostname
  * @param int $port
  * @param int &$error_code [optional]
+ * @param-out int $error_code
  * @param string &$error_message [optional]
+ * @param-out string $error_message
  * @param float|null $timeout [optional]
  * @return resource|false
  */
 function pfsockopen(