Browse Source

Merge branch 'PHP-7.1' of git.php.net:php-src into PHP-7.1

* 'PHP-7.1' of git.php.net:php-src:
  Fix #73582: Failing ext/gd/tests/imagettftext_charmap_order.phpt
PHP-7.1.0
Stanislav Malyshev 9 years ago
parent
commit
ffb65ba833
  1. 1
      ext/gd/tests/imagettftext_charmap_order.phpt

1
ext/gd/tests/imagettftext_charmap_order.phpt

@ -4,6 +4,7 @@ Font charmap order is deterministic based on order in the font, use the selected
<?php
if(!extension_loaded('gd')){ die('skip gd extension not available'); }
if(!function_exists('imagettftext')) die('skip imagettftext() not available');
if(gd_info()['JIS-mapped Japanese Font Support']) die('skip JIS-mapped Japanese Font Support not supported');
?>
--FILE--
<?php

Loading…
Cancel
Save