/PHP-7.2/ext/gd/tests/ |
H A D | imagecharup_basic.phpt | 13 $white = imagecolorallocate($image, 255,255,255); 15 $result = imagecharup($image, 1, 5, 5, 'C', $white);
|
H A D | imagefill_1.phpt | 15 $white = imagecolorallocate($im, 255,255,255); 20 imagefill($im, 0,0,$white + 3);
|
H A D | imagestring_basic.phpt | 13 $white = imagecolorallocate($image, 255,255,255); 15 $result = imagestring($image, 1, 5, 5, 'String Text', $white);
|
H A D | imagecolordeallocate_error2.phpt | 14 $white = imagecolorallocate($image, 255, 255, 255); 15 $result = imagecolordeallocate('image', $white);
|
H A D | imagecolordeallocate_error1.phpt | 14 $white = imagecolorallocate($image, 255, 255, 255); 18 $result = imagecolordeallocate($resource, $white);
|
H A D | imageopenpolygon_basic.phpt | 12 $white = imagecolorallocate($im, 255, 255, 255); 17 imagefilledrectangle($im, 0,0, 99,99, $white);
|
H A D | bug40764.phpt | 10 $white = imagecolorallocate($image, 255, 255, 255); 14 imagefill($image, 0, 0, $white);
|
H A D | bug77943.phpt | 14 $white = imagecolorallocate($im, 255, 255, 255); 18 imagefilledrectangle($im, 0, 0, $width-1, $height-1, $white);
|
H A D | bug53640.phpt | 14 $white = imagecolorallocate($im, 255, 255, 255); 15 imagefilledrectangle($im, 2, 2, 6, 6, $white);
|
H A D | imagearc_error1.phpt | 15 $white = imagecolorallocate($image, 0xFF, 0xFF, 0xFF); 17 //create an arc with white color
|
H A D | imagesetbrush_basic.phpt | 20 $white = imagecolorallocate($img, 255, 0, 0); 21 imagefilledrectangle($img, 0, 0, 299, 99, $white);
|
H A D | bug66339.phpt | 11 $white = imagecolorallocate($im, 255, 255, 255); 12 imagefilledrectangle($im, 2, 2, 6, 6, $white);
|
H A D | bug73614.phpt | 14 $white = imagecolorallocate($image, 0xFF, 0xFF, 0xFF); 18 imagefilledarc($image, 250, 250, 500, 250, 0, 88, $white, IMG_ARC_PIE);
|
H A D | imagegd_truecolor.phpt | 12 $white = imagecolorallocate($im, 255, 255, 255); 13 imagefilledrectangle($im, 0,0, 9,9, $white);
|
H A D | bug66339-mb.phpt | 11 $white = imagecolorallocate($im, 255, 255, 255); 12 imagefilledrectangle($im, 2, 2, 6, 6, $white);
|
H A D | webp_basic.phpt | 19 $white = imagecolorallocate($im1, 255, 255, 255); 23 imagefilledrectangle($im1, 0, 0, 74, 74, $white);
|
H A D | copyresized.phpt | 54 $white = imagecolorallocate($src_tc, 255,255,255); 70 $white = imagecolorallocate($src_tc, 255,255,255); 80 $white = imagecolorallocate($src_tc, 255,255,255);
|
H A D | imagettftext_charmap_order.phpt | 22 $white = imagecolorallocate($im, 255, 255, 255); 31 $white
|
/PHP-7.2/ext/gd/libgd/ |
H A D | gddemo.c | 20 int white; in main() local 31 white = gdImageColorAllocate (im_out, 255, 255, 255); in main() 34 gdImageColorTransparent (im_out, white); in main()
|
H A D | gd_wbmp.c | 134 int black, white; in gdImageCreateFromWBMPCtx() local 147 white = gdImageColorAllocate(im, 255, 255, 255); in gdImageCreateFromWBMPCtx() 156 gdImageSetPixel(im, col, row, white); in gdImageCreateFromWBMPCtx()
|
H A D | gdtestft.c | 33 int white; in main() 79 white = gdImageColorResolve (im, 255, 255, 255); in main() 80 gdImageFilledRectangle (im, 0, 0, x, y, white); in main()
|
/PHP-7.2/ext/filter/tests/ |
H A D | 023.phpt | 10 var_dump(filter_var("white space here \ \ \" some more", FILTER_UNSAFE_RAW, FILTER_FLAG_ENCODE_AMP)… 19 string(32) "white space here \ \ " some more"
|
/PHP-7.2/ext/iconv/tests/ |
H A D | bug63839.phpt | 11 Subject: Reply Is? white side-LED =? in Help 33 string(35) "Reply Is? white side-LED =? in Help" 55 string(35) "Reply Is? white side-LED =? in Help"
|
/PHP-7.2/ext/standard/tests/strings/ |
H A D | chunk_split_variation8.phpt | 25 This's heredoc string with \t and \n white space char. 71 white space char. 76 white space char.::: 81 white space char.
|
H A D | sprintf_variation53.phpt | 10 echo "*** Testing sprintf() : with white spaces in format strings ***\n"; 36 *** Testing sprintf() : with white spaces in format strings ***
|