Home
last modified time | relevance | path

Searched refs:multi (Results 1 – 25 of 78) sorted by path

1234

/PHP-7.4/
H A DCONTRIBUTING.md266 multi-threaded web servers.
H A DUPGRADING.INTERNALS206 multi-threaded environments.
/PHP-7.4/Zend/tests/
H A Dforeach_list_001.phpt20 $multi = array(
25 foreach ($multi as list(list($a, $b), list($c, $d))) {
29 foreach ($multi as $key => list(list($a, $b), list($c, $d))) {
/PHP-7.4/Zend/tests/try/
H A Dcatch_finally_003.phpt2 Try catch finally (with multi-returns)
H A Dcatch_finally_005.phpt2 Try catch finally (with multi-returns and exception)
H A Dtry_catch_finally_002.phpt2 Try catch finally catch(multi catch blocks)
H A Dtry_catch_finally_003.phpt2 Try catch finally (multi catch blocks with return)
/PHP-7.4/build/
H A Dlibtool.m41334 lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
6199 # FIXME: we may have to deal with multi-command sequences.
/PHP-7.4/ext/curl/
H A Dconfig.m484 PHP_NEW_EXTENSION(curl, interface.c multi.c share.c curl_file.c, $ext_shared)
H A Dconfig.w3229 EXTENSION("curl", "interface.c multi.c share.c curl_file.c");
H A Dmulti.c63 mh->multi = curl_multi_init(); in PHP_FUNCTION()
102 error = curl_multi_add_handle(mh->multi, ch->cp); in PHP_FUNCTION()
183 error = curl_multi_remove_handle(mh->multi, ch->cp); in PHP_FUNCTION()
233 error = curl_multi_wait(mh->multi, NULL, 0, (unsigned long) (timeout * 1000.0), &numfds); in PHP_FUNCTION()
247 error = curl_multi_fdset(mh->multi, &readfds, &writefds, &exceptfds, &maxfd); in PHP_FUNCTION()
294 error = curl_multi_perform(mh->multi, &still_running); in PHP_FUNCTION()
350 tmp_msg = curl_multi_info_read(mh->multi, &queued_msgs); in PHP_FUNCTION()
426 curl_multi_cleanup(mh->multi); in _php_curl_multi_close()
584 error = curl_multi_setopt(mh->multi, option, lval); in _php_curl_multi_setopt()
598 error = curl_multi_setopt(mh->multi, option, _php_server_push_callback); in _php_curl_multi_setopt()
[all …]
H A Dphp_curl.h199 CURLM *multi; member
/PHP-7.4/ext/curl/tests/
H A Dbug48207.phpt12 * Source code : ext/curl/multi.c
H A Dbug48514.phpt2 Bug #48514 (cURL extension uses same resource name for simple and multi APIs)
H A Dbug77535.phpt24 throw new \RuntimeException('Unable to create a new cURL multi handle');
H A Dcurl_multi_close_basic001.phpt2 curl_multi_close return false when suplied resorce not valid cURL multi handle
H A Dcurl_multi_init_basic.phpt11 * Description : Returns a new cURL multi handle
12 * Source code : ext/curl/multi.c
H A Dcurl_multi_setopt_basic001.phpt24 Warning: curl_multi_setopt(): Invalid curl multi configuration option in %s on line %d
H A Dcurl_multi_strerror_001.phpt22 string(20) "invalid multi handle"
/PHP-7.4/ext/date/tests/
H A Dbug73489.phpt2 Bug #73489: wrong timestamp when call setTimeZone multi times with UTC offset
/PHP-7.4/ext/fileinfo/tests/
H A Dmagic2416 >>156 ubyte 0x4d \b, multi volume
3124 >8 byte &0x04 multi-volume,
3388 # PKZIP multi-volume archive
3654 >5 leshort &0x0800 \b, multi-volume
3701 >14 beshort 0x4e4e multi-part
3702 >14 beshort 0x4e53 multi-part, with -S
9820 >4 lelong 0x10000042 multi-bitmap image
23095 >6 byte&0xf0 0x30 multi-module
23126 >0x12 byte 3 multi-module
23666 >>20 byte 7 multi-channel,
[all …]
H A Dmagic私はガラスを食べられます2416 >>156 ubyte 0x4d \b, multi volume
3124 >8 byte &0x04 multi-volume,
3388 # PKZIP multi-volume archive
3654 >5 leshort &0x0800 \b, multi-volume
3701 >14 beshort 0x4e4e multi-part
3702 >14 beshort 0x4e53 multi-part, with -S
9820 >4 lelong 0x10000042 multi-bitmap image
23095 >6 byte&0xf0 0x30 multi-module
23126 >0x12 byte 3 multi-module
23666 >>20 byte 7 multi-channel,
[all …]
/PHP-7.4/ext/hash/tests/
H A Dhaval.phpt2 Hash: haval algorithm (multi-vector, multi-pass, multi-width)
/PHP-7.4/ext/mbstring/tests/
H A Dsimpletest.phpt2 Simple multi-byte print test (EUC-JP)
10 * Test basic PHP functions to check if it works with multi-byte chars
/PHP-7.4/ext/mysqli/tests/
H A Dbug54221.phpt2 Bug #54221 mysqli::get_warnings segfault when used in multi queries

Completed in 144 milliseconds

1234