📁 File Manager Pro
v10.0.2 | PHP: 8.1.34
Server: LiteSpeed
2026-06-29 12:05:21
📂
/
/
opt
/
alt
/
tests
/
alt-php82-pecl-imagick_3.8.1-17.el8
/
tests
✏️
Editing: 255_getFeatures.phpt
--TEST-- Test Imagick::getfeatures --SKIPIF-- <?php require_once(dirname(__FILE__) . '/skipif.inc'); checkClassMethods('Imagick', array('getfeatures')); ?> --FILE-- <?php $features = Imagick::getFeatures(); if (!is_string($features)) { echo "Features failed to return a string"; } echo "Ok"; ?> --EXPECTF-- Ok
💾 Save Changes
❌ Cancel