Creating an object from the Cat class
<?php class Cat { } $fluffy = new Cat( ); echo gettype($fluffy); ?>