Home
last modified time | relevance | path

Searched refs:imap_sort (Results 1 – 7 of 7) sorted by relevance

/PHP-8.0/ext/imap/tests/
H A Dimap_sort_uid.phpt2 imap_sort() basics
14 var_dump(imap_sort($imap_mail_box, SORTSUBJECT, 0));
15 var_dump(imap_sort($imap_mail_box, SORTSUBJECT, 0, SE_UID));
H A Dbug80226.phpt2 Bug #80226 (imap_sort() leaks sortpgm memory)
14 var_dump(imap_sort($stream, SORTFROM, 0));
H A Dbug64076.phpt2 Bug #64076 (imap_sort() does not return FALSE on failure)
12 var_dump(imap_sort($stream, SORTFROM, 0, 0, 'UNSUPPORTED SEARCH CRITERIUM'));
/PHP-8.0/ext/imap/
H A Dphp_imap_arginfo.h383 ZEND_FUNCTION(imap_sort);
472 ZEND_FE(imap_sort, arginfo_imap_sort)
H A Dphp_imap.stub.php176 function imap_sort($imap, int $criteria, bool $reverse, int $flags = 0, ?string $search_criteria = … function
H A Dphp_imap.c2694 PHP_FUNCTION(imap_sort) in PHP_FUNCTION() argument
/PHP-8.0/
H A DNEWS1359 . Fixed bug #64076 (imap_sort() does not return FALSE on failure). (cmb)
1368 . Fixed bug #80226 (imap_sort() leaks sortpgm memory). (cmb)

Completed in 22 milliseconds