<?php enum Foo { } $r = new ReflectionClass(Foo::class); var_dump($r->isEnum());
You have javascript disabled. You will not be able to edit any code.