1 2 3 4 5 6 7 8
--TEST-- declare bare anonymous class --FILE-- <?php var_dump(new class{}); --EXPECTF-- object(class@%s)#%d (0) { }