In PHP, I\'m using namespaces at the class level. However, Netbeans keeps telling me namespace my global functions as well. For example, if I type
str_replac
Netbeans is simply not following the documented rules of resolving namespaces as documented:
In other words, your code should be considered idiomatic based on the documented rules.