As far as I can see the current coding conventions doesn't encourage use of global variabels and functions, it merely documents how to name them if you decide to create a global function or variable.
In the same section it also says how class method names and field names should be named.
Manual:Coding_conventions#PHP_Naming.