Home
last modified time | relevance | path

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

/PHP-8.2/ext/com_dotnet/
H A Dcom_com.c774 zend_long timeoutms = 0; in PHP_FUNCTION() local
778 if (zend_parse_parameters(ZEND_NUM_ARGS(), "|l", &timeoutms) == FAILURE) in PHP_FUNCTION()
782 result = MsgWaitForMultipleObjects(0, NULL, FALSE, (DWORD)timeoutms, QS_ALLINPUT); in PHP_FUNCTION()

Completed in 10 milliseconds