Home
last modified time | relevance | path

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

12345678910>>...26

/PHP-8.1/sapi/phpdbg/tests/
H A Dgh12675.phpt27 prompt> Do you really want to stop execution to set a new execution context? (type y or n): prompt>
/PHP-8.1/ext/openssl/
H A Dopenssl.c4354 zval *y; in php_openssl_pkey_init_legacy_ec() local
4402 Z_TYPE_P(y) == IS_STRING) { in php_openssl_pkey_init_legacy_ec()
4410 BN_bin2bn((unsigned char*) Z_STRVAL_P(y), Z_STRLEN_P(y), NULL), NULL)) { in php_openssl_pkey_init_legacy_ec()
4448 BIGNUM *d = NULL, *x = NULL, *y = NULL; in php_openssl_pkey_init_ec() local
4460 OPENSSL_PKEY_SET_BN(data, y); in php_openssl_pkey_init_ec()
4485 } else if (x && y) { in php_openssl_pkey_init_ec()
4488 if (!pnt || !EC_POINT_set_affine_coordinates(group, pnt, x, y, NULL)) { in php_openssl_pkey_init_ec()
4538 BN_free(y); in php_openssl_pkey_init_ec()
5035 BIGNUM *y = BN_new(); in PHP_FUNCTION() local
5064 php_openssl_add_bn_to_array(&ec, y, "y"); in PHP_FUNCTION()
[all …]
/PHP-8.1/ext/opcache/tests/jit/
H A Dgh12512_2.phpt25 $y = $a[$k];
26 $n += $x > $y;
H A Dgh12382.phpt10 for ($y = 0; $y < 21; ++$y) {
15 && 0 === $array[$y][$x + 7]
19 && 0 === $array[$y][$x - 1]
/PHP-8.1/Zend/
H A Dzend_alloc.c324 #define _BIN_DATA_SIZE(num, size, elements, pages, x, y) size, argument
326 ZEND_MM_BINS_INFO(_BIN_DATA_SIZE, x, y)
329 #define _BIN_DATA_ELEMENTS(num, size, elements, pages, x, y) elements, argument
331 ZEND_MM_BINS_INFO(_BIN_DATA_ELEMENTS, x, y)
334 #define _BIN_DATA_PAGES(num, size, elements, pages, x, y) pages, argument
336 ZEND_MM_BINS_INFO(_BIN_DATA_PAGES, x, y)
2502 # define _ZEND_BIN_ALLOCATOR(_num, _size, _elements, _pages, x, y) \ argument
2508 ZEND_MM_BINS_INFO(_ZEND_BIN_ALLOCATOR, x, y) argument
2523 # define _ZEND_BIN_FREE(_num, _size, _elements, _pages, x, y) \ argument
2537 # define _ZEND_BIN_FREE(_num, _size, _elements, _pages, x, y) \ argument
[all …]
/PHP-8.1/.github/workflows/
H A Dnightly.yml604 sudo apt-get update -y | true
/PHP-8.1/
H A D.cirrus.yml12 #- pkg upgrade -y
14 …- pkg install -y autoconf bison gmake re2c icu libiconv png freetype2 enchant2 bzip2 krb5 t1lib gm…
H A DCONTRIBUTING.md43 Pull requests should *never* be submitted against `PHP-x.y.z` branches, as these
/PHP-8.1/ext/pcre/pcre2lib/
H A Dpcre2_match.c5605 uint32_t y = GET(P->ecode,1); in match() local
5606 if ((P->ecode)[y] != OP_ALT) break; in match()
5607 P->ecode += y; in match()
/PHP-8.1/sapi/fpm/tests/
H A Dtester.inc377 $cmd = self::findExecutable() . ' -t -y ' . $configFile . ' 2>&1';
409 $cmd = [self::findExecutable(), '-y', $configFile];
/PHP-8.1/.circleci/
H A Dconfig.yml33 sudo apt-get update -y
34 sudo apt-get install -y \
/PHP-8.1/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます96 # (y~n,0~12,1~13,2~14,3~15,4~16)
11688 >>>>321 string Loading\ stage1.5 \b, GRUB version x.y
17361 # x, y coordinates of the hotspot
18074 >>&14 byte 0 increasing y
18075 >>&14 byte 1 decreasing y
18076 >>&14 byte 2 random y
21493 #>0 string W4BN Microsoft Word x.y word processor?
29479 # pattern with old version 4.y
33764 >>>2 leshort 0x27 x.y
33766 >>>2 default x y.z
[all …]
H A Dmagic96 # (y~n,0~12,1~13,2~14,3~15,4~16)
11688 >>>>321 string Loading\ stage1.5 \b, GRUB version x.y
17361 # x, y coordinates of the hotspot
18074 >>&14 byte 0 increasing y
18075 >>&14 byte 1 decreasing y
18076 >>&14 byte 2 random y
21493 #>0 string W4BN Microsoft Word x.y word processor?
29479 # pattern with old version 4.y
33764 >>>2 leshort 0x27 x.y
33766 >>>2 default x y.z
[all …]
/PHP-8.1/ext/sqlite3/tests/
H A Dgh11878.phpt25 $y = new Foo(false, true);
/PHP-8.1/Zend/tests/
H A Dgh12102_3.phpt27 test('y');
H A Dgh12102_1.phpt25 test('y');
29 string(1) "y"
H A Dgh11580.phpt7 assert(y)[y] ??= y;
10 Fatal error: Uncaught Error: Undefined constant "y" in %s:%d
/PHP-8.1/ext/dom/tests/
H A Dbug80602_4.phpt21 $bar->nodeValue = "y";
/PHP-8.1/.github/actions/setup-windows/
H A Daction.yml8 choco install mysql -y --no-progress --params="/port:3306"
13 …choco install sql-server-express -y --no-progress --install-arguments="/SECURITYMODE=SQL /SAPWD=Pa…
/PHP-8.1/ext/date/
H A Dphp_date.c1132 now->y = yea; in php_mktime()
1175 zend_long m, d, y; in PHP_FUNCTION() local
1180 Z_PARAM_LONG(y) in PHP_FUNCTION()
1183 if (y < 1 || y > 32767 || !timelib_valid_date(y, m, d)) { in PHP_FUNCTION()
2884 dateobj->time->y = tmp_time->y; in php_date_modify()
3269 dateobj->time->y = y; in php_date_date_set()
3279 zend_long y, m, d; in PHP_FUNCTION() local
3295 zend_long y, m, d; in PHP_METHOD() local
3315 dateobj->time->y = y; in php_date_isodate_set()
3329 zend_long y, w, d = 1; in PHP_FUNCTION() local
[all …]
/PHP-8.1/ext/xml/
H A Dcompat.c96 int y = 0; in _start_element_handler_ns() local
100 …er->h_start_ns(parser->user, (const XML_Char *) namespaces[y], (const XML_Char *) namespaces[y+1]); in _start_element_handler_ns()
101 y += 2; in _start_element_handler_ns()
103 y = 0; in _start_element_handler_ns()
142 att_name = (char *) attributes[y++]; in _start_element_handler_ns()
144 y++; in _start_element_handler_ns()
145 att_value = (char *)attributes[y++]; in _start_element_handler_ns()
176 if (attributes[y+1] != NULL) { in _start_element_handler_ns()
177 _qualify_namespace(parser, attributes[y] , attributes[y + 2], &qualified_name_attr); in _start_element_handler_ns()
182 attrs[z + 1] = xmlStrndup(attributes[y + 3] , (int) (attributes[y + 4] - attributes[y + 3])); in _start_element_handler_ns()
[all …]
/PHP-8.1/ext/opcache/tests/opt/
H A Dblock_pass_005.phpt11 y??(1?4:y)?->y;
14 Fatal error: Uncaught Error: Undefined constant "y" in %sblock_pass_005.php:2
H A Dblock_pass_004.phpt11 (1?4:y)?->y;
15 Warning: Attempt to read property "y" on int in %sblock_pass_004.php on line 2
/PHP-8.1/ext/gd/tests/
H A Dbug66356.phpt10 var_dump(imagecrop($img, array("x" => "a", "y" => 0, "width" => 10, "height" => 10)));
12 $arr = array("x" => "a", "y" => "12b", "width" => 10, "height" => 10);
17 var_dump(imagecrop($img, array("x" => 0, "y" => 0, "width" => -1, "height" => 10)));
20 var_dump(imagecrop($img, array("x" => -20, "y" => -20, "width" => 10, "height" => 10)));
23 var_dump(imagecrop($img, array("x" => 0x7fffff00, "y" => 0, "width" => 10, "height" => 10)));
26 var_dump(imagecrop($img, array("x" => 0, "y" => 0, "width" => 65535, "height" => 65535)));
36 [y] => 12b
H A Dbug73155.phpt23 printf("y chunk count: %d\n", $header['y_count']);
29 y chunk count: 1

Completed in 230 milliseconds

12345678910>>...26