Home
last modified time | relevance | path

Searched refs:red (Results 101 – 125 of 127) sorted by relevance

123456

/php-src/ext/standard/tests/array/
H A Darray_unshift_variation2.phpt55 array('color' => 'red', 'item' => 'pen'),
554 string(3) "red"
572 string(3) "red"
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_intersect_ukey_variation2.phpt8 $array1 = array('blue' => 1, 'red' => 2, 'green' => 3, 'purple' => 4);
H A Darray_diff_ukey_variation2.phpt9 $array3 = array('blue' => 1, 'red' => 2, 'green' => 3, 'purple' => 4);
H A Darray_intersect_key_variation2.phpt8 $array1 = array('blue' => 1, 'red' => 2, 'green' => 3, 'purple' => 4);
H A Darray_intersect_uassoc_variation2.phpt8 $array1 = array("a" => "green", "b" => "brown", "c" => "blue", "red");
H A Darray_diff_ukey_variation1.phpt9 $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);
H A Darray_intersect_uassoc_variation1.phpt8 $array2 = array("a" => "green", "yellow", "red");
/php-src/ext/gd/
H A Dgd_arginfo.h78 ZEND_ARG_TYPE_INFO(0, red, IS_LONG, 0)
86 ZEND_ARG_TYPE_INFO(0, red, IS_LONG, 0)
283 ZEND_ARG_TYPE_INFO(0, red, IS_LONG, 0)
301 ZEND_ARG_TYPE_INFO(0, red, IS_LONG, 0)
320 ZEND_ARG_TYPE_INFO(0, red, IS_LONG, 0)
/php-src/ext/gd/libgd/
H A Dgd.h179 int red[gdMaxColors]; member
770 (im)->red[(c)])
826 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
315 r = r + red; in gdImageColor()
H A Dgd_jpeg.c266 row[jidx++] = im->red[idx]; in _gdImageJpegCtx()
270 row[jidx++] = im->red[idx] << 4; in _gdImageJpegCtx()
H A Dgdft.c621 (pixel * im->red[fg] + npixel * im->red[bg]) / NUMCOLORS,
H A Dgd_gif_out.c148 tim->red, tim->green, tim->blue, tim); in _gdImageGifCtx()
H A Dgd_gif_in.c579 im->red[i] = cmap[CM_RED][i]; in ReadImage()
/php-src/ext/standard/tests/strings/
H A Dprintf_variation2.phpt47 array('color' => 'red', 'item' => 'pen'),
H A Dsprintf_variation2.phpt47 array('color' => 'red', 'item' => 'pen'),
H A Dsprintf_variation1.phpt47 array('color' => 'red', 'item' => 'pen'),
/php-src/ext/standard/tests/class_object/
H A Dmethod_exists_variation_001.phpt44 array('color' => 'red', 'item' => 'pen'),
H A Dget_class_variation_001.phpt34 array('color' => 'red', 'item' => 'pen'),
H A Dget_class_methods_variation_001.phpt39 array('color' => 'red', 'item' => 'pen'),
H A Dget_parent_class_variation_002.phpt41 array('color' => 'red', 'item' => 'pen'),
/php-src/ext/phar/tests/files/
H A Dpear2coverage.phar97 * number of hits on each line, highlights un-executed lines in red

Completed in 53 milliseconds

123456