Home
last modified time | relevance | path

Searched refs:y (Results 1 – 25 of 717) sorted by last modified time

12345678910>>...29

/php-src/ext/openssl/
H A Dopenssl.c4315 BIGNUM *x = NULL, *y = NULL, *d = NULL; in php_openssl_pkey_init_legacy_ec() local
4406 OPENSSL_PKEY_SET_BN(data, y); in php_openssl_pkey_init_legacy_ec()
4418 } else if (x && y) { in php_openssl_pkey_init_legacy_ec()
4453 BN_free(y); in php_openssl_pkey_init_legacy_ec()
4462 BIGNUM *x = NULL, *y = NULL, *d = NULL; in php_openssl_pkey_init_ec() local
4574 OPENSSL_PKEY_SET_BN(data, y); in php_openssl_pkey_init_ec()
4582 } else if (x && y) { in php_openssl_pkey_init_ec()
4605 if (d || (x && y)) { in php_openssl_pkey_init_ec()
4649 BN_free(y); in php_openssl_pkey_init_ec()
5162 BIGNUM *y = BN_new(); in PHP_FUNCTION() local
[all …]
/php-src/ext/opcache/jit/ir/
H A Dir_x86.dasc1954 /* x = ADD(X, imm32) ... y = MUL(Y, 2|4|8) ... ADD(x, y) => SKIP ... SKIP ... LEA */
1969 /* x = ADD(X, imm32) ... y = MUL(Y, 2|4|8) ... ADD(y, x) => SKIP ... SKIP ... LEA */
/php-src/Zend/
H A Dzend_alloc.c321 #define _BIN_DATA_SIZE(num, size, elements, pages, x, y) size, argument
323 ZEND_MM_BINS_INFO(_BIN_DATA_SIZE, x, y)
326 #define _BIN_DATA_ELEMENTS(num, size, elements, pages, x, y) elements, argument
328 ZEND_MM_BINS_INFO(_BIN_DATA_ELEMENTS, x, y)
331 #define _BIN_DATA_PAGES(num, size, elements, pages, x, y) pages, argument
333 ZEND_MM_BINS_INFO(_BIN_DATA_PAGES, x, y)
2510 # define _ZEND_BIN_ALLOCATOR(_num, _size, _elements, _pages, x, y) \ argument
2516 ZEND_MM_BINS_INFO(_ZEND_BIN_ALLOCATOR, x, y) argument
2531 # define _ZEND_BIN_FREE(_num, _size, _elements, _pages, x, y) \ argument
2545 # define _ZEND_BIN_FREE(_num, _size, _elements, _pages, x, y) \ argument
[all …]
H A Dzend_strtod.c708 Long x, y; local
711 for(k = 0, y = 1; x > y; y <<= 1, k++) ;
773 (y) ULong *y; in lo0bits() argument
775 (ULong *y)
814 *y = x;
845 ULong y; local
2607 y = 10*y + c - '0';
2661 y = 10*y + c;
3014 y = 0;
3016 y = 10*y + s0[i] - '0';
[all …]
/php-src/Zend/tests/
H A Dgh7771_3.phpt6 'space1\C' => 'class y{const y="$y";}',
7 'D' => 'class D{const HW=space1\C::y;}'
H A Dcall_user_func_005.phpt7 public static function __callstatic($x, $y) {
8 var_dump($x,$y);
H A Dclosure_019.phpt13 $y = 3;
14 var_dump($GLOBALS['lambda']($y));
15 var_dump($lambda($y));
H A Dclosure_020.phpt22 $y = $foo->x();
23 var_dump($y()->test);
H A Dclosure_027.phpt15 $a = function($x) use ($y) {};
30 Warning: Undefined variable $y in %s on line %d
H A Dbug52193.phpt17 var_dump($y = $x[0]);
18 var_dump($y());
H A Dbug76534.phpt10 $y = &$x["2bar"];
/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.yml736 sudo apt-get update -y | true
817 sudo apt-get install -y --no-install-recommends \
/php-src/sapi/fpm/
H A Dconfig.m4295 …AC_LANG_PROGRAM([[#include <sys/socket.h>]], [[int x = SO_LISTENQLIMIT; int y = SO_LISTENQLEN;]])]…
/php-src/scripts/dev/
H A Dbless_tests.php176 return $this->extractDiff($trace, $x, $y, $old, $new);
194 $y = $x - $k;
195 while ($x < $n && $y < $m && ($this->isEqual)($a[$x], $b[$y])) {
197 $y++;
201 if ($x >= $n && $y >= $m) {
202 return [$trace, $x, $y];
213 $k = $x - $y;
224 while ($x > $prevX && $y > $prevY) {
227 $y--;
239 while ($y > $prevY) {
[all …]
/php-src/ext/opcache/tests/jit/
H A Dnot_003.phpt10 set_error_handler(function(){y;}) . !$y;
13 Fatal error: Uncaught Error: Undefined constant "y" in %snot_003.php:2
H A Dassign_055.phpt11 (y);
15 $ret = $y;
16 } catch (y) {
20 Fatal error: Uncaught Error: Undefined constant "y" in %sassign_055.php:3
H A Dfetch_dim_rw_004.phpt9 set_error_handler(function(y$y) {
12 $y[$k]++;
15 Fatal error: Uncaught TypeError: {closure:%s:%d}(): Argument #1 ($y) must be of type y, int given, …
/php-src/Zend/tests/fibers/
H A Dfailing-nested-fiber.phpt7 $fiber = new Fiber(function (int $x, int $y): void {
8 Fiber::suspend($x + $y);
/php-src/ext/standard/
H A Dbasic_functions.stub.php3165 function atan2(float $y, float $x): float {}
3219 function hypot(float $x, float $y): float {}
H A Dbasic_functions_arginfo.h1636 ZEND_ARG_TYPE_INFO(0, y, IS_DOUBLE, 0)
1688 ZEND_ARG_TYPE_INFO(0, y, IS_DOUBLE, 0)
/php-src/ext/intl/tests/
H A Dgrapheme_str_split.phpt17 array( "null\x00byte", 1, array("n", "u", "l", "l", "\x00", "b", "y", "t", "e") ),
/php-src/ext/opcache/tests/opt/
H A Ddce_009.phpt18 $y = [];
19 foreach ($y as $x) {
H A Ddce_004.phpt14 function foo(int $x, int $y) {
16 $a[1] = $y;
17 $a = $y;
33 0001 CV1($y) = RECV 2
34 0002 CV2($a) = QM_ASSIGN CV1($y)
/php-src/.circleci/
H A Dconfig.yml33 sudo apt-get update -y
34 sudo apt-get install -y \

Completed in 94 milliseconds

12345678910>>...29