📁 File Manager Pro
v10.0.3 | PHP: 8.2.31
Server: LiteSpeed
2026-07-02 19:39:16
📂
/ (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: 009_properties.phpt
Read Only
--TEST-- Test reading properties --SKIPIF-- <?php require_once(dirname(__FILE__) . '/skipif.inc'); checkFormatPresent('png'); ?> --FILE-- <?php $im = new Imagick(); $im->newPseudoImage(100, 100, "XC:red"); $im->setImageFormat("png"); echo $im->width . "x" . $im->height . "\n"; echo $im->format; ?> --EXPECTF-- 100x100 png
💾 Save Changes
❌ Cancel