/PHP-8.0/ext/gd/tests/ |
H A D | imagefilledarc_variation1.phpt | 20 //create an arc and fill it with white color
|
H A D | imagefilledarc_variation2.phpt | 20 //create an arc and fill it with white color
|
H A D | imagepolygon_basic.phpt | 17 // set the background color to black
|
H A D | imagecopyresampled_basic.phpt | 18 // set the background color to black
|
/PHP-8.0/ext/standard/tests/strings/ |
H A D | strip_tags_array.phpt | 18 var_dump(strip_tags($string, ['color' => 'red', 'item' => 'pen']));
|
H A D | strval_variation1.phpt | 50 array('color' => 'red', 'item' => 'pen'),
|
H A D | vprintf_variation1.phpt | 52 array('color' => 'red', 'item' => 'pen'),
|
H A D | strrchr_variation11.phpt | 44 array('color' => 'red', 'item' => 'pen'),
|
H A D | strrpos_variation10.phpt | 48 array('color' => 'red', 'item' => 'pen'),
|
H A D | stripos_variation10.phpt | 48 array('color' => 'red', 'item' => 'pen'),
|
H A D | join_variation1.phpt | 50 array('color' => 'red', 'item' => 'pen'),
|
H A D | strrchr_variation10.phpt | 86 array('color' => 'red', 'item' => 'pen'),
|
H A D | sprintf_variation2.phpt | 47 array('color' => 'red', 'item' => 'pen'),
|
H A D | printf_variation2.phpt | 47 array('color' => 'red', 'item' => 'pen'),
|
/PHP-8.0/sapi/phpdbg/ |
H A D | phpdbg_arginfo.h | 23 ZEND_ARG_TYPE_INFO(0, color, IS_STRING, 0)
|
H A D | xml.md | 533 ### 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 D | wbmp.c | 111 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 D | gd.c | 926 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 D | is_a_variation_001.phpt | 36 array('color' => 'red', 'item' => 'pen'),
|
H A D | is_subclass_of_variation_001.phpt | 46 array('color' => 'red', 'item' => 'pen'),
|
H A D | is_subclass_of_variation_004.phpt | 46 array('color' => 'red', 'item' => 'pen'),
|
/PHP-8.0/ext/xml/tests/ |
H A D | xml_parser_set_option_variation3.phpt | 50 array('color' => 'red', 'item' => 'pen'),
|
/PHP-8.0/ext/standard/tests/array/ |
H A D | array_unshift_variation2.phpt | 55 array('color' => 'red', 'item' => 'pen'), 553 ["color"]=> 571 ["color"]=>
|
/PHP-8.0/Zend/ |
H A D | zend_gc.c | 97 # 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 D | magicdata.patch | 51 # skip bad samples like GAME by looking for valid number of color planes
|