🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-08-10 06:45:42 | PHP 8.2.33
📂
/ (Root)
/
opt
/
cpanel
/
ea-php80
/
root
/
usr
/
share
/
tests
/
pecl
/
imagick
/
tests
📍 /opt/cpanel/ea-php80/root/usr/share/tests/pecl/imagick/tests
🔄 Refresh
✏️
Editing: 271_imagick_constants.phpt
Read Only
--TEST-- Imagick::readImage test --SKIPIF-- <?php require_once(dirname(__FILE__) . '/skipif.inc'); ?> --FILE-- <?php $reflClass = new ReflectionClass('Imagick'); $constants = $reflClass->getConstants(); $output = ''; foreach ($constants as $key => $value) { $output .= "$key: $value \n"; } echo "Ok"; ?> --EXPECTF-- Ok
💾 Save Changes
❌ Cancel