Searched refs:imap_msgno (Results 1 – 5 of 5) sorted by relevance
2 Bug #80438: imap_msgno() incorrectly warns and return false on valid UIDs in PHP 8.0.024 var_dump(imap_msgno($mail_box, $message_unique_id));
385 ZEND_FUNCTION(imap_msgno);474 ZEND_FE(imap_msgno, arginfo_imap_msgno)
182 function imap_msgno($imap, int $message_uid): int {} function
2808 PHP_FUNCTION(imap_msgno) in PHP_FUNCTION() argument
1132 …. Fixed bug #80438 (imap_msgno() incorrectly warns and return false on valid UIDs in PHP 8.0.0). (…
Completed in 41 milliseconds