Home
last modified time | relevance | path

Searched refs:color (Results 101 – 125 of 142) sorted by relevance

123456

/PHP-8.0/ext/gd/tests/
H A Dimagefilledarc_variation1.phpt20 //create an arc and fill it with white color
H A Dimagefilledarc_variation2.phpt20 //create an arc and fill it with white color
H A Dimagepolygon_basic.phpt17 // set the background color to black
H A Dimagecopyresampled_basic.phpt18 // set the background color to black
/PHP-8.0/ext/standard/tests/strings/
H A Dstrip_tags_array.phpt18 var_dump(strip_tags($string, ['color' => 'red', 'item' => 'pen']));
H A Dstrval_variation1.phpt50 array('color' => 'red', 'item' => 'pen'),
H A Dvprintf_variation1.phpt52 array('color' => 'red', 'item' => 'pen'),
H A Dstrrchr_variation11.phpt44 array('color' => 'red', 'item' => 'pen'),
H A Dstrrpos_variation10.phpt48 array('color' => 'red', 'item' => 'pen'),
H A Dstripos_variation10.phpt48 array('color' => 'red', 'item' => 'pen'),
H A Djoin_variation1.phpt50 array('color' => 'red', 'item' => 'pen'),
H A Dstrrchr_variation10.phpt86 array('color' => 'red', 'item' => 'pen'),
H A Dsprintf_variation2.phpt47 array('color' => 'red', 'item' => 'pen'),
H A Dprintf_variation2.phpt47 array('color' => 'red', 'item' => 'pen'),
/PHP-8.0/sapi/phpdbg/
H A Dphpdbg_arginfo.h23 ZEND_ARG_TYPE_INFO(0, color, IS_STRING, 0)
H A Dxml.md533 ### color ### subsection
535 - sets the color on prompt, error or notices
536 - <setcolor type="" color="" code="" />: code is the color code of color, type is either:
541 - nocolor: color doesn't exist
/PHP-8.0/ext/gd/libgd/
H A Dwbmp.c111 createwbmp (int width, int height, int color) in createwbmp() argument
137 for (i = 0; i < width * height; wbmp->bitmap[i++] = color); in createwbmp()
/PHP-8.0/ext/gd/
H A Dgd.c926 zend_long cx, cy, w, h, color; in PHP_FUNCTION() local
935 gdImageFilledEllipse(im, cx, cy, w, h, color); in PHP_FUNCTION()
1289 zend_long color; in PHP_FUNCTION() local
2274 zend_long color, red, green, blue, alpha = 0; in PHP_FUNCTION() local
2288 col = color; in PHP_FUNCTION()
2515 zend_long cx, cy, w, h, color; in PHP_FUNCTION() local
2524 gdImageEllipse(im, cx, cy, w, h, color); in PHP_FUNCTION()
2810 gdImageSetPixel(im, px, py, color); in php_gdimagecharup()
3415 zval *color; in php_image_filter_scatter() local
3636 zend_long color = -1; in PHP_FUNCTION() local
[all …]
/PHP-8.0/ext/standard/tests/class_object/
H A Dis_a_variation_001.phpt36 array('color' => 'red', 'item' => 'pen'),
H A Dis_subclass_of_variation_001.phpt46 array('color' => 'red', 'item' => 'pen'),
H A Dis_subclass_of_variation_004.phpt46 array('color' => 'red', 'item' => 'pen'),
/PHP-8.0/ext/xml/tests/
H A Dxml_parser_set_option_variation3.phpt50 array('color' => 'red', 'item' => 'pen'),
/PHP-8.0/ext/standard/tests/array/
H A Darray_unshift_variation2.phpt55 array('color' => 'red', 'item' => 'pen'),
553 ["color"]=>
571 ["color"]=>
/PHP-8.0/Zend/
H A Dzend_gc.c97 # define GC_TRACE_SET_COLOR(ref, color) \ argument
98 GC_TRACE_REF(ref, "->%s", gc_color_name(color))
112 #define GC_REF_CHECK_COLOR(ref, color) \ argument
113 ((GC_TYPE_INFO(ref) & (GC_COLOR << GC_INFO_SHIFT)) == ((color) << GC_INFO_SHIFT))
382 static const char *gc_color_name(uint32_t color) { in gc_color_name() argument
383 switch (color) { in gc_color_name()
/PHP-8.0/ext/fileinfo/
H A Dmagicdata.patch51 # skip bad samples like GAME by looking for valid number of color planes

Completed in 58 milliseconds

123456