--TEST-- SPL: Test class_implements() function : variation - no interfaces and autoload --FILE-- ===DONE=== --EXPECTF-- *** Testing class_implements() : variation *** --- testing no interfaces --- array(0) { } array(0) { } --- testing autoload --- attempting to autoload non-existent Warning: class_implements(): Class non-existent does not exist and could not be loaded in %s on line %d bool(false) Warning: class_implements(): Class non-existent2 does not exist in %s on line %d bool(false) ===DONE===