Hi Kamil,

Thank you for your response. I shall sure create an issue and will
update in this threat.

On 3/9/23, Kamil Tekiela <tekiela...@gmail.com> wrote:
> Hi Hamza,
>
> If you encounter a bug, please create a GitHub issue with reproducible
> steps. Your description of a program crashing is not actionable, as we
> cannot reproduce this error.
>
> Regarding your second point, how do you want this to work? $names is just a
> collection of string parameters. It's not a single parameter so you cannot
> refer to it by name. When you use named parameters with variadic
> parameters, then the names you specified will be used as array keys. So no
> error there, and no warning should be raised. But I don't know what you had
> in mind of how this is supposed to work.
>
> Regards,
> Kamil
>

-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: https://www.php.net/unsub.php

Reply via email to