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 1a74e9b + f1a5c53 commit 1b220cbCopy full SHA for 1b220cb
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