Home
last modified time | relevance | path

Searched refs:PHP_EXPUNGE (Results 1 – 2 of 2) sorted by relevance

/PHP-8.3/ext/imap/
H A Dphp_imap.c64 #define PHP_EXPUNGE 32768 macro
603 …if (flags && ((flags & ~(OP_READONLY | OP_ANONYMOUS | OP_HALFOPEN | PHP_EXPUNGE | OP_DEBUG | OP_SH… in PHP_FUNCTION()
615 if (flags & PHP_EXPUNGE) { in PHP_FUNCTION()
617 flags ^= PHP_EXPUNGE; in PHP_FUNCTION()
726 …if (options && ((options & ~(OP_READONLY | OP_ANONYMOUS | OP_HALFOPEN | OP_EXPUNGE | PHP_EXPUNGE))… in PHP_FUNCTION()
739 if (flags & PHP_EXPUNGE) { in PHP_FUNCTION()
741 flags ^= PHP_EXPUNGE; in PHP_FUNCTION()
1062 if (options && ((options & ~PHP_EXPUNGE) != 0)) { in PHP_FUNCTION()
1068 if (options & PHP_EXPUNGE) { in PHP_FUNCTION()
1069 options ^= PHP_EXPUNGE; in PHP_FUNCTION()
H A Dphp_imap_arginfo.h543 REGISTER_LONG_CONSTANT("CL_EXPUNGE", PHP_EXPUNGE, CONST_PERSISTENT); in register_php_imap_symbols()

Completed in 14 milliseconds