Output from Function test()
GLOBAL
LOCAL
$GLOBALS
array(7) {
["_GET"]=>
array(0) {
}
["_POST"]=>
array(0) {
}
["_COOKIE"]=>
array(3) {
["info"]=>
string(11) "Cookie Info"
["name_from_cookie"]=>
string(4) "NAME"
["PHPSESSID"]=>
string(26) "htkfr7mooujcvq7sd3lrnr19id"
}
["_FILES"]=>
array(0) {
}
["thisIsGlobal1"]=>
string(6) "GLOBAL"
["someValue"]=>
float(22.47)
["someBoolean"]=>
bool(true)
}