Home
last modified time | relevance | path

Searched refs:y (Results 26 – 50 of 478) sorted by relevance

12345678910>>...20

/PHP-7.2/ext/pdo_sqlite/tests/
H A Dbug44327_3.phpt13 $y = $x->fetch(PDO::FETCH_LAZY);
14 var_dump($y, $y->queryString, $y->queryStringzz, $y->queryStringxx);
18 var_dump($y[5], $y->{3});
H A Dbug44327_2.phpt15 $y = $x->fetch();
16 var_dump($y, @$y->queryString);
23 $y = $x->fetch(PDO::FETCH_LAZY);
24 var_dump($y, $y->queryString);
/PHP-7.2/ext/gd/tests/
H A Dbug77198_threshold.phpt11 function createWhiteImageWithBlackPixelAt($x, $y)
15 imagesetpixel($im, $x, $y, 0x000000);
19 for ($y = 0; $y < 8; $y++) {
21 $orig = createWhiteImageWithBlackPixelAt($x, $y);
24 printf("Pixel at %d, %d: unexpected NULL crop\n", $x, $y);
28 printf("Pixel at %d, %d: unexpected width (%d)\n", $x, $y, $width);
32 printf("Pixel at %d, %d: unexpected height (%d)\n", $x, $y, $height);
36 printf("Pixel at %d, %d: unexpected color (%d)\n", $x, $y, $color);
H A Dlibgd00100.phpt82 $y = 150;
83 $diamond = array($x-$d, $y, $x, $y+$d, $x+$d, $y, $x, $y-$d);
87 $y = 225;
88 $diamond = array($x-$d, $y, $x, $y+$d, $x+$d, $y, $x, $y-$d);
92 $y = 255;
93 $diamond = array($x-$d, $y, $x, $y+$d, $x+$d, $y, $x, $y-$d);
H A Dbug49600.phpt18 $y = imagettfbbox(32, 0, "$cwd/Tuffy.ttf", $c);
19 if ( abs($x[0] - $y[0]) > 1
20 || abs($x[2] - $y[2]) > 1
21 || abs($x[4] - $y[4]) > 1
22 || abs($x[6] - $y[6]) > 1 ) {
25 var_dump($y);
H A Dbug73281.phpt18 list($x, $y) = $coordinate;
19 printf("%3d, %3d: %x\n", $x, $y, imagecolorat($dst, $x, $y));
28 list($x, $y) = $coordinate;
29 printf("%3d, %3d: %x\n", $x, $y, imagecolorat($dst, $x, $y));
/PHP-7.2/Zend/tests/
H A Dforeach_list_keyed.phpt7 ["x" => 1, "y" => 2],
8 ["x" => 2, "y" => 1]
11 foreach ($points as list("x" => $x, "y" => $y)) {
12 var_dump($x, $y);
19 "y" => [2, 1]
H A Dlist_mixed_nested_keyed_unkeyed.phpt7 ["x" => 1, "y" => 2],
8 ["x" => 2, "y" => 1]
11 list(list("x" => $x1, "y" => $y1), list("x" => $x2, "y" => $y2)) = $points;
18 "y" => [2, 1]
21 list("x" => list($x1, $x2), "y" => list($y1, $y2)) = $invertedPoints;
H A Dbug71841.phpt10 var_dump($z->y++);
12 $y = array(PHP_INT_MAX => 0);
13 var_dump($y[] .= 0);
14 var_dump(++$y[]);
15 var_dump($y[]++);
H A Dtemporary_cleaning_002.phpt12 $y = 0;
15 $r = "$y|$x->x|";
20 $r = "$x->x|$y|";
25 $r = "$y|$y|$x->x";
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 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 Dtemporary_cleaning_001.phpt12 $y = new stdClass;
14 $r = [$x] + ($y ? ((array) $x) + [2] : ops());
15 $y = (array) $y;
/PHP-7.2/ext/standard/tests/strings/
H A Dbug73058.phpt13 $salt = '$2y$07$usesomesillystringforsalt$';
16 $salt = '$2y$07$usesomesillystringforsaltzzzzzzzzzzzzz$';
19 $salt = '$2y$07$usesomesillystringforx';
25 string(60) "$2y$07$usesomesillystringforex.u2VJUMLRWaJNuw0Hu2FvCEimdeYVO"
26 string(60) "$2y$07$usesomesillystringforex.u2VJUMLRWaJNuw0Hu2FvCEimdeYVO"
27 string(60) "$2y$07$usesomesillystringforuw2Gm1ef7lMsvtzSK2p/14F0q1e8uOCO"
/PHP-7.2/tests/lang/
H A DpassByReference_009.phpt5 function foo(&$x, &$y) { $x = 1; echo $y ; }
11 function foo2($x, &$y, $z)
14 echo $y; // 1
15 $y = 2;
/PHP-7.2/ext/standard/tests/array/
H A Darray_search_variation2.phpt23 "y" =>NULL,
59 string(1) "y"
61 string(1) "y"
87 string(1) "y"
88 string(1) "y"
89 string(1) "y"
91 string(1) "y"
93 string(1) "y"
99 string(1) "y"
101 string(1) "y"
/PHP-7.2/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.c20 int x,y; in gdImageColorMatch() local
40 for( y=0; y<im1->sy; y++ ) { in gdImageColorMatch()
41 color = im2->pixels[y][x]; in gdImageColorMatch()
42 rgb = im1->tpixels[y][x]; in gdImageColorMatch()
/PHP-7.2/ext/fileinfo/tests/
H A Dbug68819_001.phpt9y--a-------a-----a--a--------a----s--------a-------------a-------a--------a----s--------------a---…
/PHP-7.2/ext/pcre/tests/
H A Dpcre_extra.phpt6 var_dump(preg_match('/\y/', '\y'));
7 var_dump(preg_match('/\y/X', '\y'));
/PHP-7.2/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-7.2/ext/opcache/tests/
H A Dbug75687.phpt12 function x($y)
14 if (is_array($y)) {
15 $z = is_array($y) ? array() : array($y);
/PHP-7.2/ext/fileinfo/libmagic/
H A Dcdf_time.c41 #define isleap(y) ((((y) % 4) == 0) && \ argument
42 ((((y) % 100) != 0) || (((y) % 400) == 0)))
55 int y; in cdf_getdays() local
57 for (y = CDF_BASE_YEAR; y < year; y++) in cdf_getdays()
58 days += isleap(y) + 365; in cdf_getdays()
/PHP-7.2/tests/classes/
H A Dstatic_properties_003_error4.phpt6 protected static $y = 'C::$y';
11 $c->y =& $ref;
17 Fatal error: Uncaught Error: Cannot access protected property C::$y in %s:8
21 Next Error: Cannot access protected property C::$y in %s:8
/PHP-7.2/ext/standard/tests/file/windows_mb_path/
H A Dtest_cp936_1.phpt24 $item = "�yԇ���ֹ�·��"; // cp936 string
48 getting basename of %s\�yԇ���ֹ�·��5\�yԇ���ֹ�·��4
49 string(15) "�yԇ���ֹ�·��4"
51 string(%d) "%s\�yԇ���ֹ�·��5\�yԇ���ֹ�·��4"

Completed in 36 milliseconds

12345678910>>...20