Home
last modified time | relevance | path

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

/PHP-5.5/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);
28 Warning: imagearc() expects exactly 8 parameters, 7 given in %s on line %d
H A Dimagearc_basic.phpt2 Testing imagearc() of GD library
18 imagearc($image, 50, 50, 30, 30, 0, 180, $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 Dimagearc_variation1.phpt2 Testing passing negative end angle to imagearc() of GD library
18 imagearc($image, 50, 50, 30, 30, 0, -90, $white);
/PHP-5.5/ext/gd/
H A Dphp_gd.h78 PHP_FUNCTION(imagearc);
H A Dgd.c880 PHP_FE(imagearc, arginfo_imagearc)
3170 PHP_FUNCTION(imagearc) in PHP_FUNCTION() argument
/PHP-5.5/
H A DNEWS7527 . imagearc huge CPU usage with large angles, libgd bug #74 (Pierre)

Completed in 44 milliseconds