Home
last modified time | relevance | path

Searched refs:y (Results 51 – 75 of 717) sorted by relevance

12345678910>>...29

/php-src/ext/standard/tests/strings/
H A Dgh12151.phpt5 var_export(str_getcsv("y","","y","\000"));
6 var_export(str_getcsv("\0yy","y","y","\0"));
/php-src/Zend/tests/
H A Drope_with_exception.phpt14 $y = 0;
15 $r = "$y|$x->x|";
23 $y = 0;
24 $r = "$y$x->x|";
32 $y = 0;
33 $r = "$y|$y$x->x";
H A Dtemporary_cleaning_017.phpt6 public $y;
8 y;
11 foreach(new bar as $y) {
14 } catch(y) {
19 Fatal error: Uncaught Error: Undefined constant "y" in %stemporary_cleaning_017.php:5
H A Dbug70124.phpt16 echo base_convert([array_search(chr(48),chr(48),chr(48),chr(48),chr(48),a::y("test"))],chr(48));
24 … echo base_convert([array_search(chr(48),chr(48),chr(48),chr(48),chr(48),$a->y("test"))],chr(48));
30 … echo base_convert([array_search(chr(48),chr(48),chr(48),chr(48),chr(48),\bar\y("test"))],chr(48));
36 echo base_convert([array_search(chr(48),chr(48),chr(48),chr(48),chr(48),y("test"))],chr(48));
44 string(31) "Call to undefined method A::y()"
45 string(31) "Call to undefined method A::y()"
46 string(34) "Call to undefined function bar\y()"
47 string(30) "Call to undefined function y()"
H A Dgh10634.phpt13 test_input("y&/*");
14 test_input("y&/**");
15 test_input("y&#");
16 test_input("y&# ");
17 test_input("y&//");
H A Doss_fuzz_60011_1.phpt5 [&$y]=$y->y?->y;
H A Doss_fuzz_60011_2.phpt5 [&$y]=$y?->y->y;
/php-src/ext/gd/tests/
H A Dbug49600.phpt19 $y = imagettfbbox(32, 0, "$cwd/Tuffy.ttf", $c);
20 if ( abs($x[0] - $y[0]) > 1
21 || abs($x[2] - $y[2]) > 1
22 || abs($x[4] - $y[4]) > 1
23 || abs($x[6] - $y[6]) > 1 ) {
26 var_dump($y);
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
/php-src/ext/opcache/tests/jit/
H A Dassign_051.phpt11 $arr = $a[] = (y);
12 $arr = y;
13 $c = $y = $arr = &y($c);
18 Fatal error: Uncaught Error: Undefined constant "y" in %sassign_051.php:3
H A Dgh12382.phpt10 for ($y = 0; $y < 21; ++$y) {
15 && 0 === $array[$y][$x + 7]
19 && 0 === $array[$y][$x - 1]
H A Dloop_003.phpt10 while (y) {
11 $a &= $y & $y;
12 if (y) die &("");
H A Dassign_dim_008.phpt10 $arr = $a[] = (y);
11 $arr = y;
12 $c = $y = $arr[] = y($c);
H A Dfetch_dim_r_013.phpt10 $y = 0; $tokens = [];
12 $tokens[$y] > $tokens[$y][] = $y;
H A Dfetch_dim_r_014.phpt10 $s =+ $y;
11 $tokenthiss[$i=$s][] = $y = $y;
12 $tokenthiss[$i][$i] + $y;
H A Dgh10271.phpt33 $y = $sol['Y']['k']*$tang['KSI'] + $sol['Y']['e']*$tang['ETA'] + $sol['Y'][1];
34 printf("In;%.12f;%.12f;%.12f;%.12f;",$x,$y,$sol['xc'],$sol['yc']);
36 $y = $sol['yc']*($y+1);
37 printf("Out;%.12f;%.12f\n",$x,$y);
40 return ['x'=>$x,'y'=>$y];
H A Dassign_dim_007.phpt10 $GLOBALS['x'] = $GLOBALS['y'];
16 $y = false;
17 x($y);
18 var_dump($x,$y);
/php-src/ext/opcache/tests/opt/
H A Dinference_009.phpt9 function y() {
11 $arr[y][]=y;
12 $arr=[''=>y];
H A Dinference_014.phpt9 function y() {
11 $x[y] &= y;
13 $x[""]=y;
H A Dinference_015.phpt11 $x[y.y] &= y;
13 $x[""] = y;
/php-src/ext/reflection/tests/
H A Dnew_in_attributes.phpt8 public function __construct(public $x, public $y) {}
25 var_dump($obj1->y !== $obj2->y);
28 #[MyAttribute(y: new stdClass, x: null)]
50 ["y"]=>
57 ["y"]=>
66 ["y"]=>
/php-src/ext/gd/libgd/
H A Dgd_gd.c168 int x, y; in gdImageCreateFromGdCtx() local
181 for (y = 0; y < sy; y++) { in gdImageCreateFromGdCtx()
187 im->tpixels[y][x] = pix; in gdImageCreateFromGdCtx()
191 for (y = 0; y < sy; y++) { in gdImageCreateFromGdCtx()
199 im->pixels[y][x] = ch; in gdImageCreateFromGdCtx()
249 int x, y; in _gdImageGd() local
253 for (y = 0; y < im->sy; y++) { in _gdImageGd()
257 gdPutInt(im->tpixels[y][x], out); in _gdImageGd()
259 gdPutC((unsigned char) im->pixels[y][x], out); in _gdImageGd()
H A Dgd_color_match.c15 int x,y; in gdImageColorMatch() local
35 for( y=0; y<im1->sy; y++ ) { in gdImageColorMatch()
36 color = im2->pixels[y][x]; in gdImageColorMatch()
37 rgb = im1->tpixels[y][x]; in gdImageColorMatch()
/php-src/ext/pdo_sqlite/tests/
H A Dbug44327_2.phpt13 $y = $x->fetch();
14 var_dump($y, @$y->queryString);
21 $y = $x->fetch(PDO::FETCH_LAZY);
22 var_dump($y, $y->queryString);
/php-src/ext/fileinfo/tests/
H A Dbug68819_001.phpt9y--a-------a-----a--a--------a----s--------a-------------a-------a--------a----s--------------a---…

Completed in 27 milliseconds

12345678910>>...29