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 e38d510 + 02a60be commit 82fe4a2Copy full SHA for 82fe4a2
ext/gd/tests/gh13082.phpt
@@ -3,7 +3,7 @@ GH-13082 - imagefontwidth/height unexpectedly throwing an exception on a valid G
3
--EXTENSIONS--
4
gd
5
--SKIPIF--
6
-<?php if (getenv('TRAVIS')) die('skip Currently fails on Travis'); ?>
+<?php if (pack('i', 0x01020304) !== "\x04\x03\x02\x01") die('skip unsupported platform'); ?>
7
--FILE--
8
<?php
9
$font = imageloadfont(__DIR__ . "/gh13082.gdf");
0 commit comments