Hi! > I would love to have namespace that could be imported like > > namespace \php\7\function\* as \; // Import all functions to \ > namespace \php\7\function\* as \;
Please no. When we designed namespaces, we explicitly omitted bulk imports, and the reasons that were true then are still true now. Bulk imports are a road to a huge mess and return to the same problem namespaces were created to fix. -- Stas Malyshev smalys...@gmail.com -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php