Home
last modified time | relevance | path

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

12345678910>>...29

/php-src/ext/reflection/tests/
H A DReflectionMethod_getDocComment_property_list.phpt15 $y = 'y',
25 $reflection = new ReflectionProperty('\X', 'y');
26 echo 'X::y', PHP_EOL;
38 X::y
/php-src/Zend/tests/
H A Doss_fuzz_60441.phpt5 assert(fn()=>y)[y]??=y;
8 Fatal error: Uncaught Error: Undefined constant "y" in %s:%d
H A Dtemporary_cleaning_001.phpt12 $y = new stdClass;
14 $r = [$x] + ($y ? ((array) $x) + [2] : ops());
15 $y = (array) $y;
H A Dgh10014.phpt6 #[Attribute(+[[][2]?->y]->y)]
7 class y {
14 Warning: Attempt to read property "y" on array in %s on line %d
H A Dgh10486_2.phpt5 const y = y::{y};
8 Fatal error: Uncaught Error: Undefined constant "y" in %s:%d
H A Dgh11580.phpt7 assert(y)[y] ??= y;
10 Fatal error: Uncaught Error: Undefined constant "y" in %s:%d
H A Dstr_offset_006.phpt9 $a[$y]=$a.=($y);
13 Err: Undefined variable $y
14 Err: Undefined variable $y
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
/php-src/ext/opcache/tests/jit/
H A Dreg_alloc_019.phpt11 $x != $y;
12 $x =- +$y;
13 $x != $y;
14 $x = $y;
H A Dcmp_006.phpt27 $y = 1;
29 var_dump($x == $y);
36 $y = 1.0;
38 var_dump($x == $y);
52 Warning: Undefined variable $y in %s on line %d
55 Warning: Undefined variable $y in %s on line %d
H A Dreg_alloc_018.phpt9 6 & $y & 6 & $y;
13 Warning: Undefined variable $y in %sreg_alloc_018.php on line 2
15 Warning: Undefined variable $y in %sreg_alloc_018.php on line 2
H A Didentical_004.phpt11 $y === $y;
17 Warning: Undefined variable $y in %sidentical_004.php on line 3
19 Warning: Undefined variable $y in %sidentical_004.php on line 3
H A Dswitch_001.phpt10 switch($y) {
12 case 'y':
19 Warning: Undefined variable $y in %sswitch_001.php on line 4
21 Warning: Undefined variable $y in %sswitch_001.php on line 5
H A Dreg_alloc_011.phpt9 function foo($y) {
11 $i = $y;
15 for(;$y;);
17 for(;$y;);
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/ext/gd/tests/
H A Dbug73281.phpt19 list($x, $y) = $coordinate;
20 printf("%3d, %3d: %x\n", $x, $y, imagecolorat($dst, $x, $y));
29 list($x, $y) = $coordinate;
30 printf("%3d, %3d: %x\n", $x, $y, imagecolorat($dst, $x, $y));
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-src/ext/standard/tests/file/windows_mb_path/
H A Dtest_cp936_1.phpt26 $item = "�yԇ���ֹ�·��"; // cp936 string
49 getting basename of %s\�yԇ���ֹ�·��5\�yԇ���ֹ�·��4
50 string(15) "�yԇ���ֹ�·��4"
52 string(%d) "%s\�yԇ���ֹ�·��5\�yԇ���ֹ�·��4"
/php-src/ext/opcache/tests/opt/
H A Dsccp_034.phpt9 is_array(["$y $y"]);
13 Warning: Undefined variable $y in %ssccp_034.php on line 2
15 Warning: Undefined variable $y in %ssccp_034.php on line 2
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 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/ext/opcache/tests/
H A Dbug75687.phpt12 function x($y)
14 if (is_array($y)) {
15 $z = is_array($y) ? array() : array($y);
/php-src/ext/date/lib/
H A Dinterval.c49 ((*one)->y > (*two)->y) || in sort_old_to_new()
50 ((*one)->y == (*two)->y && (*one)->m > (*two)->m) || in sort_old_to_new()
51 ((*one)->y == (*two)->y && (*one)->m == (*two)->m && (*one)->d > (*two)->d) || in sort_old_to_new()
52 …((*one)->y == (*two)->y && (*one)->m == (*two)->m && (*one)->d == (*two)->d && (*one)->h > (*two)-… in sort_old_to_new()
53 …((*one)->y == (*two)->y && (*one)->m == (*two)->m && (*one)->d == (*two)->d && (*one)->h == (*two)… in sort_old_to_new()
88 rt->y = two->y - one->y; in timelib_diff_with_tzid()
159 rt->y = two->y - one->y; in timelib_diff()
223 t->relative.y = interval->y * bias; in timelib_add()
252 t->relative.y = 0 - (interval->y * bias); in timelib_sub()
303 t->relative.y = interval->y * bias; in timelib_add_wall()
[all …]
/php-src/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
/php-src/ext/date/tests/
H A Dbug48678.phpt7 $y = unserialize(serialize($x));
8 print_r($y);
13 [y] => 3
26 [y] => 3

Completed in 29 milliseconds

12345678910>>...29