--TEST-- ReflectionClass::__constructor() --FILE-- --EXPECTF-- object(ReflectionClass)#%d (1) { ["name"]=> string(8) "stdClass" } object(ReflectionClass)#%d (1) { ["name"]=> string(8) "stdClass" } object(ReflectionClass)#%d (1) { ["name"]=> string(10) "TrickClass" } --UEXPECTF-- object(ReflectionClass)#%d (1) { [u"name"]=> unicode(8) "stdClass" } object(ReflectionClass)#%d (1) { [u"name"]=> unicode(8) "stdClass" } object(ReflectionClass)#%d (1) { [u"name"]=> unicode(10) "TrickClass" }