We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24c5249 commit 518d3a3Copy full SHA for 518d3a3
stubs/socket_select.stub
@@ -7,5 +7,6 @@
7
* @param-out ($read is not null ? array<resource> : null) $read
8
* @param-out ($write is not null ? array<resource> : null) $write
9
* @param-out ($except is not null ? array<resource> : null) $except
10
+ * @return int|false
11
*/
-function socket_select(?array &$read, ?array &$write, ?array &$except, ?int $seconds, int $microseconds = 0): int|false {}
12
+function socket_select(?array &$read, ?array &$write, ?array &$except, ?int $seconds, int $microseconds = 0) {}
0 commit comments