Home
last modified time | relevance | path

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

12345678910>>...19

/PHP-7.3/ext/spl/tests/
H A Dbug74058.phpt53 $y = new MyArray();
54 $y['a2'] = new stdClass();
55 var_dump($y['a2']);
57 $y['a2']->b = 'some value';
58 var_dump($y['a2']);
H A Dbug45826.phpt6 $y = new StdClass;
7 $o->append($y);
8 $o->append($y);
44 $y = new StdClass;
45 $o->append($y);
46 $o->append($y);
/PHP-7.3/ext/gd/tests/
H A Dimagefttext.phpt28 for ($y = 0; $y < $sy; ++$y) {
30 if (imagecolorat($im, $x, $y) == $colour_b) {
H A Dimagegammacorrect_variation2.phpt39 function draw_cell($im, $x, $y)
42 $y1 = 120 * $y;
45 $color = cell_color($im, $x, $y);
49 function cell_color($im, $x, $y)
52 switch ($y) {
H A Dimagettftext_charmap_order.phpt49 for ($y = 0; $y < $h; $y++) {
51 $rgb = imagecolorat($im, $x, $y);
/PHP-7.3/ext/gd/libgd/
H A Dgd_gd2.c272 int x, y, ylo, yhi, xlo, xhi; in gdImageCreateFromGd2Ctx() local
337 for (y = ylo; (y < yhi); y++) { in gdImageCreateFromGd2Ctx()
359 im->pixels[y][x] = ch; in gdImageCreateFromGd2Ctx()
438 int x, y, ylo, yhi, xlo, xhi; in gdImageCreateFromGd2PartCtx() local
579 for (y = ylo; (y < yhi); y++) { in gdImageCreateFromGd2PartCtx()
604 …x) && (x < (srcx + w)) && (x < fsx) && (x >= 0) && (y >= srcy) && (y < (srcy + h)) && (y < fsy) &&… in gdImageCreateFromGd2PartCtx()
667 int x, y, ylo, yhi, xlo, xhi; in _gdImageGd2() local
752 for (y = ylo; (y < yhi); y++) { in _gdImageGd2()
753 GD2_DBG(gd_error("y=%d: ",y)); in _gdImageGd2()
764 int p = im->tpixels[y][x]; in _gdImageGd2()
[all …]
H A Dgd_matrix.c31 double y = src->y; in gdAffineApplyToPointF() local
33 y = src->y; in gdAffineApplyToPointF()
34 dst->x = x * affine[0] + y * affine[2] + affine[4]; in gdAffineApplyToPointF()
35 dst->y = x * affine[1] + y * affine[3] + affine[5]; in gdAffineApplyToPointF()
H A Dgd_wbmp.c97 int x, y, pos; in gdImageWBMPCtx() local
108 for (y = 0; y < gdImageSY(image); y++) { in gdImageWBMPCtx()
110 if (gdImageGetPixel (image, x, y) == fg) { in gdImageWBMPCtx()
H A Dgd.h279 double x, y; member
324 int x, y; member
420 void gdImageSetPixel(gdImagePtr im, int x, int y, int color);
422 int gdImageGetTrueColorPixel (gdImagePtr im, int x, int y);
423 int gdImageGetPixel(gdImagePtr im, int x, int y);
500 double ptsize, double angle, int x, int y, char * string,
506 int x, y; member
681 void gdImageFill(gdImagePtr im, int x, int y, int color);
756 #define gdImagePalettePixel(im, x, y) (im)->pixels[(y)][(x)] argument
757 #define gdImageTrueColorPixel(im, x, y) (im)->tpixels[(y)][(x)] argument
[all …]
/PHP-7.3/win32/build/
H A DMakefile79 Zend\zend_ini_parser.c Zend\zend_ini_parser.h: Zend\zend_ini_parser.y
237 @copy $(BUILD_DIR)\$(PHPLIB) $(BUILD_DIR_DEV)\lib /y >nul
242 @copy run-tests.php $(BUILD_DIR_DEV)\script\ /y >nul
243 @copy win32\build\confutils.js $(BUILD_DIR_DEV)\script\ /y >nul
244 @copy win32\build\configure.tail $(BUILD_DIR_DEV)\script\ /y >nul
246 @copy win32\build\Makefile.phpize $(BUILD_DIR_DEV)\script\ /y >nul
247 @copy win32\build\phpize.bat $(BUILD_DIR_DEV)\ /y >nul
248 @copy win32\build\template.rc $(BUILD_DIR_DEV)\build\ /y >nul
249 @copy win32\build\default.manifest $(BUILD_DIR_DEV)\build\ /y >nul
251 @copy $(BUILD_DIR)\devel\phpize.js $(BUILD_DIR_DEV)\script\ /y >nul
[all …]
/PHP-7.3/Zend/tests/
H A Dbug30140.phpt15 A::$test2 = "y";
26 string(1) "y"
29 string(1) "y"
H A Dconstant_arrays.phpt21 $y = [&$x];
22 define('QUX', $y);
23 $y[0] = 3;
24 var_dump($x, $y, QUX);
H A Dbug39018.phpt27 @$y = $x[4];
51 $y = 'foobar';
53 $y[12.2];
55 print $y[12.2]; // 52
57 $y[3.5];
59 print $y[3.5]; // 56
H A Dclosure_028.phpt6 foreach (function(){ return 1; } as $y) {
7 var_dump($y);
/PHP-7.3/ext/soap/interop/
H A Dtest.utility.php97 function compare(&$x,&$y) { argument
100 $y_type = gettype($y);
103 $ok = array_compare($x, $y);
105 $ok = object_compare($x, $y);
107 $ok = number_compare($x, $y);
111 $ok = ($x == $y);
/PHP-7.3/ext/date/tests/
H A Dbug52113.phpt20 'y' => 7,
37 ["y"]=>
70 string(332) "O:12:"DateInterval":16:{s:1:"y";i:0;s:1:"m";i:0;s:1:"d";i:0;s:1:"h";i:4;s:1:"i";i:0;s:…
72 'y' => 0,
89 ["y"]=>
138 ["y"]=>
177 ["y"]=>
226 ["y"]=>
/PHP-7.3/ext/com_dotnet/tests/
H A Dbug64130.phpt18 $y = 0;
20 $ie->clientToWindow($x, $y);
22 var_dump($x > 0, $y > 0);
/PHP-7.3/ext/mbstring/oniguruma/src/
H A Dconfig.h.win6420 #define TOKEN_PASTE(x,y) x##y
51 #define RSHIFT(x,y) ((x)>>(int)y)
H A Dconfig.h.win3220 #define TOKEN_PASTE(x,y) x##y
51 #define RSHIFT(x,y) ((x)>>(int)y)
/PHP-7.3/ext/standard/tests/file/windows_mb_path/
H A Dtest_cp936_2.phpt24 $item = "�yԇ���ֹ�·��"; // cp936 string
52 getting basename of %s\�yԇ���ֹ�·��25
53 string(%d) "�yԇ���ֹ�·��25"
55 string(%d) "%s\�yԇ���ֹ�·��25"
/PHP-7.3/ext/opcache/tests/
H A Dbug78015.phpt56 $y = 1;
58 $y = 2;
60 return $y;
70 'y' => $i,
112 ["y"]=>
/PHP-7.3/ext/standard/tests/streams/
H A Dbug71323.phpt7 $file = 'data:text/plain;z=y;uri=eviluri;mediatype=wut?;mediatype2=hello,somedata';
16 string(1) "y"
18 string(72) "data:text/plain;z=y;uri=eviluri;mediatype=wut?;mediatype2=hello,somedata"
/PHP-7.3/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'));
/PHP-7.3/ext/standard/tests/file/
H A Dbasename_bug66395_variation2-win32.phpt7 echo basename("y:") . "\n";
8 echo basename("y:/") . "\n";
18 echo basename("x:y:z:hello\world:my.stream:\$DATA") . "\n";
24 y
25 y
/PHP-7.3/Zend/tests/type_declarations/
H A Ddefault_boolean_hint_values.phpt6 function foo(bool $x = true, bool $y = false) {
7 var_dump($x, $y);

Completed in 39 milliseconds

12345678910>>...19