Searched refs:timeout_type (Results 1 – 3 of 3) sorted by relevance
162 function imap_timeout(int $timeout_type, int $timeout = -1): int|bool {} argument
4362 int timeout_type; in PHP_FUNCTION() local4371 timeout_type = GET_OPENTIMEOUT; in PHP_FUNCTION()4374 timeout_type = GET_READTIMEOUT; in PHP_FUNCTION()4377 timeout_type = GET_WRITETIMEOUT; in PHP_FUNCTION()4380 timeout_type = GET_CLOSETIMEOUT; in PHP_FUNCTION()4387 timeout = (zend_long) mail_parameters(NIL, timeout_type, NIL); in PHP_FUNCTION()4392 timeout_type = SET_OPENTIMEOUT; in PHP_FUNCTION()4395 timeout_type = SET_READTIMEOUT; in PHP_FUNCTION()4398 timeout_type = SET_WRITETIMEOUT; in PHP_FUNCTION()4401 timeout_type = SET_CLOSETIMEOUT; in PHP_FUNCTION()[all …]
291 ZEND_ARG_TYPE_INFO(0, timeout_type, IS_LONG, 0)
Completed in 36 milliseconds