--TEST-- Imagick::readImage test --SKIPIF-- --FILE-- getConstants(); $output = ''; foreach ($constants as $key => $value) { $output .= "$key: $value \n"; } echo "Ok"; ?> --EXPECTF-- Ok