/php-src/ext/curl/ |
H A D | share.c | 34 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 D | curl_share_close_basic001.phpt | 8 $sh = curl_share_init(); 10 var_dump($sh); 12 curl_share_close($sh); 13 var_dump($sh);
|
H A D | curl_share_setopt_basic001.phpt | 8 $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 D | curl_share_errno_strerror_001.phpt | 8 $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 D | curl_share_basic.phpt | 8 $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 D | bug69111.phpt | 7 $sh = new SessionHandler; 8 session_set_save_handler($sh); 13 $sh->open('path', 'name'); 19 $sh->write("foo", "bar"); 25 $sh->read("");
|
/php-src/ext/skeleton/ |
H A D | .gitignore.in | 24 install-sh 26 ltmain.sh 43 tests/**/*.sh
|
/php-src/sapi/fuzzer/ |
H A D | README.md | 6 ```sh 39 ```sh 46 ```sh 54 ```sh 62 ```sh 71 ```sh 78 ```sh 85 ```sh
|
/php-src/ext/mbstring/tests/ |
H A D | mb_eregi_replace.phpt | 14 "г"=>"g","ш"=>"sh","щ"=>"sh","з"=>"z","х"=>"x","ъ"=>"\'",
|
/php-src/ext/snmp/tests/ |
H A D | snmpd.conf | 27 exec HexTest /bin/sh /etc/snmp/bigtest
|
/php-src/ |
H A D | .editorconfig | 20 [*.{ac,m4,sh,yml}]
|
/php-src/sapi/fpm/tests/ |
H A D | socket-close-on-exec.phpt | 33 $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 D | phpdbg_prompt.h | 51 PHPDBG_COMMAND(sh);
|
/php-src/.github/actions/apk/ |
H A D | action.yml | 5 - shell: sh
|
/php-src/scripts/ |
H A D | Makefile.frag | 11 build/ltmain.sh \
|
/php-src/sapi/cli/tests/ |
H A D | bug64529.phpt | 22 $script = __DIR__ . "/expect.sh";
|
/php-src/ext/fileinfo/libmagic/ |
H A D | cdf.c | 967 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 D | popen_pclose_error-sunos.phpt | 36 sh: abc.txt: not found
|
/php-src/.github/actions/setup-x64/ |
H A D | action.yml | 17 ./.github/scripts/setup-slapd.sh
|
/php-src/build/ |
H A D | config.sub | 1408 | sh \ 1411 | sh[12345][lb]e \ 1412 | sh[1234] \ 1413 | sh[1234]e[lb] \ 1414 | sh[23]e \ 1415 | sh[23]ele \ 1416 | sh[24]a \ 1417 | sh[24]ae[lb] \ 1418 | sh[lb]e \
|
H A D | shtool | 65 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 D | bug49910.phpt | 24 [5] => phar://*/Structures_Graph-1.0.3/docs/generate.sh
|
/php-src/ext/opcache/jit/ir/dynasm/ |
H A D | dasm_arm64.lua | 653 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 D | base64.c | 172 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()
|
/php-src/.github/workflows/ |
H A D | real-time-benchmark.yml | 103 run: ./php-version-benchmarks/benchmark.sh run aws
|