<?php enum Test { case A; case B; case C; } class User { public function __construct( public readonly string $name, public readonly array $tests = [...Test::cases()], ) { } }
You have javascript disabled. You will not be able to edit any code.