<?php
class foo {

}

class bar {

}

class baz {

}

trait barTrait {

}

interface barInterface {

}

enum barEnum {

}

?>
