Output of the "Using the Symfony string component to get the singular or plural of a word" Symfony snippet
Environment:
- Strangebuzz Snippet VM: 6.4.9
- PHP: 8.4
- Symfony: 6.4.20
Code execution output:
Array
(
[0] => teeth
)
Array
(
[0] => leaf
[1] => leave
[2] => leaff
)
Array
(
[0] => hiboux
)
Array
(
[0] => cheval
)