🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-08-08 04:32:23 | PHP 8.2.32
📂
/ (Root)
/
opt
/
cpanel
/
ea-php82
/
root
/
usr
/
share
/
tests
/
pecl
/
imagick
/
tests
📍 /opt/cpanel/ea-php82/root/usr/share/tests/pecl/imagick/tests
🔄 Refresh
✏️
Editing: github_174.phpt
Read Only
--TEST-- Imagick::resizeImage prevent 0 width/height images --SKIPIF-- <?php require_once(dirname(__FILE__) . '/skipif.inc'); ?> --FILE-- <?php $i = new Imagick; $i->newPseudoImage(1, 1000, "xc:red"); $i->resizeImage(0, 250, 0, 1); echo $i->getImageWidth(); // should be 1 ?> --EXPECTF-- 1
💾 Save Changes
❌ Cancel