<?php interface Foo { } var_dump( get_class(new class implements Foo {}), get_class(new class implements Foo {}) );
You have javascript disabled. You will not be able to edit any code.