Output of the "Retrieving the attributes' parameters of a PHP class with reflection" PHP snippet

Environment:

  • Strangebuzz Snippet VM: 6.4.2
  • PHP: 8.3

Code execution output:

Attribute's name: Symfony\Component\Routing\Attribute\Route
Attribute's arguments: Array
(
    [path] => /{_locale}/snippets
    [name] => snippet_
    [requirements] => Array
        (
            [_locale] => %locales_requirements%
        )

)