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 d4946a5 + 1b220cb commit 7ba7b30Copy full SHA for 7ba7b30
ext/gd/tests/gh19955.phpt
@@ -4,6 +4,10 @@ GH-19955: (imagefttext() memory leak)
4
gd
5
--CREDITS--
6
YuanchengJiang
7
+--SKIPIF--
8
+<?php
9
+if(!function_exists('imagefttext')) die('skip imagefttext() not available');
10
+?>
11
--FILE--
12
<?php
13
ini_set('error_reporting', E_ALL&~E_WARNING);
0 commit comments