You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The example is using the num_points parameter (which was deprecated in PHP 8.1)
Also the Run Code button on the GD pages results in:
Fatal error: Uncaught Error: Call to undefined function imagecreatetruecolor() in php-wasm run script:13
Stack trace:
#0 {main}
thrown in php-wasm run script on line 13
The text was updated successfully, but these errors were encountered:
From manual page: https://php.net/function.imagefilledpolygon
Edit: & https://www.php.net/manual/en/function.imageopenpolygon.php & https://www.php.net/manual/en/function.imagepolygon.php
The example is using the
num_points
parameter (which was deprecated in PHP 8.1)Also the
Run Code
button on theGD
pages results in:The text was updated successfully, but these errors were encountered: