Home
last modified time | relevance | path

Searched refs:sh (Results 1 – 25 of 41) sorted by relevance

12

/PHP-7.4/ext/curl/
H A Dshare.c39 php_curlsh *sh; in PHP_FUNCTION() local
45 sh = ecalloc(1, sizeof(php_curlsh)); in PHP_FUNCTION()
47 sh->share = curl_share_init(); in PHP_FUNCTION()
58 php_curlsh *sh; in PHP_FUNCTION() local
88 SAVE_CURLSH_ERROR(sh, error); in _php_curl_share_setopt()
100 php_curlsh *sh; in PHP_FUNCTION() local
123 if (sh) { in _php_curl_share_close()
124 curl_share_cleanup(sh->share); in _php_curl_share_close()
125 efree(sh); in _php_curl_share_close()
136 php_curlsh *sh; in PHP_FUNCTION() local
[all …]
H A Dinterface.c299 ZEND_ARG_INFO(0, sh)
360 ZEND_ARG_INFO(0, sh)
364 ZEND_ARG_INFO(0, sh)
370 ZEND_ARG_INFO(0, sh)
3109 php_curlsh *sh; in _php_curl_setopt() local
3110 …if ((sh = (php_curlsh *)zend_fetch_resource_ex(zvalue, le_curl_share_handle_name, le_curl_share_ha… in _php_curl_setopt()
3111 curl_easy_setopt(ch->cp, CURLOPT_SHARE, sh->share); in _php_curl_setopt()
/PHP-7.4/ext/curl/tests/
H A Dcurl_share_setopt_basic001.phpt12 $sh = curl_share_init();
13 var_dump(curl_share_setopt($sh, CURLSHOPT_SHARE, CURL_LOCK_DATA_COOKIE));
14 var_dump(curl_share_setopt($sh, CURLSHOPT_UNSHARE, CURL_LOCK_DATA_DNS));
15 var_dump(curl_share_setopt($sh, -1, 0));
H A Dcurl_share_close_basic001.phpt8 $sh = curl_share_init();
10 var_dump($sh);
12 curl_share_close($sh);
14 var_dump($sh);
H A Dcurl_share_errno_strerror_001.phpt16 $sh = curl_share_init();
17 $errno = curl_share_errno($sh);
21 @curl_share_setopt($sh, -1, -1);
22 $errno = curl_share_errno($sh);
/PHP-7.4/ext/session/tests/
H A Dbug69111.phpt7 $sh = new SessionHandler;
8 session_set_save_handler($sh);
15 $sh->open($savePath, $sessionName);
16 $sh->write("foo", "bar");
17 var_dump($sh->read(@$id));
/PHP-7.4/ext/skeleton/
H A D.gitignore.in19 install-sh
21 ltmain.sh
35 tests/*/*.sh
/PHP-7.4/ext/pdo_oci/tests/
H A Dpdo_oci_fread_1.phpt38 $sh = $r['data'];
40 while (!feof($sh)) {
41 $buffer = fread($sh,1024);
45 fclose($sh);
/PHP-7.4/
H A D.travis.yml86 - sudo sh -c 'echo 0 > /proc/sys/net/ipv6/conf/all/disable_ipv6'
88 - travis_wait ./travis/compile.sh
90 - ./travis/setup-mysql.sh
91 - ./travis/setup-pgsql.sh
H A D.editorconfig20 [*.{ac,m4,sh,yml}]
/PHP-7.4/ext/mbstring/tests/
H A Dmb_eregi_replace.phpt13 "г"=>"g","ш"=>"sh","щ"=>"sh","з"=>"z","х"=>"x","ъ"=>"\'",
H A Dbug43301.phpt14 hello, I have got a cr*sh on you
/PHP-7.4/azure/
H A Dsetup.yml11 - script: ./azure/setup-slapd.sh
/PHP-7.4/build/
H A Dconfig.sub1258 | sh | shl \
1259 | sh[1234] | sh[24]a | sh[24]ae[lb] | sh[23]e | she[lb] | sh[lb]e \
1260 | sh[1234]e[lb] | sh[12345][lb]e | sh[23]ele | sh64 | sh64le \
H A Dshtool65 if [ ".$ZSH_VERSION" != . ] && (emulate sh) >/dev/null 2>&1; then
67 emulate sh
1679 if [ -x /bin/sh ] 2>/dev/null; then
/PHP-7.4/ext/imap/tests/
H A Dbug77153.phpt13 $server = "x -oProxyCommand=echo\t$payloadb64|base64\t-d|sh}";
/PHP-7.4/ext/snmp/tests/
H A Dsnmpd.conf27 exec HexTest /bin/sh /etc/snmp/bigtest
/PHP-7.4/sapi/phpdbg/
H A Dphpdbg_prompt.h53 PHPDBG_COMMAND(sh);
/PHP-7.4/sapi/cli/tests/
H A Dbug64529.phpt20 $script = __DIR__ . "/expect.sh";
/PHP-7.4/scripts/
H A DMakefile.frag11 build/ltmain.sh \
/PHP-7.4/ext/fileinfo/libmagic/
H A Dcdf.c943 cdf_section_header_t sh; in cdf_read_property_info() local
956 sh.sh_len = CDF_TOLE4(shp->sh_len); in cdf_read_property_info()
957 if (sh.sh_len > CDF_SHLEN_LIMIT) { in cdf_read_property_info()
965 sh.sh_properties = CDF_TOLE4(shp->sh_properties); in cdf_read_property_info()
966 DPRINTF(("section len: %u properties %u\n", sh.sh_len, in cdf_read_property_info()
967 sh.sh_properties)); in cdf_read_property_info()
968 if (sh.sh_properties > CDF_PROP_LIMIT) in cdf_read_property_info()
970 inp = cdf_grow_info(info, maxcount, sh.sh_properties); in cdf_read_property_info()
974 *count += sh.sh_properties; in cdf_read_property_info()
980 for (i = 0; i < sh.sh_properties; i++) { in cdf_read_property_info()
[all …]
/PHP-7.4/ext/standard/tests/file/
H A Dpopen_pclose_error-sunos.phpt42 sh: abc.txt: not found
/PHP-7.4/ext/phar/tests/tar/
H A Dbug49910.phpt25 [5] => phar://*/Structures_Graph-1.0.3/docs/generate.sh
/PHP-7.4/docs/
H A Drelease-process.md46 ```sh
54 ```sh
60 ```sh
109 ```sh
115 ```sh
130 ```sh
201 ```sh
249 ```sh
/PHP-7.4/ext/standard/
H A Dbase64.c170 const uint8x16_t sh = vqtbl2q_u8(shiftLUT, higher_nibble); in decode_fromascii() local
172 const uint8x16_t shift = vbslq_u8(eq_2f, vdupq_n_u8(16), sh); in decode_fromascii()

Completed in 43 milliseconds

12