<? /** * Test formatting instanceof token */ $a instanceof Test; function check($a) { if ($a instanceof DateTime) { } }
info at phpclasses dot org