Searched refs:subjectlength (Results 1 – 1 of 1) sorted by relevance
/PHP-8.3/ext/imap/ |
H A D | php_imap.c | 1533 zend_long msgno, fromlength = 0, subjectlength = 0; in PHP_FUNCTION() local 1539 …UM_ARGS(), "Ol|ll", &imap_conn_obj, php_imap_ce, &msgno, &fromlength, &subjectlength) == FAILURE) { in PHP_FUNCTION() 1552 if (subjectlength < 0 || subjectlength > MAILTMPLEN) { in PHP_FUNCTION() 1640 if (en->subject && subjectlength) { in PHP_FUNCTION() 1642 mail_fetchsubject(fulladdress, imap_conn_struct->imap_stream, msgno, subjectlength); in PHP_FUNCTION()
|
Completed in 19 milliseconds