Home
last modified time | relevance | path

Searched refs:timeout (Results 76 – 100 of 100) sorted by relevance

1234

/PHP-7.1/ext/snmp/tests/
H A Dsnmp-object-setSecurity_error.phpt17 $session = new SNMP(SNMP::VERSION_3, $hostname, $user_noauth, $timeout, $retries);
/PHP-7.1/ext/standard/tests/streams/
H A Dstream_set_timeout_error.phpt6 * Description: Set timeout on stream read to seconds + microseonds
/PHP-7.1/appveyor/
H A Dtest_task.bat86 nmake test TESTS="%OPCACHE_OPTS% -q --offline --show-diff --set-timeout 120 -g FAIL,XFAIL,BORK,WARN…
/PHP-7.1/ext/pcntl/
H A Dpcntl.c1152 struct timespec timeout; in pcntl_sigwaitinfo() local
1180 timeout.tv_sec = (time_t) tv_sec; in pcntl_sigwaitinfo()
1181 timeout.tv_nsec = tv_nsec; in pcntl_sigwaitinfo()
1182 signo = sigtimedwait(&set, &siginfo, &timeout); in pcntl_sigwaitinfo()
/PHP-7.1/ext/mysqli/tests/
H A Dmysqli_no_reconnect.phpt66 printf("[009] Server should have killed the timeout connection, [%d] %s\n",
/PHP-7.1/sapi/litespeed/
H A Dlsapilib.c3008 struct timeval timeout; in lsapi_prefork_server_accept() local
3065 timeout.tv_sec = 1; in lsapi_prefork_server_accept()
3066 timeout.tv_usec = 0; in lsapi_prefork_server_accept()
3067 ret = (*g_fnSelect)(pServer->m_fd+1, &readfds, NULL, NULL, &timeout); in lsapi_prefork_server_accept()
3206 struct timeval timeout; in LSAPI_Prefork_Accept_r() local
3257 timeout.tv_sec = 1; in LSAPI_Prefork_Accept_r()
3258 timeout.tv_usec = 0; in LSAPI_Prefork_Accept_r()
3264 ret = (*g_fnSelect)(fd+1, &readfds, NULL, NULL, &timeout); in LSAPI_Prefork_Accept_r()
/PHP-7.1/sapi/apache2handler/
H A Dphp_functions.c428 apr_time_sec(serv->timeout), apr_time_sec(serv->keep_alive_timeout)); in PHP_MINFO_FUNCTION()
/PHP-7.1/ext/standard/tests/file/
H A D007_error.phpt17 (including socket timeout); otherwise returns FALSE.
/PHP-7.1/ext/soap/
H A Dphp_http.c172 struct timeval *timeout = NULL; in http_connect() local
189 timeout = &tv; in http_connect()
235 timeout, in http_connect()
/PHP-7.1/ext/imap/
H A Dphp_imap.c465 ZEND_ARG_INFO(0, timeout)
4790 zend_long ttype, timeout=-1; in PHP_FUNCTION() local
4793 if (zend_parse_parameters(ZEND_NUM_ARGS(), "l|l", &ttype, &timeout) == FAILURE) { in PHP_FUNCTION()
4797 if (timeout == -1) { in PHP_FUNCTION()
4816 timeout = (zend_long) mail_parameters(NIL, timeout_type, NIL); in PHP_FUNCTION()
4817 RETURN_LONG(timeout); in PHP_FUNCTION()
4818 } else if (timeout >= 0) { in PHP_FUNCTION()
4837 timeout = (zend_long) mail_parameters(NIL, timeout_type, (void *) timeout); in PHP_FUNCTION()
/PHP-7.1/
H A DREADME.STREAMS92 int socktype, int timeout, int persistent);
96 struct timeval *timeout);
H A Dserver-tests.php234 public $timeout = 4; variable in HTTPRequest
278 $this->timeout = (int)$this->options['timeout'];
H A Drun-tests.php1109 $timeout = $leak_check ? 300 : (isset($env['TEST_TIMEOUT']) ? $env['TEST_TIMEOUT'] : 60);
1117 $n = @stream_select($r, $w, $e, $timeout);
H A Dphp.ini-development850 ; Default timeout for socket based streams (seconds)
851 ; http://php.net/default-socket-timeout
1266 ; http://php.net/oci8.persistent-timeout
H A Dphp.ini-production850 ; Default timeout for socket based streams (seconds)
851 ; http://php.net/default-socket-timeout
1266 ; http://php.net/oci8.persistent-timeout
H A DNEWS1193 . Fixed bug #61471 (Incomplete POST does not timeout but is passed to PHP).
1436 . Implemented safe execution timeout handling, that prevents random crashes
3607 . Fixed bug #69900 (Too long timeout on pipes). (Anatol)
H A DINSTALL348 "idle-timeout" => 20
/PHP-7.1/ext/ftp/
H A Dphp_ftp.c51 ZEND_ARG_INFO(0, timeout)
58 ZEND_ARG_INFO(0, timeout)
/PHP-7.1/ext/mbstring/libmbfl/tests/conv_kana.tests/
H A Dconv_kana.exp3 set timeout 1
/PHP-7.1/sapi/fpm/
H A Dwww.conf.in325 ; The timeout for serving a single request after which a PHP backtrace will be
331 ; The timeout for serving a single request after which the worker process will
/PHP-7.1/ext/standard/
H A Dbasic_functions.c1394 ZEND_ARG_INFO(0, timeout)
1402 ZEND_ARG_INFO(0, timeout)
1944 ZEND_ARG_INFO(0, timeout)
1959 ZEND_ARG_INFO(0, timeout)
/PHP-7.1/ext/curl/
H A Dinterface.c385 ZEND_ARG_INFO(0, timeout)
/PHP-7.1/ext/fileinfo/tests/
H A Dmagic7819 # for version >= 2 maximal timeout can be 65534
H A Dmagic私はガラスを食べられます7819 # for version >= 2 maximal timeout can be 65534
/PHP-7.1/ext/sqlite3/libsqlite/
H A Dsqlite3.c39444 struct timespec timeout = {1, 0}; /* 1 sec timeout */
39445 if( gethostuuid(pHostID, &timeout) ){

Completed in 606 milliseconds

1234