Home
last modified time | relevance | path

Searched refs:y (Results 526 – 546 of 546) sorted by relevance

1...<<2122

/PHP-8.0/ext/pcre/pcre2lib/
H A Dpcre2_study.c1716 uint8_t y = x & (~x + 1); /* Least significant bit */ in PRIV() local
1717 if (y != x) goto DONE; /* More than one bit set */ in PRIV()
H A Dpcre2_match.c5603 uint32_t y = GET(P->ecode,1); in match() local
5604 if ((P->ecode)[y] != OP_ALT) break; in match()
5605 P->ecode += y; in match()
H A Dpcre2_compile.c115 #define META_DIFF(x,y) ((x-y)>>16) argument
/PHP-8.0/ext/opcache/jit/dynasm/
H A Ddasm_arm64.lua299 local ok, y = pcall(code)
300 if ok then return y end
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-8.0/ext/phar/phar/
H A Dpharcommand.inc139 'y' => array(
161 unset($phar_args['y']);
566 $privkey = $this->args['y']['val'] ?? null;
1196 $privkey = $this->args['y']['val'];
/PHP-8.0/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-8.0/ext/openssl/
H A Dopenssl.c4261 zval *y; in PHP_FUNCTION() local
4305 (y = zend_hash_str_find(Z_ARRVAL_P(data), "y", sizeof("y") - 1)) != NULL && in PHP_FUNCTION()
4306 Z_TYPE_P(y) == IS_STRING) { in PHP_FUNCTION()
4314 BN_bin2bn((unsigned char*) Z_STRVAL_P(y), Z_STRLEN_P(y), NULL), NULL)) { in PHP_FUNCTION()
4723 BIGNUM *y = BN_new(); in PHP_FUNCTION() local
4750 if (EC_POINT_get_affine_coordinates_GFp(ec_group, pub, x, y, NULL)) { in PHP_FUNCTION()
4752 OPENSSL_GET_BN(ec, y, y); in PHP_FUNCTION()
4764 BN_free(y); in PHP_FUNCTION()
/PHP-8.0/build/
H A Dconfig.guess854 -e y/ABCDEFGHIJKLMNOPQRSTUVWXYZ/abcdefghijklmnopqrstuvwxyz/ \
1746 # time-stamp-format: "%:y-%02m-%02d"
/PHP-8.0/ext/fileinfo/libmagic/
H A Dcdf.c96 #define CDF_GETUINT32(x, y) cdf_getuint32(x, y) argument
/PHP-8.0/ext/standard/
H A Dbasic_functions.stub.php1053 function atan2(float $y, float $x): float {} argument
1089 function hypot(float $x, float $y): float {} argument
H A Dbasic_functions_arginfo.h1625 ZEND_ARG_TYPE_INFO(0, y, IS_DOUBLE, 0)
1676 ZEND_ARG_TYPE_INFO(0, y, IS_DOUBLE, 0)
/PHP-8.0/sapi/fpm/
H A Dconfig.m4325 …AC_LANG_PROGRAM([[#include <sys/socket.h>]], [[int x = SO_LISTENQLIMIT; int y = SO_LISTENQLEN;]])]…
/PHP-8.0/sapi/fpm/tests/
H A Dtester.inc366 $cmd = self::findExecutable() . ' -t -y ' . $configFile . ' 2>&1';
396 $cmd = [self::findExecutable(), '-y', $configFile];
/PHP-8.0/
H A DCONTRIBUTING.md43 Pull requests should *never* be submitted against `PHP-x.y.z` branches, as these
H A DNEWS1009 . Fixed bug #74779 (x() and y() truncating floats to integers). (cmb)
/PHP-8.0/docs/
H A Drelease-process.md293 Optionally use `phpweb/bin/createReleaseEntry -v x.y.z -r` to create
/PHP-8.0/ext/fileinfo/
H A Dlibmagic.patch1075 #define CDF_GETUINT32(x, y) cdf_getuint32(x, y)
/PHP-8.0/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます96 # (y~n,0~12,1~13,2~14,3~15,4~16)
11210 >>>>321 string Loading\ stage1.5 \b, GRUB version x.y
16781 # x, y coordinates of the hotspot
17480 >>&14 byte 0 increasing y
17481 >>&14 byte 1 decreasing y
17482 >>&14 byte 2 random y
20547 #>0 string W4BN Microsoft Word x.y word processor?
27639 # pattern with old version 4.y
31839 >>>2 leshort 0x27 x.y
31841 >>>2 default x y.z
[all …]
H A Dmagic96 # (y~n,0~12,1~13,2~14,3~15,4~16)
11210 >>>>321 string Loading\ stage1.5 \b, GRUB version x.y
16781 # x, y coordinates of the hotspot
17480 >>&14 byte 0 increasing y
17481 >>&14 byte 1 decreasing y
17482 >>&14 byte 2 random y
20547 #>0 string W4BN Microsoft Word x.y word processor?
27639 # pattern with old version 4.y
31839 >>>2 leshort 0x27 x.y
31841 >>>2 default x y.z
[all …]

Completed in 379 milliseconds

1...<<2122