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.
2 parents 1fa15ab + fc73da5 commit 0610122Copy full SHA for 0610122
ext/gd/tests/gh17373.phpt
@@ -2,6 +2,10 @@
2
Bug GH-17373 (imagefttext() ignores clipping rect for palette images)
3
--EXTENSIONS--
4
gd
5
+--SKIPIF--
6
+<?php
7
+if(!function_exists('imagefttext')) die('skip imagefttext() not available');
8
+?>
9
--FILE--
10
<?php
11
$im = imagecreate(64, 32);
0 commit comments