Home
last modified time | relevance | path

Searched refs:y (Results 76 – 100 of 634) sorted by relevance

12345678910>>...26

/PHP-8.1/ext/opcache/tests/opt/
H A Ddce_004.phpt13 function foo(int $x, int $y) {
15 $a[1] = $y;
16 $a = $y;
32 0001 CV1($y) = RECV 2
33 0002 CV2($a) = QM_ASSIGN CV1($y)
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
/PHP-8.1/ext/opcache/tests/jit/
H A Dfetch_dim_rw_004.phpt10 set_error_handler(function(y$y) {
13 $y[$k]++;
16 Fatal error: Uncaught TypeError: {closure}(): Argument #1 ($y) must be of type y, int given, called…
H A Dcmp_006.phpt28 $y = 1;
30 var_dump($x == $y);
37 $y = 1.0;
39 var_dump($x == $y);
53 Warning: Undefined variable $y in %s on line %d
56 Warning: Undefined variable $y in %s on line %d
H A Dreg_alloc_011.phpt10 function foo($y) {
12 $i = $y;
16 for(;$y;);
18 for(;$y;);
H A Dinc_obj_005.phpt11 json_encode($y)->y++;
14 Warning: Undefined variable $y in %sinc_obj_005.php on line 2
16 Fatal error: Uncaught Error: Attempt to increment/decrement property "y" on string in %sinc_obj_005…
/PHP-8.1/ext/date/lib/
H A Dinterval.c49 rt->y = 0 - rt->y; in swap_if_negative()
68 ((*one)->y > (*two)->y) || in sort_old_to_new()
69 ((*one)->y == (*two)->y && (*one)->m > (*two)->m) || in sort_old_to_new()
70 ((*one)->y == (*two)->y && (*one)->m == (*two)->m && (*one)->d > (*two)->d) || in sort_old_to_new()
71 …((*one)->y == (*two)->y && (*one)->m == (*two)->m && (*one)->d == (*two)->d && (*one)->h > (*two)-… in sort_old_to_new()
106 rt->y = two->y - one->y; in timelib_diff_with_tzid()
212 rt->y = two->y - one->y; in timelib_diff()
276 t->relative.y = interval->y * bias; in timelib_add()
305 t->relative.y = 0 - (interval->y * bias); in timelib_sub()
356 t->relative.y = interval->y * bias; in timelib_add_wall()
[all …]
/PHP-8.1/Zend/tests/
H A Dgh11580.phpt7 assert(y)[y] ??= y;
10 Fatal error: Uncaught Error: Undefined constant "y" in %s:%d
H A Dindirect_property_access.phpt11 public $y = 'foo';
18 var_dump((new bar)->y); // foo
19 var_dump((new $x)->y); // foo
20 var_dump((new $bar->y)->x); // 1
H A Dstr_offset_006.phpt9 $a[$y]=$a.=($y);
13 Err: Undefined variable $y
14 Err: Undefined variable $y
H A Dclosure_009.phpt12 $y = function ($x) use (&$a) {
21 $y(4);
22 $y(5);
23 $y(6);
H A Dctor_promotion_defaults.phpt9 public float $y = 1.0,
23 ["y"]=>
31 ["y"]=>
39 ["y"]=>
/PHP-8.1/ext/gd/tests/
H A Dbug53156.phpt13 function draw_and_check_pixel($x, $y)
17 echo (imagecolorat($img, $x, $y) === $black) ? '+' : '-';
18 imagesetpixel($img, $x, $y, $red);
28 $y = ($y1 + $y2) / 2;
30 draw_and_check_pixel($x1, $y);
32 draw_and_check_pixel($x2, $y);
/PHP-8.1/ext/fileinfo/libmagic/
H A Dcdf_time.c42 #define isleap(y) ((((y) % 4) == 0) && \ argument
43 ((((y) % 100) != 0) || (((y) % 400) == 0)))
56 int y; in cdf_getdays() local
58 for (y = CDF_BASE_YEAR; y < year; y++) in cdf_getdays()
59 days += isleap(y) + 365; in cdf_getdays()
/PHP-8.1/tests/classes/
H A Dfactory_and_singleton_001.phpt54 echo "Create x and y\n";
56 $y = test::factory(2);
60 var_dump($y->get());
66 var_dump($y->get());
68 echo "Destruct y\n";
69 $y = NULL;
84 Create x and y
93 Destruct y
H A Dfactory_and_singleton_002.phpt54 echo "Create x and y\n";
56 $y = test::factory(2);
60 var_dump($y->get());
66 var_dump($y->get());
68 echo "Destruct y\n";
69 $y = NULL;
84 Create x and y
93 Destruct y
/PHP-8.1/ext/reflection/tests/
H A Dbug38465.phpt16 public function y($a = self::Y, $b = Baz::B, $c = 99) {}
51 Bar::y($a = 2)
52 Bar::y($b = 3)
53 Bar::y($c = 99)
59 Bar::y($a = 2)
60 Bar::y($b = 3)
61 Bar::y($c = 99)
H A DReflectionProperty_typed_static.phpt8 public static int $y;
15 $rp = new ReflectionProperty('Test', 'y');
32 Test::$z =& Test::$y;
46 Typed static property Test::$y must not be accessed before initialization
48 Cannot assign string to property Test::$y of type int
50 Cannot assign string to reference held by property Test::$y of type int
/PHP-8.1/tests/lang/
H A Dbug7515.phpt21 $y=ob_get_contents();
23 if ($x == $y) {
28 y=$y
/PHP-8.1/ext/standard/tests/password/
H A Dpassword_get_info.phpt7 var_dump(password_get_info('$2y$10$MTIzNDU2Nzg5MDEyMzQ1Nej0NmcAWSLR.oP7XOR9HD/vjUuOj100y'));
9 var_dump(password_get_info('$2y$11$MTIzNDU2Nzg5MDEyMzQ1Nej0NmcAWSLR.oP7XOR9HD/vjUuOj100y'));
11 var_dump(password_get_info('$2y$11$MTIzNDU2Nzg5MDEyMzQ1Nej0NmcAWSLR.oP7XOR9HD/vjUuOj100'));
20 string(2) "2y"
31 string(2) "2y"
H A Dpassword_needs_rehash.phpt10 var_dump(password_needs_rehash('', '2y'));
18 var_dump(password_needs_rehash('$2y$10$MTIzNDU2Nzg5MDEyMzQ1Nej0NmcAWSLR.oP7XOR9HD/vjUuOj100y', PASS…
21 var_dump(password_needs_rehash('$2y$10$MTIzNDU2Nzg5MDEyMzQ1Nej0NmcAWSLR.oP7XOR9HD/vjUuOj100y', PASS…
24 var_dump(password_needs_rehash('$2y$10$MTIzNDU2Nzg5MDEyMzQ1Nej0NmcAWSLR.oP7XOR9HD/vjUuOj100y', PASS…
27 var_dump(password_needs_rehash('$2y$10$MTIzNDU2Nzg5MDEyMzQ1Nej0NmcAWSLR.oP7XOR9HD/vjUuOj100y', PASS…
31 var_dump(password_needs_rehash('$2y$'.$cost.'$MTIzNDU2Nzg5MDEyMzQ1Nej0NmcAWSLR.oP7XOR9HD/vjUuOj100y…
34 var_dump(password_needs_rehash('$2y$10$MTIzNDU2Nzg5MDEyMzQ1Nej0NmcAWSLR.oP7XOR9HD/vjUuOj100y', PASS…
/PHP-8.1/ext/soap/tests/
H A Dserver007.phpt7 function Add($x,$y) {
8 return $x+$y;
10 function Sub($x,$y) {
11 return $x-$y;
/PHP-8.1/Zend/tests/named_params/
H A Dbacktrace.phpt13 test(1, 2, x: 3, y: 4);
38 ["y"]=>
43 #0 %s(10): test(1, 2, x: 3, y: 4)
61 ["y"]=>
68 #0 %s(%d): test(1, 2, x: 3, y: 4)
/PHP-8.1/Zend/tests/restrict_globals/
H A Dvalid.phpt14 unset($GLOBALS['y']);
16 var_dump(isset($GLOBALS['y']));
20 $y = 1;
22 var_dump($x, $y, $z);
44 Warning: Undefined variable $y in %s on line %d
/PHP-8.1/ext/pcre/tests/
H A Dpcre_extra.phpt6 var_dump(preg_match('/\y/', '\y'));
7 var_dump(preg_match('/\y/X', '\y'));

Completed in 40 milliseconds

12345678910>>...26