RFC: Should PHP have a directive that makes the parser treat all namespaced function calls as global?

Project Governance
Author
Nick Lockheart
When calling functions from the global namespace, the PHP parser creates opcodes that use those functions directly. When those functions are certain built-in fu...

This RFC has not yet started voting