Searched refs:sh (Results 1 – 25 of 44) sorted by relevance
12
/PHP-5.5/ext/curl/ |
H A D | share.c | 39 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 D | curl_share_setopt_basic001.phpt | 12 $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.yml | 42 - ./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 | .gitignore | 75 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 D | config.sub | 311 …| 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 | makerpm | 64 sh ./configure --prefix=/usr \ 83 sh ./configure --prefix=/usr \
|
/PHP-5.5/ext/pdo_oci/tests/ |
H A D | pdo_oci_fread_1.phpt | 38 $sh = $r['data']; 40 while (!feof($sh)) { 41 $buffer = fread($sh,1024); 45 fclose($sh);
|
/PHP-5.5/build/ |
H A D | build2.mk | 22 TOUCH_FILES = mkinstalldirs install-sh missing 24 LT_TARGETS = ltmain.sh config.guess config.sub
|
H A D | build.mk | 38 $(STAMP): build/buildcheck.sh 39 @build/buildcheck.sh $(STAMP)
|
/PHP-5.5/ext/snmp/tests/ |
H A D | snmpd.conf | 27 exec HexTest /bin/sh /etc/snmp/bigtest.sh
|
H A D | README | 38 - Place bigtest.sh near snmpd.conf, tune path to it in snmpd.conf
|
/PHP-5.5/ext/mbstring/tests/ |
H A D | mb_eregi_replace.phpt | 13 "г"=>"g","ш"=>"sh","щ"=>"sh","з"=>"z","х"=>"x","ъ"=>"\'",
|
H A D | bug43301.phpt | 11 hello, I have got a cr*sh on you
|
/PHP-5.5/ext/bcmath/libbcmath/ |
H A D | missing | 94 | sh
|
/PHP-5.5/TSRM/ |
H A D | build.mk | 11 LT_TARGETS = ltmain.sh ltconfig
|
/PHP-5.5/Zend/ |
H A D | build.mk | 11 LT_TARGETS = ltmain.sh ltconfig
|
/PHP-5.5/sapi/isapi/ |
H A D | config.m4 | 19 …INSTALL_IT="\$(SHELL) \$(srcdir)/install-sh -m 0755 $SAPI_SHARED \$(INSTALL_ROOT)$ZEUSPATH/web/bin…
|
/PHP-5.5/sapi/pi3web/ |
H A D | config.m4 | 22 INSTALL_IT="\$(SHELL) \$(srcdir)/install-sh -m 0755 $SAPI_SHARED \$(INSTALL_ROOT)$PI3PATH/bin/"
|
/PHP-5.5/ext/fileinfo/libmagic/ |
H A D | cdf.c | 760 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 D | bug64529.phpt | 17 $script = __DIR__ . "/expect.sh";
|
/PHP-5.5/sapi/continuity/ |
H A D | config.m4 | 1 dnl ## $Id$ -*- sh -*-
|
/PHP-5.5/scripts/ |
H A D | Makefile.frag | 16 ltmain.sh \
|
H A D | phpize.in | 199 touch install-sh mkinstalldirs missing
|
/PHP-5.5/ext/standard/tests/file/ |
H A D | popen_pclose_error-sunos.phpt | 43 sh: abc.txt: not found
|
/PHP-5.5/ext/phar/tests/tar/ |
H A D | bug49910.phpt | 25 [5] => phar://*/Structures_Graph-1.0.3/docs/generate.sh
|
Completed in 32 milliseconds
12