📁 File Manager Pro
v10.0.2 | PHP: 8.1.34
Server: LiteSpeed
2026-06-29 17:09:21
📂
/
/
opt
/
alt
/
tests
/
alt-php84-pecl-imagick_3.8.1-17.el8
/
tests
✏️
Editing: 009_properties.phpt
--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