Fails with the following code: ```php <?php class MyClass { private const SOMETHING = 'initial value'; } ```