Home
last modified time | relevance | path

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

1234567891011

/PHP-5.4/ext/gd/tests/
H A Dcolormatch.phpt20 Warning: imagecolormatch(): Image2 must have at least one color in %s on line %d
H A Dimagefill_1.phpt2 imagefill() infinite loop with wrong color index
H A Dimagearc_basic.phpt17 //create an arc with white color
H A Dimagearc_variation1.phpt17 //create an arc with white color
H A Dimagearc_variation2.phpt17 //create an arc with white color
H A Dimagefilledarc_basic.phpt17 //create an arc and fill it with white color
H A Dbug24155.phpt22 // Uniform fill + n x 90degrees rotation , the color value does not change
H A Dimagefilledarc_variation1.phpt17 //create an arc and fill it with white color
H A Dbug36697.phpt15 $color = imagecolorallocate($im, 255, 255, 255);
H A Dimagefilledarc_variation2.phpt17 //create an arc and fill it with white color
H A Dimagearc_error1.phpt17 //create an arc with white color
H A Dimagefilledarc_error1.phpt17 //create an arc and fill it with white color
H A Dimagecolorset_basic.phpt20 // Get the color index for the background
H A Dimagecolorallocate_basic.phpt15 * Description: Allocate a color for an image
/PHP-5.4/ext/standard/tests/array/
H A Dsizeof_variation2.phpt29 array("color" => "red", "item" => "pen"),
30 /* 10 */ array('color' => 'red', 'item' => 'pen'),
33 array('color' => "red", "item" => 'pen', 1 => "Hi", "" => "Hello" ),
H A Darray_intersect_assoc_variation5.phpt46 /*7*/ array('\tHello' => 111, 're\td' => "color",
48 array("\tHello" => 111, "re\td" => "color",
63 "\tHello" => 111, 2.2, 'color', "Hello world" => "string",
H A Darray_pad_variation3.phpt67 array('color' => 'red', 'item' => 'pen'),
450 ["color"]=>
457 ["color"]=>
466 ["color"]=>
473 ["color"]=>
/PHP-5.4/ext/gd/libgd/
H A Dwbmp.h46 Wbmp *createwbmp( int width, int height, int color );
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-5.4/ext/standard/tests/general_functions/
H A Dhighlight_heredoc.phpt19 <code><span style="color: #000000">
/PHP-5.4/ext/exif/
H A Dtest.txt50 $ret = '<b style="color:green">O.K.</b>';
52 $ret = '<b style="color:red">'.$GLOBALS['php_errormsg'].'</b>';
276 $error = '<b style="color:red">GetImageSize returned false</b><br>'.$error;
286 $error = "<b style='color: green'>filetype not supported: $types[$type]</b>";
294 $error = '<b style="color:red">exif_thumbnail returned false</b><br>'.$error;
296 $error = "<b style='color:green'>$t_width x $t_height</b><br>$error";
308 $res_exif_read_data = "<b style='color: green'>filetype not supported: $types[$type]</b>";
317 $res_exif_read_data = "<b style='color:red'>exif_read_data returned false</b><br>$error";
361 echo "<h1 style='color:red'>function exif_read_data is not supported</h1>\n";
/PHP-5.4/ext/standard/tests/strings/
H A Dstrtok_variation1.phpt53 array('color' => 'red-color', 'item' => 'pen-color'),
/PHP-5.4/ext/standard/tests/url/
H A Dbase64_decode_variation_001.phpt48 "array('color' => 'red', 'item' => 'pen'" => array('color' => 'red', 'item' => 'pen'),
140 -- Arg value array('color' => 'red', 'item' => 'pen' --
H A Dbase64_decode_variation_002.phpt48 "array('color' => 'red', 'item' => 'pen'" => array('color' => 'red', 'item' => 'pen'),
134 -- Arg value array('color' => 'red', 'item' => 'pen' --
/PHP-5.4/ext/standard/tests/image/
H A Dgetimagesize_variation1.phpt46 "array('color' => 'red', 'item' => 'pen')" => array('color' => 'red', 'item' => 'pen'),
138 -- Arg value: array('color' => 'red', 'item' => 'pen') --

Completed in 23 milliseconds

1234567891011