/PHP-7.3/ext/spl/tests/ |
H A D | bug74058.phpt | 53 $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 D | bug45826.phpt | 6 $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 D | imagefttext.phpt | 28 for ($y = 0; $y < $sy; ++$y) { 30 if (imagecolorat($im, $x, $y) == $colour_b) {
|
H A D | imagegammacorrect_variation2.phpt | 39 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 D | imagettftext_charmap_order.phpt | 49 for ($y = 0; $y < $h; $y++) { 51 $rgb = imagecolorat($im, $x, $y);
|
/PHP-7.3/ext/gd/libgd/ |
H A D | gd_gd2.c | 272 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 D | gd_matrix.c | 31 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 D | gd_wbmp.c | 97 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 D | gd.h | 279 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 D | Makefile | 79 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 D | bug30140.phpt | 15 A::$test2 = "y"; 26 string(1) "y" 29 string(1) "y"
|
H A D | constant_arrays.phpt | 21 $y = [&$x]; 22 define('QUX', $y); 23 $y[0] = 3; 24 var_dump($x, $y, QUX);
|
H A D | bug39018.phpt | 27 @$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 D | closure_028.phpt | 6 foreach (function(){ return 1; } as $y) { 7 var_dump($y);
|
/PHP-7.3/ext/soap/interop/ |
H A D | test.utility.php | 97 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 D | bug52113.phpt | 20 '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 D | bug64130.phpt | 18 $y = 0; 20 $ie->clientToWindow($x, $y); 22 var_dump($x > 0, $y > 0);
|
/PHP-7.3/ext/mbstring/oniguruma/src/ |
H A D | config.h.win64 | 20 #define TOKEN_PASTE(x,y) x##y 51 #define RSHIFT(x,y) ((x)>>(int)y)
|
H A D | config.h.win32 | 20 #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 D | test_cp936_2.phpt | 24 $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 D | bug78015.phpt | 56 $y = 1; 58 $y = 2; 60 return $y; 70 'y' => $i, 112 ["y"]=>
|
/PHP-7.3/ext/standard/tests/streams/ |
H A D | bug71323.phpt | 7 $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 D | password_get_info.phpt | 7 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 D | basename_bug66395_variation2-win32.phpt | 7 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 D | default_boolean_hint_values.phpt | 6 function foo(bool $x = true, bool $y = false) { 7 var_dump($x, $y);
|