Output of the "Retrieving the attributes' parameters of a PHP class with reflection" PHP snippet
Environment:
- Strangebuzz Snippet VM: 6.4.9
- PHP: 8.4
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%
)
)