27    $filename = dirname(__FILE__).DIRECTORY_SEPARATOR.
'class.'.strtolower($classname).
'.php';
 
   33if (version_compare(PHP_VERSION, 
'5.1.2', 
'>=')) {
 
   35    if (version_compare(PHP_VERSION, 
'5.3.0', 
'>=')) {
 
   36        spl_autoload_register(
'PHPMailerAutoload', 
true, 
true);
 
   38        spl_autoload_register(
'PHPMailerAutoload');
 
   45    function __autoload($classname)
 
PHPMailerAutoload($classname)
PHPMailer SPL autoloader.
An exception for terminatinating execution or to throw for unit testing.