We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54c213b commit 2f404baCopy full SHA for 2f404ba
.phan/stubs/misc.php
@@ -8,4 +8,7 @@
8
* @license MIT
9
*/
10
11
-#class GdImage{}
+// looks like some linux distros don't support AVIF?? (Ubuntu 25.04 PHP 8.4.5-ondrej)
12
+function imageavif(\GdImage $image, mixed $file=null, int $quality=-1, int $speed=-1):bool{
13
+ return true;
14
+}
0 commit comments