Home
last modified time | relevance | path

Searched refs:timeout (Results 1 – 25 of 100) sorted by path

1234

/PHP-7.1/
H A D.travis.yml66 …odules/opcache.so"; fi) -g "FAIL,XFAIL,BORK,WARN,LEAK,SKIP" --offline --show-diff --set-timeout 120
H A DINSTALL348 "idle-timeout" => 20
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 DREADME.STREAMS92 int socktype, int timeout, int persistent);
96 struct timeval *timeout);
/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/curl/
H A Dinterface.c385 ZEND_ARG_INFO(0, timeout)
H A Dmulti.c194 static void _make_timeval_struct(struct timeval *to, double timeout) /* {{{ */ in _make_timeval_struct() argument
198 conv = (unsigned long) (timeout * 1000000.0); in _make_timeval_struct()
211 double timeout = 1.0; in PHP_FUNCTION() local
223 if (zend_parse_parameters(ZEND_NUM_ARGS(), "r|d", &z_mh, &timeout) == FAILURE) { in PHP_FUNCTION()
232 error = curl_multi_wait(mh->multi, NULL, 0, (unsigned long) timeout * 1000.0, &numfds); in PHP_FUNCTION()
240 _make_timeval_struct(&to, timeout); in PHP_FUNCTION()
/PHP-7.1/ext/curl/tests/
H A Dcurl_multi_select_basic1.phpt10 /* Prototype : resource curl_multi_select($mh, $timeout=1.0])
/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/ftp/
H A Dphp_ftp.c51 ZEND_ARG_INFO(0, timeout)
58 ZEND_ARG_INFO(0, timeout)
/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/ext/ldap/
H A Dldap.c2188 if (timeout) { in PHP_FUNCTION()
2193 if (!timeout) { in PHP_FUNCTION()
2198 ldap_memfree(timeout); in PHP_FUNCTION()
2203 int timeout; in PHP_FUNCTION() local
2218 if (timeout) { in PHP_FUNCTION()
2223 if (!timeout) { in PHP_FUNCTION()
2228 ldap_memfree(timeout); in PHP_FUNCTION()
2349 struct timeval timeout; in PHP_FUNCTION() local
2353 timeout.tv_usec = 0; in PHP_FUNCTION()
2361 int timeout; in PHP_FUNCTION() local
[all …]
/PHP-7.1/ext/mbstring/libmbfl/tests/conv_encoding.tests/
H A Dcp51932_cp50220raw.exp3 set timeout 1
H A Dujis_sjis.exp3 set timeout 1
H A Dutf8_sjis.exp3 set timeout 1
H A Dyensign.exp2 set timeout 1
/PHP-7.1/ext/mbstring/libmbfl/tests/conv_kana.tests/
H A Dconv_kana.exp3 set timeout 1
/PHP-7.1/ext/mbstring/libmbfl/tests/strcut.tests/
H A Diso2022jp.exp8 set timeout 10
H A Dujis.exp8 set timeout 1
H A Dutf8.exp8 set timeout 1
/PHP-7.1/ext/mbstring/libmbfl/tests/strwidth.tests/
H A Dstrwidth.exp3 set timeout 1
/PHP-7.1/ext/mysqli/tests/
H A Dmysqli_no_reconnect.phpt66 printf("[009] Server should have killed the timeout connection, [%d] %s\n",
H A Dmysqli_reconnect.phpt68 printf("[009] Server should have killed the timeout connection, [%d] %s\n",
91 …printf("[014] Cannot KILL timeout connection, [%d] %s\n", mysqli_errno($link2), mysqli_error($link…
/PHP-7.1/ext/openssl/tests/
H A Dstream_server_reneg_limit.phpt48 stream_select($r, $w, $e, $timeout=42);
51 if ($sock === $server && ($client = stream_socket_accept($server, $timeout = 42))) {

Completed in 193 milliseconds

1234