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