- spl_autoload_register: documentation ( source)
- var_dump: documentation ( source)
- class_exists: documentation ( source)
- spl_autoload_extensions: documentation ( source)
<?php
spl_autoload_extensions(".class.php");
spl_autoload_register(null, true);
var_dump(class_exists('\\test\\ting'));