If, in global space, I do this:
$x = 4;
Then in which of the variables defined on this page does $x get stored:
http://us4.php.net/variables.predefined
I already know $GLOBALS, but is there any other?
in the new auto globals, where do general global vars get stored?
|