mirror of
https://github.com/php/php-src.git
synced 2026-04-24 00:18:23 +02:00
e056e2dae9
With named arguments in php 8.0, it's important that php's modules or PECL extensions using gen_stub.php don't generate functions with duplicate names. Warn if a parameter name is repeated, even if the last occurrence is a variadic parameter Closes GH-6035