Home
last modified time | relevance | path

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

12

/PHP-7.3/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()
103 php_curlsh *sh; in PHP_FUNCTION() local
126 if (sh) { in _php_curl_share_close()
127 curl_share_cleanup(sh->share); in _php_curl_share_close()
128 efree(sh); in _php_curl_share_close()
139 php_curlsh *sh; in PHP_FUNCTION() local
[all …]
/PHP-7.3/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.3/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.3/
H A D.travis.yml58 - sudo sh -c 'echo 0 > /proc/sys/net/ipv6/conf/all/disable_ipv6'
60 - ./travis/compile.sh
62 - . ./travis/ext/mysql/setup.sh
63 - . ./travis/ext/mysqli/setup.sh
64 - . ./travis/ext/pdo_mysql/setup.sh
65 - . ./travis/ext/pgsql/setup.sh
66 - . ./travis/ext/pdo_pgsql/setup.sh
H A Dconfig.sub327 …| sh | sh[1234] | sh[24]a | sh[24]aeb | sh[23]e | sh[234]eb | sheb | shbe | shle | sh[1234]le | sh…
H A D.editorconfig20 [*.{ac,m4,sh,yml}]
H A D.gitignore64 install-sh
141 ext/*/ltmain.sh
200 **/tests/**/*.sh
/PHP-7.3/ext/skeleton/
H A D.gitignore.in19 install-sh
21 ltmain.sh
35 tests/*/*.sh
/PHP-7.3/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.3/build/
H A Dbuild2.mk19 TOUCH_FILES = mkinstalldirs install-sh missing
21 LT_TARGETS = ltmain.sh config.guess config.sub
H A Dbuild.mk36 $(STAMP): build/buildcheck.sh
37 @build/buildcheck.sh $(STAMP)
/PHP-7.3/ext/snmp/tests/
H A Dsnmpd.conf27 exec HexTest /bin/sh /etc/snmp/bigtest.sh
/PHP-7.3/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.3/TSRM/
H A Dbuild.mk8 LT_TARGETS = ltmain.sh ltconfig
/PHP-7.3/Zend/
H A Dbuild.mk9 LT_TARGETS = ltmain.sh ltconfig
/PHP-7.3/ext/imap/tests/
H A Dbug77153.phpt13 $server = "x -oProxyCommand=echo\t$payloadb64|base64\t-d|sh}";
/PHP-7.3/sapi/phpdbg/
H A Dphpdbg_prompt.h53 PHPDBG_COMMAND(sh);
/PHP-7.3/sapi/cli/tests/
H A Dbug64529.phpt20 $script = __DIR__ . "/expect.sh";
/PHP-7.3/scripts/
H A DMakefile.frag17 ltmain.sh \
/PHP-7.3/ext/fileinfo/libmagic/
H A Dcdf.c937 cdf_section_header_t sh; in cdf_read_property_info() local
950 sh.sh_len = CDF_TOLE4(shp->sh_len); in cdf_read_property_info()
951 if (sh.sh_len > CDF_SHLEN_LIMIT) { in cdf_read_property_info()
959 sh.sh_properties = CDF_TOLE4(shp->sh_properties); in cdf_read_property_info()
960 DPRINTF(("section len: %u properties %u\n", sh.sh_len, in cdf_read_property_info()
961 sh.sh_properties)); in cdf_read_property_info()
962 if (sh.sh_properties > CDF_PROP_LIMIT) in cdf_read_property_info()
964 inp = cdf_grow_info(info, maxcount, sh.sh_properties); in cdf_read_property_info()
968 *count += sh.sh_properties; in cdf_read_property_info()
974 for (i = 0; i < sh.sh_properties; i++) { in cdf_read_property_info()
[all …]
/PHP-7.3/ext/standard/tests/file/
H A Dpopen_pclose_error-sunos.phpt42 sh: abc.txt: not found
/PHP-7.3/ext/phar/tests/tar/
H A Dbug49910.phpt25 [5] => phar://*/Structures_Graph-1.0.3/docs/generate.sh

Completed in 33 milliseconds

12