Hello internals,

One of the shortcomings of namespaced functions in PHP is that it is not 
possible to import them as you can do with classes and namespaces. For code 
that is not in the same namespace as the function, you must always reference at 
least one part of the namespace in order to call it.

It would help a lot if functions could be imported as well. I have drafted an 
RFC that tries to address this and wanted to get some initial feedback on the 
idea:

https://gist.github.com/igorw/44133fe2feb0c1a5d51f

Thanks!

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

Reply via email to