Searched refs:timeout_type (Results 1 – 1 of 1) sorted by relevance
464 ZEND_ARG_INFO(0, timeout_type)4788 int timeout_type; in PHP_FUNCTION() local4797 timeout_type = GET_OPENTIMEOUT; in PHP_FUNCTION()4800 timeout_type = GET_READTIMEOUT; in PHP_FUNCTION()4803 timeout_type = GET_WRITETIMEOUT; in PHP_FUNCTION()4806 timeout_type = GET_CLOSETIMEOUT; in PHP_FUNCTION()4813 timeout = (zend_long) mail_parameters(NIL, timeout_type, NIL); in PHP_FUNCTION()4818 timeout_type = SET_OPENTIMEOUT; in PHP_FUNCTION()4821 timeout_type = SET_READTIMEOUT; in PHP_FUNCTION()4824 timeout_type = SET_WRITETIMEOUT; in PHP_FUNCTION()[all …]
Completed in 25 milliseconds