%PDF- %PDF-
Direktori : /opt/cpanel/ea-php80/root/usr/share/tests/pecl/imagick/tests/ |
Current File : //opt/cpanel/ea-php80/root/usr/share/tests/pecl/imagick/tests/025-function-image.phpt |
--TEST-- Test functionimage --SKIPIF-- <?php $imageMagickBelowVersion = 0x700; require_once(dirname(__FILE__) . '/skipif.inc'); ?> --FILE-- <?php $im = new Imagick ('magick:rose'); $im->convolveimage (array (1, 'a', 1)); echo "OK" . PHP_EOL; ?> --EXPECT-- OK