Searched refs:OP_HALFOPEN (Results 1 – 6 of 6) sorted by relevance
/PHP-8.2/ext/imap/tests/ |
H A D | bug63126.phpt | 9 $in = @imap_open(IMAP_SERVER_DEBUG, IMAP_MAILBOX_USERNAME, IMAP_MAILBOX_PASSWORD, OP_HALFOPEN, 1); 37 …$in = imap_open(IMAP_SERVER_DEBUG, IMAP_MAILBOX_USERNAME, IMAP_MAILBOX_PASSWORD, OP_HALFOPEN, 1, $…
|
/PHP-8.2/ext/imap/tests/setup/ |
H A D | skipif.inc | 4 $options = OP_HALFOPEN; // this should be enough to verify server present
|
/PHP-8.2/ext/standard/tests/mail/ |
H A D | mail_skipif.inc | 17 $options = OP_HALFOPEN; // this should be enough to verify server present
|
/PHP-8.2/ext/imap/ |
H A D | php_imap.stub.php | 75 const OP_HALFOPEN = UNKNOWN; define
|
H A D | php_imap_arginfo.h | 538 REGISTER_LONG_CONSTANT("OP_HALFOPEN", OP_HALFOPEN, CONST_PERSISTENT); in register_php_imap_symbols()
|
H A D | php_imap.c | 622 …if (flags && ((flags & ~(OP_READONLY | OP_ANONYMOUS | OP_HALFOPEN | PHP_EXPUNGE | OP_DEBUG | OP_SH… in PHP_FUNCTION() 745 …if (options && ((options & ~(OP_READONLY | OP_ANONYMOUS | OP_HALFOPEN | OP_EXPUNGE | PHP_EXPUNGE))… in PHP_FUNCTION()
|
Completed in 16 milliseconds