If, in global space, I do this:
$x = 4;
Then in which of the variables defined on this page does $x get stored:
I already know $GLOBALS, but is there any other?
$x = 4;
Then in which of the variables defined on this page does $x get stored:
I already know $GLOBALS, but is there any other?
Comment