📁 File Manager Pro
v10.0.3 | PHP: 8.2.31
Server: LiteSpeed
2026-07-03 17:53:27
📂
/ (Root)
/
opt
/
alt
/
tests
/
alt-php83-pecl-imagick_3.8.1-17.el8
/
tests
📍 /opt/alt/tests/alt-php83-pecl-imagick_3.8.1-17.el8/tests
🔄 Refresh
✏️
Editing: 273_imagick_falsyimage.phpt
Read Only
--TEST-- Imagick::__construct false --SKIPIF-- <?php require_once(dirname(__FILE__) . '/skipif.inc'); ?> --FILE-- <?php try { $imagick = new Imagick(false); } catch (\ImagickException $ie) { echo $ie->getMessage()."\n"; } ?> --EXPECTF-- Constructor shouldn't be called with a boolean as the filename
💾 Save Changes
❌ Cancel