[E020] Error: cannot use 'readonly' as constant modifier ,-[code.php:4:5] | 4 | readonly const BAR = 34; * ^^^^|^^^ * `----- try removing this * * Note: only `public`, `protected`, `private`, and `final` modifiers can be used on constants ---'