Home
last modified time | relevance | path

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

12345

/PHP-7.3/
H A D.travis.yml70 …"; fi) -g "FAIL,XFAIL,BORK,WARN,LEAK,SKIP" --offline --show-diff --show-slow 1000 --set-timeout 120
H A DNEWS294 . Fixed bug #62890 (default_socket_timeout=-1 causes connection to timeout).
358 with <1s timeout). (Joe Cai)
540 . Fixed bug #79033 (Curl timeout error with specific url and post). (cmb)
724 . Fixed bug #76342 (file_get_contents waits twice specified timeout).
H A DREADME.STREAMS91 int socktype, int timeout, int persistent);
95 struct timeval *timeout);
/PHP-7.3/appveyor/
H A Dtest_task.bat94 nmake test TESTS="%OPCACHE_OPTS% -q --offline --show-diff --show-slow 1000 --set-timeout 120 -g FAI…
/PHP-7.3/ext/curl/
H A Dinterface.c377 ZEND_ARG_INFO(0, timeout)
H A Dmulti.c193 static void _make_timeval_struct(struct timeval *to, double timeout) /* {{{ */ in _make_timeval_struct() argument
197 conv = (unsigned long) (timeout * 1000000.0); in _make_timeval_struct()
210 double timeout = 1.0; in PHP_FUNCTION() local
225 Z_PARAM_DOUBLE(timeout) in PHP_FUNCTION()
233 error = curl_multi_wait(mh->multi, NULL, 0, (unsigned long) (timeout * 1000.0), &numfds); in PHP_FUNCTION()
241 _make_timeval_struct(&to, timeout); in PHP_FUNCTION()
/PHP-7.3/ext/curl/tests/
H A Dbug79033.phpt2 Bug #79033 (Curl timeout error with specific url and post)
H A Dcurl_multi_select_basic1.phpt10 /* Prototype : resource curl_multi_select($mh, $timeout=1.0])
/PHP-7.3/ext/fileinfo/tests/
H A Dmagic10339 # for version >= 2 maximal timeout can be 65534
H A Dmagic私はガラスを食べられます10339 # for version >= 2 maximal timeout can be 65534
/PHP-7.3/ext/ftp/
H A Dphp_ftp.c45 ZEND_ARG_INFO(0, timeout)
52 ZEND_ARG_INFO(0, timeout)
/PHP-7.3/ext/ftp/tests/
H A Dftp_ssl_connect_error.phpt23 echo "\n-- Testing ftp_ssl_connect() function timeout warning for value 0 --\n";
47 -- Testing ftp_ssl_connect() function timeout warning for value 0 --
/PHP-7.3/ext/imap/
H A Dphp_imap.c464 ZEND_ARG_INFO(0, timeout)
4870 zend_long ttype, timeout=-1; in PHP_FUNCTION() local
4873 if (zend_parse_parameters(ZEND_NUM_ARGS(), "l|l", &ttype, &timeout) == FAILURE) { in PHP_FUNCTION()
4877 if (timeout == -1) { in PHP_FUNCTION()
4896 timeout = (zend_long) mail_parameters(NIL, timeout_type, NIL); in PHP_FUNCTION()
4897 RETURN_LONG(timeout); in PHP_FUNCTION()
4898 } else if (timeout >= 0) { in PHP_FUNCTION()
4917 timeout = (zend_long) mail_parameters(NIL, timeout_type, (void *) timeout); in PHP_FUNCTION()
/PHP-7.3/ext/ldap/
H A Dldap.c3113 if (timeout) { in PHP_FUNCTION()
3118 if (!timeout) { in PHP_FUNCTION()
3123 ldap_memfree(timeout); in PHP_FUNCTION()
3128 int timeout; in PHP_FUNCTION() local
3143 if (timeout) { in PHP_FUNCTION()
3148 if (!timeout) { in PHP_FUNCTION()
3153 ldap_memfree(timeout); in PHP_FUNCTION()
3290 struct timeval timeout; in PHP_FUNCTION() local
3294 timeout.tv_usec = 0; in PHP_FUNCTION()
3302 int timeout; in PHP_FUNCTION() local
[all …]
/PHP-7.3/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.3/ext/mbstring/libmbfl/tests/conv_kana.tests/
H A Dconv_kana.exp3 set timeout 1
/PHP-7.3/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.3/ext/mbstring/libmbfl/tests/strwidth.tests/
H A Dstrwidth.exp3 set timeout 1
/PHP-7.3/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…

Completed in 184 milliseconds

12345