Home
last modified time | relevance | path

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

12

/PHP-7.0/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()
49 RETURN_RES(zend_register_resource(sh, le_curl_share_handle)); in PHP_FUNCTION()
58 php_curlsh *sh; in PHP_FUNCTION() local
102 php_curlsh *sh; in PHP_FUNCTION() local
112 if (!_php_curl_share_setopt(sh, options, zvalue, return_value)) { in PHP_FUNCTION()
122 php_curlsh *sh = (php_curlsh *)rsrc->ptr; in _php_curl_share_close() local
123 if (sh) { in _php_curl_share_close()
124 curl_share_cleanup(sh->share); in _php_curl_share_close()
[all …]
/PHP-7.0/ext/session/tests/
H A Dbug69111.phpt9 $sh = new SessionHandler;
10 session_set_save_handler($sh);
17 $sh->open($savePath, $sessionName);
18 $sh->write("foo", "bar");
19 var_dump($sh->read(@$id));
/PHP-7.0/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));
/PHP-7.0/
H A D.travis.yml51 - ./travis/compile.sh
53 - . ./travis/ext/mysql/setup.sh
54 - . ./travis/ext/mysqli/setup.sh
55 - . ./travis/ext/pdo_mysql/setup.sh
56 - . ./travis/ext/pgsql/setup.sh
57 - . ./travis/ext/pdo_pgsql/setup.sh
H A D.gitignore76 install-sh
124 tests/*/*.sh
130 tests/*/*/*.sh
136 */tests/*.sh
142 */tests/*/*.sh
148 */tests/*/*/*.sh
155 */*/tests/*.sh
161 */*/tests/*/*.sh
167 */*/tests/*/*/*.sh
177 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.0/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.0/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.0/ext/snmp/tests/
H A Dsnmpd.conf27 exec HexTest /bin/sh /etc/snmp/bigtest.sh
/PHP-7.0/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.0/sapi/phpdbg/
H A D.travis.yml8 before_script: ./travis/ci.sh
H A Dphpdbg_prompt.h53 PHPDBG_COMMAND(sh);
/PHP-7.0/ext/bcmath/libbcmath/
H A Dmissing94 | sh
/PHP-7.0/TSRM/
H A Dbuild.mk11 LT_TARGETS = ltmain.sh ltconfig
/PHP-7.0/Zend/
H A Dbuild.mk11 LT_TARGETS = ltmain.sh ltconfig
/PHP-7.0/ext/imap/tests/
H A Dbug77153.phpt13 $server = "x -oProxyCommand=echo\t$payloadb64|base64\t-d|sh}";
/PHP-7.0/ext/
H A Dext_skel210 install-sh
212 ltmain.sh
226 tests/*/*.sh
/PHP-7.0/scripts/
H A DMakefile.frag17 ltmain.sh \
/PHP-7.0/sapi/cli/tests/
H A Dbug64529.phpt20 $script = __DIR__ . "/expect.sh";
/PHP-7.0/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 …]
/PHP-7.0/ext/standard/tests/file/
H A Dpopen_pclose_error-sunos.phpt43 sh: abc.txt: not found

Completed in 32 milliseconds

12