> > I think a better solution would be to have one namespace for all > > bundled classes, so that a specific namespace is reserved in > > advance. > > Needing to prefix everything by \PHP or something like this would > provide for a terrible developer experience when using the standard > library. >
What are people's thoughts on requiring a use statement to make built- in classes available in the global namespace? >