/PHP-8.3/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-8.3/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-8.3/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-8.3/ext/skeleton/ |
H A D | .gitignore.in | 19 install-sh 21 ltmain.sh 38 tests/**/*.sh
|
/PHP-8.3/ |
H A D | .travis.yml | 79 - sudo sh -c 'echo 0 > /proc/sys/net/ipv6/conf/all/disable_ipv6' 81 - travis_wait ./travis/compile.sh 83 - ./travis/setup-mysql.sh 84 - ./travis/setup-pgsql.sh 88 - ./travis/test.sh -d opcache.jit_buffer_size=16M -d opcache.jit=tracing
|
H A D | .editorconfig | 20 [*.{ac,m4,sh,yml}]
|
/PHP-8.3/ext/pdo_oci/tests/ |
H A D | pdo_oci_fread_1.phpt | 40 $sh = $r['data']; 42 while (!feof($sh)) { 43 $buffer = fread($sh,1024); 47 fclose($sh);
|
/PHP-8.3/sapi/fuzzer/ |
H A D | README.md | 6 ```sh 39 ```sh 46 ```sh 54 ```sh 62 ```sh 71 ```sh 78 ```sh 85 ```sh
|
/PHP-8.3/ext/mbstring/tests/ |
H A D | mb_eregi_replace.phpt | 14 "г"=>"g","ш"=>"sh","щ"=>"sh","з"=>"z","х"=>"x","ъ"=>"\'",
|
/PHP-8.3/ext/snmp/tests/ |
H A D | snmpd.conf | 27 exec HexTest /bin/sh /etc/snmp/bigtest
|
/PHP-8.3/ext/imap/tests/ |
H A D | bug77153.phpt | 11 $server = "x -oProxyCommand=echo\t$payloadb64|base64\t-d|sh}";
|
H A D | README.md | 21 Then run the set-up script `ext/imap/tests/setup/setup.sh` which will add the `vmail`
|
/PHP-8.3/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-8.3/sapi/phpdbg/ |
H A D | phpdbg_prompt.h | 51 PHPDBG_COMMAND(sh);
|
/PHP-8.3/sapi/cli/tests/ |
H A D | bug64529.phpt | 22 $script = __DIR__ . "/expect.sh";
|
/PHP-8.3/scripts/ |
H A D | Makefile.frag | 11 build/ltmain.sh \
|
/PHP-8.3/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-8.3/ext/standard/tests/file/ |
H A D | popen_pclose_error-sunos.phpt | 36 sh: abc.txt: not found
|
/PHP-8.3/.github/actions/setup-oracle/ |
H A D | action.yml | 25 …sudo sh -c 'echo /opt/oracle/instantclient >/etc/ld.so.conf.d/oracle-instantclient.conf && ldconfi…
|
/PHP-8.3/build/ |
H A D | config.sub | 1264 | 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 \
|
/PHP-8.3/ext/phar/tests/tar/ |
H A D | bug49910.phpt | 24 [5] => phar://*/Structures_Graph-1.0.3/docs/generate.sh
|
/PHP-8.3/.github/actions/setup-x64/ |
H A D | action.yml | 17 ./.github/scripts/setup-slapd.sh
|