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 6065073 commit 5d50511Copy full SHA for 5d50511
Php8StubsMap.php
@@ -2730,6 +2730,7 @@ public function __construct(int $phpVersionId)
2730
$functions = \array_merge($functions, array (
2731
'curl_upkeep' => 'stubs/ext/curl/curl_upkeep.php',
2732
'getrandmax' => 'stubs/ext/random/getrandmax.php',
2733
+ 'imap_is_open' => 'stubs/ext/imap/imap_is_open.php',
2734
'ini_parse_quantity' => 'stubs/ext/standard/ini_parse_quantity.php',
2735
'lcg_value' => 'stubs/ext/random/lcg_value.php',
2736
'libxml_get_external_entity_loader' => 'stubs/ext/libxml/libxml_get_external_entity_loader.php',
stubs/ext/imap/imap_is_open.php
@@ -0,0 +1,6 @@
1
+<?php
2
+
3
+#[\Since('8.2')]
4
+function imap_is_open(\IMAP\Connection $imap) : bool
5
+{
6
+}
0 commit comments