/PHP-8.0/sapi/phpdbg/ |
H A D | phpdbg_utils.h | 36 #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 | .phpdbginit | 10 # set color prompt white-bold 11 # set color notice green 12 # set color error red
|
H A D | phpdbg_utils.c | 230 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 D | phpdbg_set.h | 28 PHPDBG_SET(color);
|
/PHP-8.0/ext/filter/tests/ |
H A D | 026.phpt | 8 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 D | array_reverse_variation4.phpt | 47 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 D | array_reverse_variation6.phpt | 15 array('color' => 'red', 'item' => 'pen', 'place' => 'LA'), 77 ["color"]=> 131 ["color"]=> 172 ["color"]=>
|
H A D | array_unique_variation3.phpt | 43 /*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 D | array_unshift_variation6.phpt | 20 array('color' => 'red', 'item' => 'pen', 'place' => 'LA'), 79 ["color"]=> 127 ["color"]=> 169 ["color"]=> 184 ["color"]=>
|
H A D | array_map_variation4.phpt | 51 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 D | array_unshift_variation4.phpt | 54 /*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 D | array_intersect_assoc_variation5.phpt | 40 /*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 D | bug70102.phpt | 24 $color = imagecolorat($im, 4, 4); 25 var_dump($color & 0xffffff);
|
H A D | bug73291.phpt | 15 $color = imagecolorallocate($src, $i, $i, $i); 16 imagefilledellipse($src, 127, 127, $i, $i, $color);
|
H A D | imagecopymerge_basic.phpt | 27 $color = imagecolorat($des, 30, 30); 28 $rgb = imagecolorsforindex($des, $color);
|
H A D | imagecolorclosesthwb_basic_001.phpt | 14 // Set the background color of image 17 // Set the text color of image
|
H A D | bug49600.phpt | 14 $color = imagecolorallocate($image, 255, 255, 255); 17 $x = imagettftext($image, 32, 0, 0, 0, $color, $font, $c);
|
H A D | bug67447.phpt | 11 // true color 22 imagecolorallocate($image, 0, 0, 255); // first palette color = background
|
H A D | bug66005.phpt | 15 // Palette image with transparent color 18 // 24 bit with transparent color
|
H A D | copypalette.phpt | 38 echo 'copy palette 1 color and alpha: '; 44 copy palette 1 color and alpha: ok
|
H A D | imagedashedline_basic.phpt | 17 // set the background color to black 30 //check color of a point on edge..
|
H A D | imagefilledpolygon_basic.phpt | 26 // set the background color to black 41 //check color of a point on edge..
|
/PHP-8.0/sapi/cli/ |
H A D | php_cli_server.h | 27 short color;
|
/PHP-8.0/ext/gd/ |
H A D | gd_arginfo.h | 49 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 D | getimagesize_variation2.phpt | 40 "array('color' => 'red', 'item' => 'pen')" => array('color' => 'red', 'item' => 'pen'), 119 -- Arg value array('color' => 'red', 'item' => 'pen') --
|