--TEST-- is_a() and is_subclass_of() shouldn't call __autoload --INI-- error_reporting=4095 --FILE-- --EXPECTF-- Strict Standards: is_a(): Deprecated. Please use the instanceof operator in %sis_a.php on line 17 bool(false) Strict Standards: is_a(): Deprecated. Please use the instanceof operator in %sis_a.php on line 18 bool(true) Strict Standards: is_a(): Deprecated. Please use the instanceof operator in %sis_a.php on line 19 bool(true) Strict Standards: is_a(): Deprecated. Please use the instanceof operator in %sis_a.php on line 20 bool(true) bool(false) bool(false) bool(true) bool(false) AUTOLOAD 'X1' bool(false)