Hey.
Is there a global object in PHP , in which all the built-in methods lie, all user functions, objects, variables ..., within which PHP programming itself takes place? In javascript, such an object is a window object.
I want to figure out what PHP programming is. For example, for comparison, programming in javascript is the manipulation of the "leaves" -objects of the BOM tree - "Take one leaf-object of the BOM tree, do something with it, write the result into another sheet-object ...".