Home
last modified time | relevance | path

Searched refs:y (Results 701 – 724 of 724) sorted by relevance

1...<<212223242526272829

/php-src/ext/phar/tests/cache_list/files/
H A Dopenssl.phar295 …M����v�Hx�_G��iű��f�B���x��J�'/����P��¼.��.O�%�5px(�fo��BVu_�����d��y7����]�45�������GBMB
/php-src/ext/pcre/pcre2lib/
H A Dpcre2_study.c1806 uint8_t y = x & (~x + 1); /* Least significant bit */ in PRIV() local
1807 if (y != x) goto DONE; /* More than one bit set */ in PRIV()
H A Dpcre2_match.c6027 uint32_t y = GET(P->ecode,1); in match() local
6028 if ((P->ecode)[y] != OP_ALT) break; in match()
6029 P->ecode += y; in match()
H A Dpcre2_compile.c115 #define META_DIFF(x,y) ((x-y)>>16) argument
/php-src/ext/phar/phar/
H A Dpharcommand.inc139 'y' => array(
163 unset($phar_args['y']);
578 $privkey = $this->args['y']['val'] ?? null;
1208 $privkey = $this->args['y']['val'];
/php-src/ext/mbstring/
H A Dphp_mbregex.c38 #define onig_set_match_stack_limit_size_of_match_param(x, y) argument
39 #define onig_set_retry_limit_in_match_of_match_param(x, y) argument
/php-src/docs/source/introduction/
H A Dhigh-level-overview.rst106 grammar specification. The grammar lives in the ``Zend/zend_language_parser.y`` file. Check the
/php-src/.github/workflows/
H A Dpush.yml94 …DEBIAN_FRONTEND=noninteractive sudo apt-get install -y lsb-release wget software-properties-common…
H A Dnightly.yml730 sudo apt-get update -y | true
811 sudo apt-get install -y --no-install-recommends \
/php-src/ext/opcache/jit/ir/dynasm/
H A Ddasm_ppc.lua1532 local ok, y = pcall(code)
1533 if ok then return y end
H A Ddasm_x86.lua379 b = 1, w = 2, d = 4, q = 8, o = 16, y = 32, t = 10,
384 b = "byte", w = "word", d = "dword", q = "qword", o = "oword", y = "yword",
/php-src/build/
H A Dconfig.guess854 -e y/ABCDEFGHIJKLMNOPQRSTUVWXYZ/abcdefghijklmnopqrstuvwxyz/ \
1772 # time-stamp-format: "%:y-%02m-%02d"
/php-src/ext/fileinfo/libmagic/
H A Dcdf.c94 #define CDF_GETUINT32(x, y) cdf_getuint32(x, y) argument
/php-src/ext/date/lib/
H A Dparse_tz.c483 t->y, t->m, t->d, in format_ut_time()
/php-src/ext/standard/
H A Dbasic_functions.stub.php3173 function atan2(float $y, float $x): float {}
3227 function hypot(float $x, float $y): float {}
H A Dbasic_functions_arginfo.h1650 ZEND_ARG_TYPE_INFO(0, y, IS_DOUBLE, 0)
1702 ZEND_ARG_TYPE_INFO(0, y, IS_DOUBLE, 0)
/php-src/ext/sodium/
H A Dlibsodium.c3772 unsigned char *y; in PHP_FUNCTION() local
3777 &x, &x_len, &y, &y_len) == FAILURE) { in PHP_FUNCTION()
3792 crypto_core_ristretto255_scalar_mul((unsigned char *) ZSTR_VAL(r), x, y); in PHP_FUNCTION()
H A Dlibsodium_arginfo.h205 ZEND_ARG_TYPE_INFO(0, y, IS_STRING, 0)
/php-src/sapi/fpm/tests/
H A Dtester.inc451 $cmd = self::findExecutable() . " -n $configTestArg -y $configFile 2>&1";
523 $cmd = [self::findExecutable(), '-n', '-y', $configFile];
/php-src/
H A DCONTRIBUTING.md45 Pull requests should *never* be submitted against `PHP-x.y.z` branches, as these
/php-src/ext/fileinfo/
H A Dlibmagic.patch987 #define CDF_GETUINT32(x, y) cdf_getuint32(x, y)
/php-src/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます96 # (y~n,0~12,1~13,2~14,3~15,4~16)
19234 # x, y coordinates of the hotspot
19256 # x, y coordinates of the hotspot
19788 >>>>>92 ubelong !0 \b, y=%d
19824 >>>34 ubeshort !0 \b, y=%d
20456 >>&14 ubyte 0 increasing y
20457 >>&14 ubyte 1 decreasing y
20458 >>&14 ubyte 2 random y
34236 # pattern with old version 4.y
39040 >>>2 leshort 0x27 x.y
[all …]
H A Dmagic96 # (y~n,0~12,1~13,2~14,3~15,4~16)
19234 # x, y coordinates of the hotspot
19256 # x, y coordinates of the hotspot
19788 >>>>>92 ubelong !0 \b, y=%d
19824 >>>34 ubeshort !0 \b, y=%d
20456 >>&14 ubyte 0 increasing y
20457 >>&14 ubyte 1 decreasing y
20458 >>&14 ubyte 2 random y
34236 # pattern with old version 4.y
39040 >>>2 leshort 0x27 x.y
[all …]
/php-src/ext/opcache/jit/ir/
H A Dir_x86.dasc2017 /* x = ADD(X, imm32) ... y = MUL(Y, 2|4|8) ... ADD(x, y) => SKIP ... SKIP ... LEA */
2032 /* x = ADD(X, imm32) ... y = MUL(Y, 2|4|8) ... ADD(y, x) => SKIP ... SKIP ... LEA */

Completed in 305 milliseconds

1...<<212223242526272829