mirror of
https://github.com/php/php-src.git
synced 2026-03-24 08:12:21 +01:00
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.