Home
last modified time | relevance | path

Searched refs:color (Results 51 – 75 of 142) sorted by relevance

123456

/PHP-8.0/sapi/phpdbg/
H A Dphpdbg_utils.h36 #define PHPDBG_COLOR_D(color, code) \ argument
37 {color, sizeof(color)-1, code}
65 PHPDBG_API void phpdbg_set_color(int element, const phpdbg_color_t *color);
H A D.phpdbginit10 # set color prompt white-bold
11 # set color notice green
12 # set color error red
H A Dphpdbg_utils.c230 const phpdbg_color_t *color = colors; in phpdbg_get_color() local
232 while (color && color->name) { in phpdbg_get_color()
233 if (name_length == color->name_length && in phpdbg_get_color()
234 memcmp(name, color->name, name_length) == SUCCESS) { in phpdbg_get_color()
235 phpdbg_debug("phpdbg_get_color(%s, %lu): %s", name, name_length, color->code); in phpdbg_get_color()
236 return color; in phpdbg_get_color()
238 ++color; in phpdbg_get_color()
248 PHPDBG_G(colors)[element] = color; in phpdbg_set_color()
253 const phpdbg_color_t *color = phpdbg_get_color(name, name_length); in phpdbg_set_color_ex() local
255 if (color) { in phpdbg_set_color_ex()
[all …]
H A Dphpdbg_set.h28 PHPDBG_SET(color);
/PHP-8.0/ext/filter/tests/
H A D026.phpt8 var_dump(filter_var("<p>Let me <font color=\"#000000\">see</font> you <br /><b>Stripped</b> down to…
12 var_dump(filter_var("<p>Let me <font color=\"#000000\">see</font> you <br /><b>Stripped</b> down to…
16 var_dump(filter_var("<p>Let me <font color=\"#000000\">see</font> you <br /><b>Stripped</b> down to…
/PHP-8.0/ext/standard/tests/array/
H A Darray_reverse_variation4.phpt47 array("\tHello" => 111, "re\td" => "color", "\v\fworld" => 2.2, "pen\n" => 33),
48 /*8*/ array("\tHello" => 111, "re\td" => "color", "\v\fworld" => 2.2, "pen\n" => 33),
219 string(5) "color"
231 string(5) "color"
243 string(5) "color"
256 string(5) "color"
268 string(5) "color"
280 string(5) "color"
H A Darray_reverse_variation6.phpt15 array('color' => 'red', 'item' => 'pen', 'place' => 'LA'),
77 ["color"]=>
131 ["color"]=>
172 ["color"]=>
H A Darray_unique_variation3.phpt43 /*5*/ array('\tHello' => 111, 're\td' => "color", '\v\fworld' => 2.2, 'pen\n' => 111),
44 array("\tHello" => 111, "re\td" => "color", "\v\fworld" => 2.2, "pen\n" => 111),
100 string(5) "color"
109 string(5) "color"
H A Darray_unshift_variation6.phpt20 array('color' => 'red', 'item' => 'pen', 'place' => 'LA'),
79 ["color"]=>
127 ["color"]=>
169 ["color"]=>
184 ["color"]=>
H A Darray_map_variation4.phpt51 array('\tHello' => 111, 're\td' => 'color', '\v\fworld' => 2.2, 'pen\n' => 33),
52 /*8*/ array("\tHello" => 111, "re\td" => "color", "\v\fworld" => 2.2, "pen\n" => 33),
125 string(5) "color"
136 string(5) "color"
H A Darray_unshift_variation4.phpt54 /*7*/ array('\tHello' => 111, 're\td' => "color",
56 array("\tHello" => 111, "re\td" => "color",
244 string(5) "color"
261 string(5) "color"
275 string(5) "color"
293 string(5) "color"
H A Darray_intersect_assoc_variation5.phpt40 /*7*/ array('\tHello' => 111, 're\td' => "color",
42 array("\tHello" => 111, "re\td" => "color",
57 "\tHello" => 111, 2.2, 'color', "Hello world" => "string",
/PHP-8.0/ext/gd/tests/
H A Dbug70102.phpt24 $color = imagecolorat($im, 4, 4);
25 var_dump($color & 0xffffff);
H A Dbug73291.phpt15 $color = imagecolorallocate($src, $i, $i, $i);
16 imagefilledellipse($src, 127, 127, $i, $i, $color);
H A Dimagecopymerge_basic.phpt27 $color = imagecolorat($des, 30, 30);
28 $rgb = imagecolorsforindex($des, $color);
H A Dimagecolorclosesthwb_basic_001.phpt14 // Set the background color of image
17 // Set the text color of image
H A Dbug49600.phpt14 $color = imagecolorallocate($image, 255, 255, 255);
17 $x = imagettftext($image, 32, 0, 0, 0, $color, $font, $c);
H A Dbug67447.phpt11 // true color
22 imagecolorallocate($image, 0, 0, 255); // first palette color = background
H A Dbug66005.phpt15 // Palette image with transparent color
18 // 24 bit with transparent color
H A Dcopypalette.phpt38 echo 'copy palette 1 color and alpha: ';
44 copy palette 1 color and alpha: ok
H A Dimagedashedline_basic.phpt17 // set the background color to black
30 //check color of a point on edge..
H A Dimagefilledpolygon_basic.phpt26 // set the background color to black
41 //check color of a point on edge..
/PHP-8.0/sapi/cli/
H A Dphp_cli_server.h27 short color;
/PHP-8.0/ext/gd/
H A Dgd_arginfo.h49 ZEND_ARG_TYPE_INFO(0, color, IS_LONG, 0)
60 ZEND_ARG_TYPE_INFO(0, color, IS_LONG, 0)
296 ZEND_ARG_TYPE_INFO(0, color, IS_LONG, 0)
305 ZEND_ARG_TYPE_INFO(0, color, IS_LONG, 0)
314 ZEND_ARG_TYPE_INFO(0, color, IS_LONG, 0)
327 ZEND_ARG_TYPE_INFO(0, color, IS_LONG, 0)
336 ZEND_ARG_TYPE_INFO(0, color, IS_LONG, 0)
353 ZEND_ARG_TYPE_INFO(0, color, IS_LONG, 0)
363 ZEND_ARG_TYPE_INFO(0, color, IS_LONG, 0)
405 ZEND_ARG_TYPE_INFO(0, color, IS_LONG, 0)
[all …]
/PHP-8.0/ext/standard/tests/image/
H A Dgetimagesize_variation2.phpt40 "array('color' => 'red', 'item' => 'pen')" => array('color' => 'red', 'item' => 'pen'),
119 -- Arg value array('color' => 'red', 'item' => 'pen') --

Completed in 74 milliseconds

123456