Potential doc issue for https://github.com/symfony/symfony/issues/54359 Docs suggest that [Expression Language supports null-coalescing operator](https://symfony.com/doc/current/components/expression_language.html#null-coalescing-operator) for variables not passed in: ```php $data = ['exists' => 1]; $language->evaluate('doesnt_exist ?? 2', $data); ``` But it was suggested to me in the linked issue that the code doesn't seem to actually support that, and that null coalescing operator also isn't mentioned in https://symfony.com/doc/current/reference/formats/expression_language.html#supported-operators