Home
last modified time | relevance | path

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

12

/PHP-5.5/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 ZEND_REGISTER_RESOURCE(return_value, sh, le_curl_share_handle); in PHP_FUNCTION()
58 php_curlsh *sh; in PHP_FUNCTION() local
77 error = curl_share_setopt(sh->share, option, Z_LVAL_PP(zvalue)); in _php_curl_share_setopt()
100 php_curlsh *sh; in PHP_FUNCTION() local
118 php_curlsh *sh = (php_curlsh *) rsrc->ptr; in _php_curl_share_close() local
119 if (sh) { in _php_curl_share_close()
120 curl_share_cleanup(sh->share); in _php_curl_share_close()
[all …]
/PHP-5.5/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-5.5/
H A D.travis.yml42 - ./travis/compile.sh
44 - . ./travis/ext/mysql/setup.sh
45 - . ./travis/ext/mysqli/setup.sh
46 - . ./travis/ext/pdo_mysql/setup.sh
47 - . ./travis/ext/pgsql/setup.sh
48 - . ./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
151 ext/*/ltmain.sh
173 ext/mbstring/libmbfl/ltmain.sh
190 ext/mssql/ltmain.sh
H A Dconfig.sub311 …| sh | sh[1234] | sh[24]a | sh[24]aeb | sh[23]e | sh[34]eb | sheb | shbe | shle | sh[1234]le | sh3…
H A Dmakerpm64 sh ./configure --prefix=/usr \
83 sh ./configure --prefix=/usr \
/PHP-5.5/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-5.5/build/
H A Dbuild2.mk22 TOUCH_FILES = mkinstalldirs install-sh missing
24 LT_TARGETS = ltmain.sh config.guess config.sub
H A Dbuild.mk38 $(STAMP): build/buildcheck.sh
39 @build/buildcheck.sh $(STAMP)
/PHP-5.5/ext/snmp/tests/
H A Dsnmpd.conf27 exec HexTest /bin/sh /etc/snmp/bigtest.sh
H A DREADME38 - Place bigtest.sh near snmpd.conf, tune path to it in snmpd.conf
/PHP-5.5/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-5.5/ext/bcmath/libbcmath/
H A Dmissing94 | sh
/PHP-5.5/TSRM/
H A Dbuild.mk11 LT_TARGETS = ltmain.sh ltconfig
/PHP-5.5/Zend/
H A Dbuild.mk11 LT_TARGETS = ltmain.sh ltconfig
/PHP-5.5/sapi/isapi/
H A Dconfig.m419 …INSTALL_IT="\$(SHELL) \$(srcdir)/install-sh -m 0755 $SAPI_SHARED \$(INSTALL_ROOT)$ZEUSPATH/web/bin…
/PHP-5.5/sapi/pi3web/
H A Dconfig.m422 INSTALL_IT="\$(SHELL) \$(srcdir)/install-sh -m 0755 $SAPI_SHARED \$(INSTALL_ROOT)$PI3PATH/bin/"
/PHP-5.5/ext/fileinfo/libmagic/
H A Dcdf.c760 cdf_section_header_t sh; in cdf_read_property_info() local
779 sh.sh_len = CDF_TOLE4(shp->sh_len); in cdf_read_property_info()
781 if (sh.sh_len > CDF_SHLEN_LIMIT) { in cdf_read_property_info()
785 sh.sh_properties = CDF_TOLE4(shp->sh_properties); in cdf_read_property_info()
787 if (sh.sh_properties > CDF_PROP_LIMIT) in cdf_read_property_info()
790 sh.sh_properties)); in cdf_read_property_info()
794 *maxcount += sh.sh_properties; in cdf_read_property_info()
798 *maxcount = sh.sh_properties; in cdf_read_property_info()
806 *count += sh.sh_properties; in cdf_read_property_info()
809 offs + sizeof(sh))); in cdf_read_property_info()
[all …]
/PHP-5.5/sapi/cli/tests/
H A Dbug64529.phpt17 $script = __DIR__ . "/expect.sh";
/PHP-5.5/sapi/continuity/
H A Dconfig.m41 dnl ## $Id$ -*- sh -*-
/PHP-5.5/scripts/
H A DMakefile.frag16 ltmain.sh \
H A Dphpize.in199 touch install-sh mkinstalldirs missing
/PHP-5.5/ext/standard/tests/file/
H A Dpopen_pclose_error-sunos.phpt43 sh: abc.txt: not found
/PHP-5.5/ext/phar/tests/tar/
H A Dbug49910.phpt25 [5] => phar://*/Structures_Graph-1.0.3/docs/generate.sh

Completed in 61 milliseconds

12