Home
last modified time | relevance | path

Searched refs:white (Results 26 – 50 of 112) sorted by relevance

12345

/PHP-7.2/ext/gd/tests/
H A Dimagecharup_basic.phpt13 $white = imagecolorallocate($image, 255,255,255);
15 $result = imagecharup($image, 1, 5, 5, 'C', $white);
H A Dimagefill_1.phpt15 $white = imagecolorallocate($im, 255,255,255);
20 imagefill($im, 0,0,$white + 3);
H A Dimagestring_basic.phpt13 $white = imagecolorallocate($image, 255,255,255);
15 $result = imagestring($image, 1, 5, 5, 'String Text', $white);
H A Dimagecolordeallocate_error2.phpt14 $white = imagecolorallocate($image, 255, 255, 255);
15 $result = imagecolordeallocate('image', $white);
H A Dimagecolordeallocate_error1.phpt14 $white = imagecolorallocate($image, 255, 255, 255);
18 $result = imagecolordeallocate($resource, $white);
H A Dimageopenpolygon_basic.phpt12 $white = imagecolorallocate($im, 255, 255, 255);
17 imagefilledrectangle($im, 0,0, 99,99, $white);
H A Dbug40764.phpt10 $white = imagecolorallocate($image, 255, 255, 255);
14 imagefill($image, 0, 0, $white);
H A Dbug77943.phpt14 $white = imagecolorallocate($im, 255, 255, 255);
18 imagefilledrectangle($im, 0, 0, $width-1, $height-1, $white);
H A Dbug53640.phpt14 $white = imagecolorallocate($im, 255, 255, 255);
15 imagefilledrectangle($im, 2, 2, 6, 6, $white);
H A Dimagearc_error1.phpt15 $white = imagecolorallocate($image, 0xFF, 0xFF, 0xFF);
17 //create an arc with white color
H A Dimagesetbrush_basic.phpt20 $white = imagecolorallocate($img, 255, 0, 0);
21 imagefilledrectangle($img, 0, 0, 299, 99, $white);
H A Dbug66339.phpt11 $white = imagecolorallocate($im, 255, 255, 255);
12 imagefilledrectangle($im, 2, 2, 6, 6, $white);
H A Dbug73614.phpt14 $white = imagecolorallocate($image, 0xFF, 0xFF, 0xFF);
18 imagefilledarc($image, 250, 250, 500, 250, 0, 88, $white, IMG_ARC_PIE);
H A Dimagegd_truecolor.phpt12 $white = imagecolorallocate($im, 255, 255, 255);
13 imagefilledrectangle($im, 0,0, 9,9, $white);
H A Dbug66339-mb.phpt11 $white = imagecolorallocate($im, 255, 255, 255);
12 imagefilledrectangle($im, 2, 2, 6, 6, $white);
H A Dwebp_basic.phpt19 $white = imagecolorallocate($im1, 255, 255, 255);
23 imagefilledrectangle($im1, 0, 0, 74, 74, $white);
H A Dcopyresized.phpt54 $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 Dimagettftext_charmap_order.phpt22 $white = imagecolorallocate($im, 255, 255, 255);
31 $white
/PHP-7.2/ext/gd/libgd/
H A Dgddemo.c20 int white; in main() local
31 white = gdImageColorAllocate (im_out, 255, 255, 255); in main()
34 gdImageColorTransparent (im_out, white); in main()
H A Dgd_wbmp.c134 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 Dgdtestft.c33 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 D023.phpt10 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 Dbug63839.phpt11 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 Dchunk_split_variation8.phpt25 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 Dsprintf_variation53.phpt10 echo "*** Testing sprintf() : with white spaces in format strings ***\n";
36 *** Testing sprintf() : with white spaces in format strings ***

Completed in 43 milliseconds

12345