Home
last modified time | relevance | path

Searched refs:sh (Results 1 – 25 of 42) sorted by path

12

/php-src/
H A D.editorconfig20 [*.{ac,m4,sh,yml}]
H A D.gitignore232 **/tests/**/*.sh
H A D.travis.yml76 - sudo sh -c 'echo 0 > /proc/sys/net/ipv6/conf/all/disable_ipv6'
78 - travis_wait ./travis/compile.sh
80 - ./travis/setup-mysql.sh
81 - ./travis/setup-pgsql.sh
85 - ./travis/test.sh -d opcache.jit=tracing -d opcache.jit_buffer_size=64M
H A DCONTRIBUTING.md175 ├─ ltmain.sh # https://git.savannah.gnu.org/cgit/libtool.git
226 ├─ tokenizer_data.c # Generated by `ext/tokenizer/tokenizer_data_gen.sh`
H A Dconfigure.ac1830 …AWK="$AWK" sh $srcdir/build/genif.sh $srcdir/main/internal_functions.c.in "$EXT_STATIC" > main/int…
1833 …AWK="$AWK" sh $srcdir/build/genif.sh $srcdir/main/internal_functions.c.in "$EXT_CLI_STATIC" > main…
/php-src/.github/actions/setup-x64/
H A Daction.yml21 ./.github/scripts/setup-slapd.sh
/php-src/.github/workflows/
H A Dpush.yml95 wget https://apt.llvm.org/llvm.sh
96 chmod u+x llvm.sh
97 sudo ./llvm.sh 16
/php-src/build/
H A Dconfig.guess214 sh3eb) machine=sh-unknown ;;
995 objdump --private-headers /bin/sh | grep -q ld.so.1
1146 sh*:Linux:*:*)
H A Dconfig.sub1264 | sh | shl \
1265 | sh[1234] | sh[24]a | sh[24]ae[lb] | sh[23]e | she[lb] | sh[lb]e \
1266 | sh[1234]e[lb] | sh[12345][lb]e | sh[23]ele | sh64 | sh64le \
H A Dlibtool.m457 LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
132 ltmain="$ac_aux_dir/ltmain.sh"
410 SHELL=${CONFIG_SHELL-/bin/sh}
495 ORIGINAL_CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
894 SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
2187 dnl not every word. This closes a longstanding sh security hole.
2414 # func_win32_libid is a shell function defined in ltmain.sh
4025 # libtool distribution, otherwise you forgot to ship ltmain.sh
4027 # no rules to generate ltmain.sh.
4126 # NOTE: Changes made to this file will be lost: look at ltmain.sh.
[all …]
H A Dltmain.sh44 PROGRAM=ltmain.sh
50 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
51 emulate sh
5824 if test "$nonopt" = "$SHELL" || test "$nonopt" = /bin/sh ||
H A Dphp.m4969 dnl This macro is scanned by genif.sh when it builds the internal functions
2009 #! /bin/sh
H A Dshtool65 if [ ".$ZSH_VERSION" != . ] && (emulate sh) >/dev/null 2>&1; then
67 emulate sh
1679 if [ -x /bin/sh ] 2>/dev/null; then
/php-src/docs/
H A Drelease-process.md924 ```sh
/php-src/ext/curl/
H A Dinterface.c2173 php_curlsh *sh = Z_CURL_SHARE_P(zvalue); in _php_curl_setopt() local
2174 curl_easy_setopt(ch->cp, CURLOPT_SHARE, sh->share); in _php_curl_setopt()
2179 GC_ADDREF(&sh->std); in _php_curl_setopt()
2180 ch->share = sh; in _php_curl_setopt()
H A Dshare.c34 php_curlsh *sh; in PHP_FUNCTION() local
39 sh = Z_CURL_SHARE_P(return_value); in PHP_FUNCTION()
41 sh->share = curl_share_init(); in PHP_FUNCTION()
72 SAVE_CURLSH_ERROR(sh, error); in _php_curl_share_setopt()
83 php_curlsh *sh; in PHP_FUNCTION() local
91 sh = Z_CURL_SHARE_P(z_sh); in PHP_FUNCTION()
105 php_curlsh *sh; in PHP_FUNCTION() local
111 sh = Z_CURL_SHARE_P(z_sh); in PHP_FUNCTION()
113 RETURN_LONG(sh->err.no); in PHP_FUNCTION()
157 curl_share_cleanup(sh->share); in curl_share_free_obj()
[all …]
/php-src/ext/curl/tests/
H A Dcurl_share_basic.phpt8 $sh = curl_share_init();
13 curl_setopt($ch1, CURLOPT_SHARE, $sh);
18 curl_setopt($ch2, CURLOPT_SHARE, $sh);
21 unset($sh);
H A Dcurl_share_close_basic001.phpt8 $sh = curl_share_init();
10 var_dump($sh);
12 curl_share_close($sh);
13 var_dump($sh);
H A Dcurl_share_errno_strerror_001.phpt8 $sh = curl_share_init();
9 $errno = curl_share_errno($sh);
14 curl_share_setopt($sh, -1, -1);
19 $errno = curl_share_errno($sh);
H A Dcurl_share_setopt_basic001.phpt8 $sh = curl_share_init();
9 var_dump(curl_share_setopt($sh, CURLSHOPT_SHARE, CURL_LOCK_DATA_COOKIE));
10 var_dump(curl_share_setopt($sh, CURLSHOPT_UNSHARE, CURL_LOCK_DATA_DNS));
13 curl_share_setopt($sh, -1, 0);
/php-src/ext/fileinfo/libmagic/
H A Dcdf.c967 cdf_section_header_t sh; in cdf_read_property_info() local
980 sh.sh_len = CDF_TOLE4(shp->sh_len); in cdf_read_property_info()
981 if (sh.sh_len > CDF_SHLEN_LIMIT) { in cdf_read_property_info()
989 sh.sh_properties = CDF_TOLE4(shp->sh_properties); in cdf_read_property_info()
990 DPRINTF(("section len: %u properties %u\n", sh.sh_len, in cdf_read_property_info()
991 sh.sh_properties)); in cdf_read_property_info()
992 if (sh.sh_properties > CDF_PROP_LIMIT) in cdf_read_property_info()
994 inp = cdf_grow_info(info, maxcount, sh.sh_properties); in cdf_read_property_info()
998 *count += sh.sh_properties; in cdf_read_property_info()
1004 for (i = 0; i < sh.sh_properties; i++) { in cdf_read_property_info()
[all …]
/php-src/ext/fileinfo/tests/
H A Dmagic8118 # Maybe used also in adi,att3b,clipper,hitachi-sh,hp,ibm6000,intel,
8131 # Hitachi SH big-endian COFF (./hitachi-sh)
8133 # Hitachi SH little-endian COFF (./hitachi-sh)
8208 0 string/fwt #!\ /bin/sh POSIX shell script text executable
8210 0 string/fwb #!\ /bin/sh POSIX shell script executable (binary data)
14389 # 11577-mount-iso-0.9.5.tar.bz2/mount-iso-0.9.5/install.sh
17559 # $File: hitachi-sh,v 1.10 2020/12/12 20:01:47 christos Exp $
17560 # hitach-sh: file(1) magic for Hitachi Super-H
H A Dmagic私はガラスを食べられます8118 # Maybe used also in adi,att3b,clipper,hitachi-sh,hp,ibm6000,intel,
8131 # Hitachi SH big-endian COFF (./hitachi-sh)
8133 # Hitachi SH little-endian COFF (./hitachi-sh)
8208 0 string/fwt #!\ /bin/sh POSIX shell script text executable
8210 0 string/fwb #!\ /bin/sh POSIX shell script executable (binary data)
14389 # 11577-mount-iso-0.9.5.tar.bz2/mount-iso-0.9.5/install.sh
17559 # $File: hitachi-sh,v 1.10 2020/12/12 20:01:47 christos Exp $
17560 # hitach-sh: file(1) magic for Hitachi Super-H
/php-src/ext/hash/tests/
H A Dfnv1a32.phpt152 array( 'lr+A0&h05sk=^{4\'M#\\H"t{sh kESS', '0c39d6ad' ),
/php-src/ext/mbstring/tests/
H A Dmb_eregi_replace.phpt14 "г"=>"g","ш"=>"sh","щ"=>"sh","з"=>"z","х"=>"x","ъ"=>"\'",

Completed in 214 milliseconds

12