Home
last modified time | relevance | path

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

1234

/php-src/ext/gd/tests/
H A Dimagechar_basic.phpt17 $white = imagecolorallocate($image, 255,255,255);
19 $result = imagechar($image, 1, 5, 5, 'C', $white);
H A Dimagecharup_basic.phpt17 $white = imagecolorallocate($image, 255,255,255);
19 $result = imagecharup($image, 1, 5, 5, 'C', $white);
H A Dbug40764.phpt8 $white = imagecolorallocate($image, 255, 255, 255);
12 imagefill($image, 0, 0, $white);
H A Dbug51498.phpt17 $white = imagecolorallocate($img, 255, 255, 255);
18 imagefilledellipse($img, 1100, 1100, 2200, 2200, $white);
H A Dimagestring_basic.phpt17 $white = imagecolorallocate($image, 255,255,255);
19 $result = imagestring($image, 1, 5, 5, 'String Text', $white);
H A Dimageopenpolygon_basic.phpt16 $white = imagecolorallocate($im, 255, 255, 255);
21 imagefilledrectangle($im, 0,0, 99,99, $white);
H A Dbug53640.phpt15 $white = imagecolorallocate($im, 255, 255, 255);
16 imagefilledrectangle($im, 2, 2, 6, 6, $white);
H A Dbug77943.phpt18 $white = imagecolorallocate($im, 255, 255, 255);
22 imagefilledrectangle($im, 0, 0, $width-1, $height-1, $white);
H A Dbug66339-mb.phpt9 $white = imagecolorallocate($im, 255, 255, 255);
10 imagefilledrectangle($im, 2, 2, 6, 6, $white);
H A Dbug66339.phpt9 $white = imagecolorallocate($im, 255, 255, 255);
10 imagefilledrectangle($im, 2, 2, 6, 6, $white);
H A Dbug73614.phpt18 $white = imagecolorallocate($image, 0xFF, 0xFF, 0xFF);
22 imagefilledarc($image, 250, 250, 500, 250, 0, 88, $white, IMG_ARC_PIE);
H A Dimagesetbrush_basic.phpt22 $white = imagecolorallocate($img, 255, 0, 0);
23 imagefilledrectangle($img, 0, 0, 299, 99, $white);
H A Dimagegd_truecolor.phpt16 $white = imagecolorallocate($im, 255, 255, 255);
17 imagefilledrectangle($im, 0,0, 9,9, $white);
H A Dcopyresized.phpt52 $white = imagecolorallocate($src_tc, 255,255,255);
68 $white = imagecolorallocate($src_tc, 255,255,255);
78 $white = imagecolorallocate($src_tc, 255,255,255);
H A Dimagettftext_charmap_order.phpt23 $white = imagecolorallocate($im, 255, 255, 255);
32 $white
H A Dwebp_basic.phpt20 $white = imagecolorallocate($im1, 255, 255, 255);
24 imagefilledrectangle($im1, 0, 0, 74, 74, $white);
/php-src/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 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()
H A Dgd_wbmp.c146 int black, white; in gdImageCreateFromWBMPCtx() local
159 white = gdImageColorAllocate(im, 255, 255, 255); in gdImageCreateFromWBMPCtx()
168 gdImageSetPixel(im, col, row, white); in gdImageCreateFromWBMPCtx()
/php-src/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-src/ext/iconv/tests/
H A Dbug63839.phpt9 Subject: Reply Is? white side-LED =? in Help
30 string(35) "Reply Is? white side-LED =? in Help"
52 string(35) "Reply Is? white side-LED =? in Help"
/php-src/ext/standard/tests/strings/
H A Dchunk_split_variation8.phpt19 This's heredoc string with \t and \n white space char.
66 white space char.
71 white space char.:::
76 white space char.
H A Dsprintf_variation53.phpt5 echo "*** Testing sprintf() : with white spaces in format strings ***\n";
31 *** Testing sprintf() : with white spaces in format strings ***
H A Dvprintf_variation19.phpt9 echo "*** Testing vprintf() : with white spaces in format strings ***\n";
53 *** Testing vprintf() : with white spaces in format strings ***
H A Dvprintf_variation19_64bit.phpt9 echo "*** Testing vprintf() : with white spaces in format strings ***\n";
53 *** Testing vprintf() : with white spaces in format strings ***

Completed in 37 milliseconds

1234