Home
last modified time | relevance | path

Searched refs:imagearc (Results 1 – 9 of 9) sorted by relevance

/PHP-7.2/ext/gd/tests/
H A Dimagearc_error1.phpt2 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 Dbug72604.phpt2 Bug #72604 (imagearc() ignores thickness for full arcs)
11 imagearc($im, 50, 50, 90, 90, 0, 360, 0xffffff);
H A Dimagearc_basic.phpt2 Testing imagearc() of GD library
18 imagearc($image, 50, 50, 30, 30, 0, 180, $white);
H A Dimagearc_variation1.phpt2 Testing passing negative end angle to imagearc() of GD library
18 imagearc($image, 50, 50, 30, 30, 0, -90, $white);
H A Dimagearc_variation2.phpt2 Testing passing negative start angle to imagearc() of GD library
18 imagearc($image, 50, 50, 30, 30, -90, 0, $white);
H A Dbug43828.phpt2 Bug #43828 (broken transparency of imagearc for truecolor in blendingmode)
/PHP-7.2/ext/gd/
H A Dphp_gd.h80 PHP_FUNCTION(imagearc);
H A Dgd.c868 PHP_FE(imagearc, arginfo_imagearc)
3260 PHP_FUNCTION(imagearc) in PHP_FUNCTION() argument
/PHP-7.2/
H A DNEWS2719 . 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