Home
last modified time | relevance | path

Searched refs:red (Results 26 – 50 of 135) sorted by relevance

123456

/PHP-8.0/ext/gd/tests/
H A Dcopy.phpt44 $p1 = $c1['red'] == 0xff && $c1['blue']==0x00 && $c1['green']==0x00;
45 $p2 = $c2['red'] == 0x00 && $c2['blue']==0xff && $c2['green']==0x00;
46 $p3 = $c3['red'] == 0x00 && $c3['blue']==0x00 && $c3['green']==0xff;
73 $p1 = $c1['red'] == 0xff && $c1['blue']==0x00 && $c1['green']==0x00;
74 $p2 = $c2['red'] == 0x00 && $c2['blue']==0xff && $c2['green']==0x00;
75 $p3 = $c3['red'] == 0x00 && $c3['blue']==0x00 && $c3['green']==0xff;
H A Dbug53156.phpt14 global $img, $black, $red;
17 imagesetpixel($img, $x, $y, $red);
38 $red = imagecolorallocate($img, 255, 0, 0);
H A Dimagepolygon_basic.phpt20 // draw a red polygon
52 ["red"]=>
62 ["red"]=>
H A Dbug28147.phpt14 $red = imagecolorallocate($im, 255, 0, 0);
19 imageline($im, 299, 299, 0, 299, $red);
H A Dimagedashedline_basic.phpt20 // red dashed lines
50 ["red"]=>
60 ["red"]=>
H A Dimageopenpolygon_basic.phpt14 $red = imagecolorallocate($im, 255, 0, 0);
20 imageopenpolygon($im, [10,89, 35,10, 60,89, 85,10], $red);
H A Dbug74435.phpt16 list($red, $green, $blue, $alpha) = array_values(imagecolorsforindex($im, $index));
17 if ($red !== 0 || $green !== 0 || $blue !== 0 || $alpha !== 0) {
H A Dimagefilledpolygon_basic.phpt66 ["red"]=>
76 ["red"]=>
86 ["red"]=>
H A Dbug73614.phpt16 $red = imagecolorallocate($image, 0xFF, 0x00, 0x00);
20 imagefilledarc($image, 250, 250, 500, 250, 91, 360 , $red, IMG_ARC_PIE);
H A Dbug66590.phpt15 $red = imagecolorallocate($im, 255, 0, 0);
16 imagefilledrectangle($im, 0, 0, 74, 74, $red);
H A Dsimilarity.inc12 * @param int $red
18 function get_rgb($color, &$red, &$green, &$blue)
21 $red = ($color >> 16) & 0xFF;
H A Dbug75124.phpt18 $red = ($color >> 16) & 0xff;
21 if ($red != $green || $green != $blue) {
H A Dlibgd00186.phpt11 $red = imagecolorallocate($tile,0xff,0,0);
15 imagefilledrectangle($tile,0,0,2,10,$red);
H A Dwebp_basic.phpt20 $red = imagecolorallocate($im1, 255, 0, 0);
24 imageline($im1, 3, 3, 71, 71, $red);
H A Dcopypalette.phpt20 if ($c['red']!=$i || $c['green']!=$i || $c['blue']!=$i) {
35 if ($c['red']!=0 || $c['green']!=0 || $c['blue']!=0 || $c['alpha']!=100) {
/PHP-8.0/ext/standard/tests/array/
H A Darray_diff_ukey_basic.phpt13 $array1 = array('blue' => 1, 'red' => 2, 'green' => 3, 'purple' => 4);
19 ["red"]=>
H A Darray_intersect_uassoc_basic.phpt15 $array1 = array("a" => "green", "b" => "brown", "c" => "blue", "red");
16 $array2 = array("a" => "green", "yellow", "red");
H A Darray_reverse_variation5.phpt50 array(111 => "\tHello", "red" => "col\tor", 2 => "\v\fworld", 3.3 => "pen\n"),
51 /*8*/ array(111 => '\tHello', "red" => 'col\tor', 2 => '\v\fworld', 3.3 => 'pen\n'),
217 ["red"]=>
229 ["red"]=>
241 ["red"]=>
253 ["red"]=>
264 ["red"]=>
275 ["red"]=>
H A Dsizeof_variation2.phpt22 array("color" => "red", "item" => "pen"),
23 /* 10 */ array('color' => 'red', 'item' => 'pen'),
24 array(TRUE => "red", FALSE => "pen" ),
25 array(false => 'red', true => 'pen' ),
26 array('color' => "red", "item" => 'pen', 1 => "Hi", "" => "Hello" ),
H A Darray_unique_variation4.phpt43 /*5*/ array(111 => "\tHello", "red" => "col\tor", 2 => "\v\fworld", 3.3 => "\tHello"),
44 array(111 => '\tHello', "red" => 'col\tor', 2 => '\v\fworld', 3.3 => '\tHello'),
95 ["red"]=>
104 ["red"]=>
H A Darray_diff_key_variation8.phpt10 'first' => array('blue' => 1, 'red' => 2),
19 'first' => array('blue' => 1, 'red' => 2,),
H A Darray_diff_ukey_variation5.phpt10 'first' => array('blue' => 1, 'red' => 2),
19 'first' => array('blue' => 1, 'red' => 2,),
H A Darray_map_variation5.phpt51 array(111 => "\tHello", "red" => "col\tor", 2 => "\v\fworld", 3.3 => "pen\n"),
52 /*8*/ array(111 => '\tHello', "red" => 'col\tor', 2 => '\v\fworld', 3.3 => 'pen\n'),
120 ["red"]=>
132 ["red"]=>
H A Darray_diff_ukey_variation10.phpt8 $array1 = array("a" => "green", "b" => "brown", "c" => "blue", "red");
9 $array2 = array("a" => "green", "yellow", "red");
H A Darray_diff_uassoc_error.phpt8 $array1 = array("a" => "green", "b" => "brown", "c" => "blue", "red");
9 $array2 = array("a" => "green", "yellow", "red");
10 $array3 = array("a" => "green", "red");

Completed in 22 milliseconds

123456