📁 File Manager Pro
v10.0.3 | PHP: 8.2.31
Server: LiteSpeed
2026-07-03 06:41:13
📂
/ (Root)
/
opt
/
alt
/
tests
/
alt-php81-pecl-imagick_3.8.1-17.el8
/
tests
📍 /opt/alt/tests/alt-php81-pecl-imagick_3.8.1-17.el8/tests
🔄 Refresh
✏️
Editing: 001_imagick_readimage.phpt
Read Only
--TEST-- Imagick::readImage test --SKIPIF-- <?php require_once(dirname(__FILE__) . '/skipif.inc'); ?> --FILE-- <?php print "--- Catch exception with try/catch\n"; $imagick = new Imagick(); try { $imagick->readImage('foo.jpg'); } catch (ImagickException $e) { echo "got exception"; } ?> --EXPECTF-- --- Catch exception with try/catch got exception
💾 Save Changes
❌ Cancel