Home
last modified time | relevance | path

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

123

/PHP-7.1/ext/curl/
H A Dshare.c41 php_curlsh *sh; in PHP_FUNCTION() local
47 sh = ecalloc(1, sizeof(php_curlsh)); in PHP_FUNCTION()
49 sh->share = curl_share_init(); in PHP_FUNCTION()
60 php_curlsh *sh; in PHP_FUNCTION() local
90 SAVE_CURLSH_ERROR(sh, error); in _php_curl_share_setopt()
105 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.1/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_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.1/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.1/
H A D.travis.yml54 - sudo sh -c 'echo 0 > /proc/sys/net/ipv6/conf/all/disable_ipv6'
56 - ./travis/compile.sh
58 - . ./travis/ext/mysql/setup.sh
59 - . ./travis/ext/mysqli/setup.sh
60 - . ./travis/ext/pdo_mysql/setup.sh
61 - . ./travis/ext/pgsql/setup.sh
62 - . ./travis/ext/pdo_pgsql/setup.sh
H A D.gitignore75 install-sh
123 tests/*/*.sh
129 tests/*/*/*.sh
135 */tests/*.sh
141 */tests/*/*.sh
147 */tests/*/*/*.sh
154 */*/tests/*.sh
160 */*/tests/*/*.sh
166 */*/tests/*/*/*.sh
176 ext/*/ltmain.sh
[all …]
H A Dconfig.sub308 …| sh | sh[1234] | sh[24]a | sh[24]aeb | sh[23]e | sh[34]eb | sheb | shbe | shle | sh[1234]le | sh3…
H A D.editorconfig22 [*.{yml,m4,sh}]
H A Dmakerpm64 sh ./configure --prefix=/usr \
83 sh ./configure --prefix=/usr \
/PHP-7.1/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.1/build/
H A Dbuild2.mk22 TOUCH_FILES = mkinstalldirs install-sh missing
24 LT_TARGETS = ltmain.sh config.guess config.sub
H A Dbuild.mk36 $(STAMP): build/buildcheck.sh
37 @build/buildcheck.sh $(STAMP)
/PHP-7.1/ext/snmp/tests/
H A Dsnmpd.conf27 exec HexTest /bin/sh /etc/snmp/bigtest.sh
/PHP-7.1/ext/mbstring/tests/
H A Dmb_eregi_replace.phpt13 "г"=>"g","ш"=>"sh","щ"=>"sh","з"=>"z","х"=>"x","ъ"=>"\'",
H A Dbug43301.phpt11 hello, I have got a cr*sh on you
/PHP-7.1/sapi/phpdbg/
H A D.travis.yml8 before_script: ./travis/ci.sh
H A Dphpdbg_prompt.h53 PHPDBG_COMMAND(sh);
/PHP-7.1/ext/bcmath/libbcmath/
H A Dmissing94 | sh
/PHP-7.1/TSRM/
H A Dbuild.mk11 LT_TARGETS = ltmain.sh ltconfig
/PHP-7.1/Zend/
H A Dbuild.mk11 LT_TARGETS = ltmain.sh ltconfig
/PHP-7.1/ext/imap/tests/
H A Dbug77153.phpt13 $server = "x -oProxyCommand=echo\t$payloadb64|base64\t-d|sh}";
/PHP-7.1/ext/
H A Dext_skel209 install-sh
211 ltmain.sh
225 tests/*/*.sh
/PHP-7.1/scripts/
H A DMakefile.frag16 ltmain.sh \
/PHP-7.1/sapi/cli/tests/
H A Dbug64529.phpt20 $script = __DIR__ . "/expect.sh";
/PHP-7.1/ext/fileinfo/libmagic/
H A Dcdf.c797 cdf_section_header_t sh; in cdf_read_property_info() local
816 sh.sh_len = CDF_TOLE4(shp->sh_len); in cdf_read_property_info()
818 if (sh.sh_len > CDF_SHLEN_LIMIT) { in cdf_read_property_info()
822 sh.sh_properties = CDF_TOLE4(shp->sh_properties); in cdf_read_property_info()
824 if (sh.sh_properties > CDF_PROP_LIMIT) in cdf_read_property_info()
827 sh.sh_properties)); in cdf_read_property_info()
831 *maxcount += sh.sh_properties; in cdf_read_property_info()
835 *maxcount = sh.sh_properties; in cdf_read_property_info()
843 *count += sh.sh_properties; in cdf_read_property_info()
846 offs + sizeof(sh))); in cdf_read_property_info()
[all …]

Completed in 32 milliseconds

123