Home
last modified time | relevance | path

Searched refs:y (Results 101 – 125 of 634) sorted by relevance

12345678910>>...26

/PHP-8.1/ext/reflection/tests/
H A Dbug60357.phpt7 array $y = ['x' => 'y'],
19 Parameter #1 [ <optional> array $y = ['x' => 'y'] ]
/PHP-8.1/ext/opcache/tests/jit/
H A Dassign_dim_013.phpt13 $obj->y = set_error_handler(function(){});
14 foreach($obj as $y) {
16 $arr = ['' => y];
22 Fatal error: Uncaught Error: Undefined constant "y" in %sassign_dim_013.php:8
H A Dassign_055.phpt12 (y);
16 $ret = $y;
17 } catch (y) {
21 Fatal error: Uncaught Error: Undefined constant "y" in %sassign_055.php:3
H A Dgh8461-005.phpt22 $y = 0;
24 global $y;
25 $y += 1;
33 var_dump($initialRequest ? $x : $y);
H A Dfetch_dim_r_002.phpt27 $y="b";
28 foo($x.$y);
31 $y="x";
32 foo($x.$y);
/PHP-8.1/ext/date/tests/
H A Dbug48678.phpt7 $y = unserialize(serialize($x));
8 print_r($y);
13 [y] => 3
32 [y] => 3
H A Ddate-lenient.phpt6 print_r( date_parse_from_format( 'm/d/y', $date ) );
7 print_r( date_parse_from_format( 'm/d/y+', $date ) );
8 print_r( date_parse_from_format( '+m/d/y', $date ) );
9 print_r( date_parse_from_format( 'm/d/y++', $date ) );
12 print_r( date_parse_from_format( 'm/d/y+', $date ) );
13 print_r( date_parse_from_format( '+m/d/y', $date ) );
/PHP-8.1/ext/standard/tests/array/
H A Dbug71334.phpt14 private function _mySort($x, $y)
20 if (!isset($this->a[$y])) {
21 throw new Exception('Missing Y: "' . $y . '"');
24 return $x <=> $y;
/PHP-8.1/ext/opcache/tests/opt/
H A Dinference_011.phpt10 for(; $a++; $a=y+6) {
11 y($a[y]);
H A Dinference_013.phpt9 function y(){
11 $x[] &= y;
13 $x[""] = y;
H A Dinference_006.phpt9 function y() {
10 $obj=new y;
11 u($y[$obj]);
H A Dassign_obj_001.phpt10 $a .= $a += $y;
11 $a = $a->y = '';
16 Warning: Undefined variable $y in %sassign_obj_001.php on line 3
20 Fatal error: Uncaught Error: Attempt to assign property "y" on string in %sassign_obj_001.php:4
H A Dassign_obj_op_001.phpt10 $a .= $a += $y;
11 $a = $a->y *= '';
16 Warning: Undefined variable $y in %sassign_obj_op_001.php on line 3
20 Fatal error: Uncaught Error: Attempt to assign property "y" on string in %sassign_obj_op_001.php:4
/PHP-8.1/tests/classes/
H A Dstatic_properties_003_error1.phpt6 protected static $y = 'C::$y';
11 unset($c->y);
17 Fatal error: Uncaught Error: Cannot access protected property C::$y in %s:8
H A Dstatic_properties_003_error2.phpt6 protected static $y = 'C::$y';
11 echo $c->y;
17 Fatal error: Uncaught Error: Cannot access protected property C::$y in %s:8
H A Dstatic_properties_003_error3.phpt6 protected static $y = 'C::$y';
11 $c->y = 1;
17 Fatal error: Uncaught Error: Cannot access protected property C::$y in %s:8
H A Dstatic_properties_003_error4.phpt6 protected static $y = 'C::$y';
12 $c->y =& $ref;
19 Error: Cannot access protected property C::$y in %s:%d
H A Dstatic_properties_003.phpt7 protected static $y = 'C::$y';
22 var_dump(isset($c->y));
23 //unset($c->y); // Fatal error, tested in static_properties_003_error1.phpt
24 //echo $c->y; // Fatal error, tested in static_properties_003_error2.phpt
25 //$c->y = 1; // Fatal error, tested in static_properties_003_error3.phpt
26 //$c->y =& $ref; // Fatal error, tested in static_properties_003_error4.phpt
/PHP-8.1/Zend/tests/
H A Dforeach_005.phpt7 foreach($a as &$y) {
8 echo "$x-$y\n";
9 $y++;
H A Dcall_user_func_006.phpt17 $y = 42;
18 $ref =& $y;
19 call_user_func('Foo\bar', $y);
20 var_dump($y);
H A Dforeach_008.phpt7 foreach ($a as &$y) {
8 echo "$x - $y\n";
9 if ($x == 0 && $y == 1) {
H A Dbug64578.phpt9 $y = '1';
10 x($y);
11 print_r($y);
/PHP-8.1/ext/gd/libgd/
H A Dgd_xbm.c44 int bit, x = 0, y = 0; in gdImageCreateFromXbm() local
143 gdImageSetPixel(im, x++, y, (b & bit) ? 1 : 0); in gdImageCreateFromXbm()
146 y++; in gdImageCreateFromXbm()
147 if (y == im->sy) { in gdImageCreateFromXbm()
179 int x, y, c, b, sx, sy, p; in gdImageXbmCtx() local
211 for (y = 0; y < sy; y++) { in gdImageXbmCtx()
213 if (gdImageGetPixel(image, x, y) == fg) { in gdImageXbmCtx()
H A Dgd2time.c17 int x, y, w, h; in main() local
30 y = atoi (argv[4]); in main()
34 printf ("Extracting %d times from (%d, %d), size is %dx%d\n", c, x, y, w, h); in main()
46 im = gdImageCreateFromGd2Part (in, x, y, w, h); in main()
H A Dgdparttopng.c15 int x, y, w, h; in main() local
30 y = atoi (argv[4]); in main()
34 printf ("Extracting from (%d, %d), size is %dx%d\n", x, y, w, h); in main()
36 im = gdImageCreateFromGd2Part (in, x, y, w, h); in main()

Completed in 22 milliseconds

12345678910>>...26