📁 File Manager Pro
v10.0.3 | PHP: 8.2.31
Server: LiteSpeed
2026-07-01 09:42:38
📂
/ (Root)
/
opt
/
alt
/
tests
/
alt-php82-pecl-imagick_3.8.1-17.el8
/
tests
📍 /opt/alt/tests/alt-php82-pecl-imagick_3.8.1-17.el8/tests
🔄 Refresh
✏️
Editing: 025-function-image.phpt
Read Only
--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 Changes
❌ Cancel