Searched refs:sh (Results 1 – 25 of 50) sorted by relevance
12
/PHP-7.2/ext/curl/ |
H A D | share.c | 41 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 128 if (sh) { in _php_curl_share_close() 129 curl_share_cleanup(sh->share); in _php_curl_share_close() 130 efree(sh); in _php_curl_share_close() 141 php_curlsh *sh; in PHP_FUNCTION() local [all …]
|
/PHP-7.2/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));
|
H A D | curl_share_errno_strerror_001.phpt | 16 $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.2/ext/session/tests/ |
H A D | bug69111.phpt | 7 $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.2/ |
H A D | .travis.yml | 57 - sudo sh -c 'echo 0 > /proc/sys/net/ipv6/conf/all/disable_ipv6' 59 - ./travis/compile.sh 61 - . ./travis/ext/mysql/setup.sh 62 - . ./travis/ext/mysqli/setup.sh 63 - . ./travis/ext/pdo_mysql/setup.sh 64 - . ./travis/ext/pgsql/setup.sh 65 - . ./travis/ext/pdo_pgsql/setup.sh
|
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 | .gitignore | 64 install-sh 108 ext/*/ltmain.sh 131 ext/mbstring/libmbfl/ltmain.sh 149 ext/mssql/ltmain.sh 224 **/tests/**/*.sh
|
H A D | .editorconfig | 20 [*.{ac,m4,sh,yml}]
|
/PHP-7.2/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.2/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.2/ext/snmp/tests/ |
H A D | snmpd.conf | 27 exec HexTest /bin/sh /etc/snmp/bigtest.sh
|
/PHP-7.2/ext/mbstring/tests/ |
H A D | mb_eregi_replace.phpt | 13 "г"=>"g","ш"=>"sh","щ"=>"sh","з"=>"z","х"=>"x","ъ"=>"\'",
|
H A D | bug43301.phpt | 14 hello, I have got a cr*sh on you
|
/PHP-7.2/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.2/ext/bcmath/libbcmath/ |
H A D | missing | 94 | sh
|
/PHP-7.2/TSRM/ |
H A D | build.mk | 11 LT_TARGETS = ltmain.sh ltconfig
|
/PHP-7.2/Zend/ |
H A D | build.mk | 11 LT_TARGETS = ltmain.sh ltconfig
|
/PHP-7.2/ext/imap/tests/ |
H A D | bug77153.phpt | 13 $server = "x -oProxyCommand=echo\t$payloadb64|base64\t-d|sh}";
|
/PHP-7.2/scripts/ |
H A D | Makefile.frag | 16 ltmain.sh \
|
/PHP-7.2/sapi/cli/tests/ |
H A D | bug64529.phpt | 20 $script = __DIR__ . "/expect.sh";
|
/PHP-7.2/ext/fileinfo/libmagic/ |
H A D | cdf.c | 959 cdf_section_header_t sh; in cdf_read_property_info() local 972 sh.sh_len = CDF_TOLE4(shp->sh_len); in cdf_read_property_info() 973 if (sh.sh_len > CDF_SHLEN_LIMIT) { in cdf_read_property_info() 981 sh.sh_properties = CDF_TOLE4(shp->sh_properties); in cdf_read_property_info() 982 DPRINTF(("section len: %u properties %u\n", sh.sh_len, in cdf_read_property_info() 983 sh.sh_properties)); in cdf_read_property_info() 984 if (sh.sh_properties > CDF_PROP_LIMIT) in cdf_read_property_info() 986 inp = cdf_grow_info(info, maxcount, sh.sh_properties); in cdf_read_property_info() 990 *count += sh.sh_properties; in cdf_read_property_info() 996 for (i = 0; i < sh.sh_properties; i++) { in cdf_read_property_info() [all …]
|
/PHP-7.2/ext/ |
H A D | ext_skel | 227 install-sh 229 ltmain.sh 243 tests/*/*.sh
|
/PHP-7.2/ext/standard/tests/file/ |
H A D | popen_pclose_error-sunos.phpt | 42 sh: abc.txt: not found
|
Completed in 35 milliseconds
12