PATH:
opt
/
alt
/
tests
/
alt-php81-pecl-imagick_3.8.1-19.el8
/
tests
/
Editing: 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
SAVE
CANCEL