From manual page: https://php.net/functions.arguments
Two different versions are noticed for the same specificity (trailing coma):
- "As of PHP 7.3.0, it is possible to have a trailing comma in the argument list for a function calls (...)"
- "As of PHP 8.0.0, the list of function parameters may include a trailing comma (...)"