mirror of
https://github.com/php/php-src.git
synced 2026-04-30 03:33:17 +02:00
daa94cf279
This parameter never actually did anything and was forgotten about. We solve this by detecting when we have a $namespace argument (that won't conflict with the name argument) and creating a Clark notation name out of it. Closes GH-16123.