<?php class cat{ public function __toString() { return 'Str'; } } $catA = new cat(); echo $catA;
You have javascript disabled. You will not be able to edit any code.