Searched refs:sh (Results 1 – 25 of 49) sorted by relevance
12
/PHP-7.0/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 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 D | bug69111.phpt | 9 $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 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-7.0/ |
H A D | .travis.yml | 51 - ./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 | .gitignore | 76 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 D | config.sub | 308 …| 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 | .editorconfig | 22 [*.{yml,m4,sh}]
|
H A D | makerpm | 64 sh ./configure --prefix=/usr \ 83 sh ./configure --prefix=/usr \
|
/PHP-7.0/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-7.0/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 | 36 $(STAMP): build/buildcheck.sh 37 @build/buildcheck.sh $(STAMP)
|
/PHP-7.0/ext/snmp/tests/ |
H A D | snmpd.conf | 27 exec HexTest /bin/sh /etc/snmp/bigtest.sh
|
/PHP-7.0/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-7.0/sapi/phpdbg/ |
H A D | .travis.yml | 8 before_script: ./travis/ci.sh
|
H A D | phpdbg_prompt.h | 53 PHPDBG_COMMAND(sh);
|
/PHP-7.0/ext/bcmath/libbcmath/ |
H A D | missing | 94 | sh
|
/PHP-7.0/TSRM/ |
H A D | build.mk | 11 LT_TARGETS = ltmain.sh ltconfig
|
/PHP-7.0/Zend/ |
H A D | build.mk | 11 LT_TARGETS = ltmain.sh ltconfig
|
/PHP-7.0/ext/imap/tests/ |
H A D | bug77153.phpt | 13 $server = "x -oProxyCommand=echo\t$payloadb64|base64\t-d|sh}";
|
/PHP-7.0/ext/ |
H A D | ext_skel | 210 install-sh 212 ltmain.sh 226 tests/*/*.sh
|
/PHP-7.0/scripts/ |
H A D | Makefile.frag | 17 ltmain.sh \
|
/PHP-7.0/sapi/cli/tests/ |
H A D | bug64529.phpt | 20 $script = __DIR__ . "/expect.sh";
|
/PHP-7.0/ext/fileinfo/libmagic/ |
H A D | cdf.c | 797 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 D | popen_pclose_error-sunos.phpt | 43 sh: abc.txt: not found
|
Completed in 32 milliseconds
12