Sindbad~EG File Manager

Current Path : /proc/thread-self/root/opt/cpanel/ea-php74/root/usr/share/tests/pecl/imagick/tests/
Upload File :
Current File : //proc/thread-self/root/opt/cpanel/ea-php74/root/usr/share/tests/pecl/imagick/tests/026_phpinfo.phpt

--TEST--
Test Imagick module hasn't broken phpinfo
--SKIPIF--
<?php require_once(dirname(__FILE__) . '/skipif.inc'); ?>
--FILE--
<?php

ob_start();
phpinfo();
$contents = ob_get_contents();
ob_end_clean();

if (strpos($contents, 'imagick module => enabled') !== false) {
	echo "Ok";
}
else {
	echo "Imagick was not reported as enabled?";
	var_dump($contents);
}

?>
--EXPECTF--
Ok

Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists