Fatal error: spl_autoload(): Class Test could not be loaded in /home/vilay/www/spl/index.php
spl_autoload_extensions('.class.php');
define('CLASS_DIR','Class/');
set_include_path(get_include_path().PATH_SEPARATOR.CLASS_DIR);
spl_autoload_register();
new Test();