Home
last modified time | relevance | path

Searched refs:green (Results 76 – 93 of 93) sorted by relevance

1234

/PHP-8.0/ext/standard/tests/array/
H A Darray_diff_ukey_variation1.phpt8 $array2 = array('green' => 5, 'blue' => 6, 'yellow' => 7, 'cyan' => 8);
9 $array3 = array('blue' => 1, 'red' => 2, 'green' => 3, 'purple' => 4);
H A Darray_intersect_key_variation1.phpt8 $array2 = array('blue' => 1, 'red' => 2, 'green' => 3, 'purple' => 4);
9 $array3 = array('green' => 5, 'blue' => 6, 'yellow' => 7, 'cyan' => 8);
H A Darray_intersect_uassoc_variation1.phpt8 $array2 = array("a" => "green", "yellow", "red");
9 $array3 = array("a"=>"green", "brown");
H A Darray_intersect_ukey_variation1.phpt8 $array2 = array('green' => 5, 'blue' => 6, 'yellow' => 7, 'cyan' => 8);
9 $array3 = array('green' => 5, 'cyan' => 8);
H A Darray_diff_uassoc_variation2.phpt8 $array1 = array("a" => "green", "b" => "brown", "c" => "blue", "red");
H A Darray_diff_uassoc_variation1.phpt8 $array2 = array("a" => "green", "yellow", "red");
H A Darray_diff_key_variation1.phpt8 $array2 = array('green' => 5, 'blue' => 6, 'yellow' => 7, 'cyan' => 8);
H A Darray_diff_key_variation2.phpt8 $array1 = array('green' => 5, 'blue' => 6, 'yellow' => 7, 'cyan' => 8);
/PHP-8.0/ext/gd/libgd/
H A Dgd.h180 int green[gdMaxColors]; member
749 (im)->green[(c)])
803 int gdImageColor(gdImagePtr src, const int red, const int green, const int blue, const int alpha);
H A Dgd_filter.c292 int gdImageColor(gdImagePtr src, const int red, const int green, const int blue, const int alpha) in gdImageColor() argument
316 g = g + green; in gdImageColor()
H A Dgd_jpeg.c267 row[jidx++] = im->green[idx]; in _gdImageJpegCtx()
271 row[jidx++] = im->green[idx] << 4; in _gdImageJpegCtx()
H A Dgdft.c612 (pixel * im->green[fg] + npixel * im->green[bg]) / NUMCOLORS,
H A Dgd_gif_out.c148 tim->red, tim->green, tim->blue, tim); in _gdImageGifCtx()
H A Dgd_gif_in.c580 im->green[i] = cmap[CM_GREEN][i]; in ReadImage()
/PHP-8.0/docs/
H A Drelease-process.md11 3. Ensure that the tests on Travis CI are green.
19 The RM for the branch is also responsible for keeping the CI green on
/PHP-8.0/
H A DCONTRIBUTING.md35 supported branch of PHP that the bug affects (only green branches on
/PHP-8.0/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます2000 #8144 string \x2A\x55\x2A\x55\x2A\x55\x2A\x55 Apple II image with green background
H A Dmagic2000 #8144 string \x2A\x55\x2A\x55\x2A\x55\x2A\x55 Apple II image with green background

Completed in 179 milliseconds

1234