Home
last modified time | relevance | path

Searched refs:imap_msgno (Results 1 – 5 of 5) sorted by relevance

/PHP-8.0/ext/imap/tests/
H A Dbug80438.phpt2 Bug #80438: imap_msgno() incorrectly warns and return false on valid UIDs in PHP 8.0.0
24 var_dump(imap_msgno($mail_box, $message_unique_id));
/PHP-8.0/ext/imap/
H A Dphp_imap_arginfo.h385 ZEND_FUNCTION(imap_msgno);
474 ZEND_FE(imap_msgno, arginfo_imap_msgno)
H A Dphp_imap.stub.php182 function imap_msgno($imap, int $message_uid): int {} function
H A Dphp_imap.c2808 PHP_FUNCTION(imap_msgno) in PHP_FUNCTION() argument
/PHP-8.0/
H A DNEWS1132 …. Fixed bug #80438 (imap_msgno() incorrectly warns and return false on valid UIDs in PHP 8.0.0). (…

Completed in 23 milliseconds