You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$this->assertSame('class@anonymous', get_debug_type(eval('return new class() {};')));
166
+
$this->assertSame('stdClass@anonymous', get_debug_type(eval('return new class() extends stdClass {};')));
167
+
$this->assertSame('Reflector@anonymous', get_debug_type(eval('return new class() implements Reflector { function __toString() {} public static function export() {} };')));
0 commit comments