Searched refs:imagearc (Results 1 – 9 of 9) sorted by relevance
/PHP-7.2/ext/gd/tests/ |
H A D | imagearc_error1.phpt | 2 Testing wrong param passing imagearc() of GD library 18 imagearc($image, 50, 50, 30, 30, 0, 180); 24 Warning: imagearc() expects exactly 8 parameters, 7 given in %s on line %d
|
H A D | bug72604.phpt | 2 Bug #72604 (imagearc() ignores thickness for full arcs) 11 imagearc($im, 50, 50, 90, 90, 0, 360, 0xffffff);
|
H A D | imagearc_basic.phpt | 2 Testing imagearc() of GD library 18 imagearc($image, 50, 50, 30, 30, 0, 180, $white);
|
H A D | imagearc_variation1.phpt | 2 Testing passing negative end angle to imagearc() of GD library 18 imagearc($image, 50, 50, 30, 30, 0, -90, $white);
|
H A D | imagearc_variation2.phpt | 2 Testing passing negative start angle to imagearc() of GD library 18 imagearc($image, 50, 50, 30, 30, -90, 0, $white);
|
H A D | bug43828.phpt | 2 Bug #43828 (broken transparency of imagearc for truecolor in blendingmode)
|
/PHP-7.2/ext/gd/ |
H A D | php_gd.h | 80 PHP_FUNCTION(imagearc);
|
H A D | gd.c | 868 PHP_FE(imagearc, arginfo_imagearc) 3260 PHP_FUNCTION(imagearc) in PHP_FUNCTION() argument
|
/PHP-7.2/ |
H A D | NEWS | 2719 . Fixed bug #72604 (imagearc() ignores thickness for full arcs). (cmb) 2721 . Fixed bug #43828 (broken transparency of imagearc for truecolor in
|
Completed in 26 milliseconds