<? class Cat { public function _ _toString( ) { return "This is a cat\n"; } } $toby = new Cat; print $toby; ?>