--TEST-- HTMLPurifier.auto.php using spl_autoload_register with __autoload() already defined loading test --SKIPIF-- purify('Salsa!') . " "; // purposely invoke older autoload $bar = new Bar(); --EXPECT-- Salsa! Autoloading Bar...