Home
last modified time | relevance | path

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

12

/php-src/ext/curl/
H A Dshare.c34 php_curlsh *sh; in PHP_FUNCTION() local
39 sh = Z_CURL_SHARE_P(return_value); in PHP_FUNCTION()
41 sh->share = curl_share_init(); in PHP_FUNCTION()
72 SAVE_CURLSH_ERROR(sh, error); in _php_curl_share_setopt()
83 php_curlsh *sh; in PHP_FUNCTION() local
91 sh = Z_CURL_SHARE_P(z_sh); in PHP_FUNCTION()
105 php_curlsh *sh; in PHP_FUNCTION() local
111 sh = Z_CURL_SHARE_P(z_sh); in PHP_FUNCTION()
113 RETURN_LONG(sh->err.no); in PHP_FUNCTION()
157 curl_share_cleanup(sh->share); in curl_share_free_obj()
[all …]
/php-src/ext/curl/tests/
H A Dcurl_share_close_basic001.phpt8 $sh = curl_share_init();
10 var_dump($sh);
12 curl_share_close($sh);
13 var_dump($sh);
H A Dcurl_share_setopt_basic001.phpt8 $sh = curl_share_init();
9 var_dump(curl_share_setopt($sh, CURLSHOPT_SHARE, CURL_LOCK_DATA_COOKIE));
10 var_dump(curl_share_setopt($sh, CURLSHOPT_UNSHARE, CURL_LOCK_DATA_DNS));
13 curl_share_setopt($sh, -1, 0);
H A Dcurl_share_errno_strerror_001.phpt8 $sh = curl_share_init();
9 $errno = curl_share_errno($sh);
14 curl_share_setopt($sh, -1, -1);
19 $errno = curl_share_errno($sh);
H A Dcurl_share_basic.phpt8 $sh = curl_share_init();
13 curl_setopt($ch1, CURLOPT_SHARE, $sh);
18 curl_setopt($ch2, CURLOPT_SHARE, $sh);
21 unset($sh);
/php-src/ext/session/tests/user_session_module/
H A Dbug69111.phpt7 $sh = new SessionHandler;
8 session_set_save_handler($sh);
13 $sh->open('path', 'name');
19 $sh->write("foo", "bar");
25 $sh->read("");
/php-src/
H A D.travis.yml76 - sudo sh -c 'echo 0 > /proc/sys/net/ipv6/conf/all/disable_ipv6'
78 - travis_wait ./travis/compile.sh
80 - ./travis/setup-mysql.sh
81 - ./travis/setup-pgsql.sh
85 - ./travis/test.sh -d opcache.jit=tracing -d opcache.jit_buffer_size=64M
H A D.editorconfig20 [*.{ac,m4,sh,yml}]
/php-src/ext/skeleton/
H A D.gitignore.in19 install-sh
21 ltmain.sh
38 tests/**/*.sh
/php-src/sapi/fuzzer/
H A DREADME.md6 ```sh
39 ```sh
46 ```sh
54 ```sh
62 ```sh
71 ```sh
78 ```sh
85 ```sh
/php-src/ext/mbstring/tests/
H A Dmb_eregi_replace.phpt14 "г"=>"g","ш"=>"sh","щ"=>"sh","з"=>"z","х"=>"x","ъ"=>"\'",
/php-src/ext/snmp/tests/
H A Dsnmpd.conf27 exec HexTest /bin/sh /etc/snmp/bigtest
/php-src/sapi/fpm/tests/
H A Dsocket-close-on-exec.phpt33 $ph = popen("/bin/sh -c 'lsof -Pn -p$mypid' 2>&1 | grep TCP | grep '127.0.0.1:$fpmPort'", 'r');
49 $ph = popen("/bin/sh -c 'lsof -Pn -p\$\$' 2>&1 | grep TCP | grep '127.0.0.1:$fpmPort'", 'r');
/php-src/sapi/phpdbg/
H A Dphpdbg_prompt.h51 PHPDBG_COMMAND(sh);
/php-src/sapi/cli/tests/
H A Dbug64529.phpt22 $script = __DIR__ . "/expect.sh";
/php-src/scripts/
H A DMakefile.frag11 build/ltmain.sh \
/php-src/ext/fileinfo/libmagic/
H A Dcdf.c967 cdf_section_header_t sh; in cdf_read_property_info() local
980 sh.sh_len = CDF_TOLE4(shp->sh_len); in cdf_read_property_info()
981 if (sh.sh_len > CDF_SHLEN_LIMIT) { in cdf_read_property_info()
989 sh.sh_properties = CDF_TOLE4(shp->sh_properties); in cdf_read_property_info()
990 DPRINTF(("section len: %u properties %u\n", sh.sh_len, in cdf_read_property_info()
991 sh.sh_properties)); in cdf_read_property_info()
992 if (sh.sh_properties > CDF_PROP_LIMIT) in cdf_read_property_info()
994 inp = cdf_grow_info(info, maxcount, sh.sh_properties); in cdf_read_property_info()
998 *count += sh.sh_properties; in cdf_read_property_info()
1004 for (i = 0; i < sh.sh_properties; i++) { in cdf_read_property_info()
[all …]
/php-src/ext/standard/tests/file/
H A Dpopen_pclose_error-sunos.phpt36 sh: abc.txt: not found
/php-src/.github/actions/setup-x64/
H A Daction.yml21 ./.github/scripts/setup-slapd.sh
/php-src/build/
H A Dconfig.sub1264 | sh | shl \
1265 | sh[1234] | sh[24]a | sh[24]ae[lb] | sh[23]e | she[lb] | sh[lb]e \
1266 | 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-src/ext/phar/tests/tar/
H A Dbug49910.phpt24 [5] => phar://*/Structures_Graph-1.0.3/docs/generate.sh
/php-src/.github/workflows/
H A Dpush.yml95 wget https://apt.llvm.org/llvm.sh
96 chmod u+x llvm.sh
97 sudo ./llvm.sh 16
/php-src/ext/opcache/jit/ir/dynasm/
H A Ddasm_arm64.lua653 local sh = p[3]:sub(2)
655 p[3] = "#(32-("..sh.."))%32"
656 p[4] = "#31-("..sh..")"
658 p[3] = "#(64-("..sh.."))%64"
659 p[4] = "#63-("..sh..")"
/php-src/ext/standard/
H A Dbase64.c172 const uint8x16_t sh = vqtbl2q_u8(shiftLUT, higher_nibble); in decode_fromascii() local
174 const uint8x16_t shift = vbslq_u8(eq_2f, vdupq_n_u8(16), sh); in decode_fromascii()
722 const __m512i sh = _mm512_shuffle_epi8(shiftLUT, higher_nibble); in php_base64_decode_ex_avx512() local
724 const __m512i shift = _mm512_mask_mov_epi8(sh, eq_2f, _mm512_set1_epi8(16)); in php_base64_decode_ex_avx512()

Completed in 83 milliseconds

12