Stops the collection of loaded classes and returns the names of the loaded classes.
array
public static function collectEnd() { return array_values(array_diff(get_declared_classes(), self::$buffer)); }