Skip to content

Commit 5d50511

Browse files
committed
Update stubs
1 parent 6065073 commit 5d50511

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

Php8StubsMap.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2730,6 +2730,7 @@ public function __construct(int $phpVersionId)
27302730
$functions = \array_merge($functions, array (
27312731
'curl_upkeep' => 'stubs/ext/curl/curl_upkeep.php',
27322732
'getrandmax' => 'stubs/ext/random/getrandmax.php',
2733+
'imap_is_open' => 'stubs/ext/imap/imap_is_open.php',
27332734
'ini_parse_quantity' => 'stubs/ext/standard/ini_parse_quantity.php',
27342735
'lcg_value' => 'stubs/ext/random/lcg_value.php',
27352736
'libxml_get_external_entity_loader' => 'stubs/ext/libxml/libxml_get_external_entity_loader.php',

stubs/ext/imap/imap_is_open.php

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)