Linux SRV-16 6.18.44-paas #1 SMP PREEMPT_DYNAMIC Thu Aug 13 10:08:12 UTC 2026 x86_64
/
opt
/
php-7.1
/
share
/
test
/
imagick
/
tests
/
//opt/php-7.1/share/test/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