Decompile Values of the form paramName: $value are named
arguments (or named parameters). This functionality was introduced in
PHP 8.0. Named arguments allow you to specify the values of a function
or method's parameters using their names, rather than just their
position in the argument list.