Home
last modified time | relevance | path

Searched refs:sh (Results 1 – 25 of 42) sorted by last modified time

12

/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/
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…
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 D.gitignore232 **/tests/**/*.sh
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`
/php-src/ext/curl/
H A Dinterface.c2169 php_curlsh *sh = Z_CURL_SHARE_P(zvalue); in _php_curl_setopt() local
2170 curl_easy_setopt(ch->cp, CURLOPT_SHARE, sh->share); in _php_curl_setopt()
2175 GC_ADDREF(&sh->std); in _php_curl_setopt()
2176 ch->share = sh; in _php_curl_setopt()
/php-src/build/
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 Dphp.m4969 dnl This macro is scanned by genif.sh when it builds the internal functions
2009 #! /bin/sh
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 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 \
/php-src/docs/
H A Drelease-process.md924 ```sh
/php-src/ext/odbc/
H A Dconfig.m418 if ldd -v /bin/sh | grep GLIBC > /dev/null; then
/php-src/sapi/fuzzer/
H A DREADME.md6 ```sh
39 ```sh
46 ```sh
54 ```sh
62 ```sh
71 ```sh
78 ```sh
85 ```sh
/php-src/ext/standard/
H A Dbase64.c172 const uint8x16_t sh = vqtbl2q_u8(shiftLUT, higher_nibble); in decode_fromascii() local
174 const uint8x16_t shift = vbslq_u8(eq_2f, vdupq_n_u8(16), sh); in decode_fromascii()
722 const __m512i sh = _mm512_shuffle_epi8(shiftLUT, higher_nibble); in php_base64_decode_ex_avx512() local
724 const __m512i shift = _mm512_mask_mov_epi8(sh, eq_2f, _mm512_set1_epi8(16)); in php_base64_decode_ex_avx512()
/php-src/ext/pcre/pcre2lib/sljit/
H A DsljitNativePPC_common.c257 #define RLWI_SH(sh) ((sljit_ins)(sh) << 11) argument
259 #define RLDI_SH(sh) ((((sljit_ins)(sh) & 0x1f) << 11) | (((sljit_ins)(sh) & 0x20) >> 4)) argument
/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/.github/actions/setup-x64/
H A Daction.yml21 ./.github/scripts/setup-slapd.sh
/php-src/ext/opcache/jit/ir/dynasm/
H A Ddasm_ppc.lua1671 local sh = rs == 6 and 2 or 3 + band(shr(rs, 1), 3)
1672 op = op + shl(band(vs, 31), rs) + shr(band(vs, 32), sh)
H A Ddasm_arm64.lua653 local sh = p[3]:sub(2)
655 p[3] = "#(32-("..sh.."))%32"
656 p[4] = "#31-("..sh..")"
658 p[3] = "#(64-("..sh.."))%64"
659 p[4] = "#63-("..sh..")"
/php-src/sapi/phpdbg/
H A Dphpdbg_prompt.c87 PHPDBG_COMMAND_D(sh, "shell a command", 0 , NULL, "i", 0),
1189 PHPDBG_COMMAND(sh) /* {{{ */ in PHPDBG_COMMAND() argument
H A Dphpdbg_cmd.c688 return PHPDBG_COMMAND_HANDLER(sh)(top); in phpdbg_internal_stack_execute()
/php-src/ext/fileinfo/tests/
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
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
/php-src/sapi/fpm/tests/
H A Dsocket-close-on-exec.phpt33 $ph = popen("/bin/sh -c 'lsof -Pn -p$mypid' 2>&1 | grep TCP | grep '127.0.0.1:$fpmPort'", 'r');
49 $ph = popen("/bin/sh -c 'lsof -Pn -p\$\$' 2>&1 | grep TCP | grep '127.0.0.1:$fpmPort'", 'r');

Completed in 243 milliseconds

12