|
|
|
|
|
by pdenton
2021 days ago
|
|
Thanks for clearing that up. There's one more thing not addressed by the RFC: how to check for a particular enum to exist. The way I see it, a new function "enum_exists" would be needed and validating a QCN would become this ugly: class_exists($qcn) || enum_exists($qcn) || interface_exists($qcn) || trait_exists($qcn) |
|