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