Home
last modified time | relevance | path

Searched refs:num_points_or_color (Results 1 – 3 of 3) sorted by relevance

/PHP-8.1/ext/gd/tests/
H A Dbug55005.phpt19 !! [ValueError] imagefilledpolygon(): Argument #3 ($num_points_or_color) must be greater than or eq…
22 !! [ValueError] imagepolygon(): Argument #3 ($num_points_or_color) must be greater than or equal to…
/PHP-8.1/ext/gd/
H A Dgd.stub.php228 function imagepolygon(GdImage $image, array $points, int $num_points_or_color, ?int $color = null):… argument
230 function imageopenpolygon(GdImage $image, array $points, int $num_points_or_color, ?int $color = nu… argument
232 function imagefilledpolygon(GdImage $image, array $points, int $num_points_or_color, ?int $color = … argument
H A Dgd_arginfo.h400 ZEND_ARG_TYPE_INFO(0, num_points_or_color, IS_LONG, 0)

Completed in 11 milliseconds