uawdijnntqw1x1x1
IP : 18.118.166.80
Hostname : host45.registrar-servers.com
Kernel : Linux host45.registrar-servers.com 4.18.0-513.18.1.lve.2.el8.x86_64 #1 SMP Sat Mar 30 15:36:11 UTC 2024 x86_64
Disable Function : None :)
OS : Linux
PATH:
/
home
/
..
/
.
/
.
/
opt
/
alt
/
tests
/
alt-php80-pecl-imagick_3.7.0-4.el8
/
tests
/
.
/
246_antialias_image.phpt
/
/
--TEST-- Test pseudo formats --SKIPIF-- <?php require_once(dirname(__FILE__) . '/skipif.inc'); ?> --FILE-- <?php $im = new Imagick(); $im->newPseudoImage(10, 10, "magick:logo"); //On by default var_export($im->getAntiAlias()); echo PHP_EOL; //Turn off $im->setAntiAlias(false); var_export($im->getAntiAlias()); echo PHP_EOL; //Turn back on $im->setAntiAlias(true); var_export($im->getAntiAlias()); echo PHP_EOL; ?> --EXPECTF-- true false true
/home/../././opt/alt/tests/alt-php80-pecl-imagick_3.7.0-4.el8/tests/./246_antialias_image.phpt