Output from Function test()
GLOBAL
LOCAL
$GLOBALS
array(7) {
["_GET"]=>
array(0) {
}
["_POST"]=>
array(0) {
}
["_COOKIE"]=>
array(1) {
["PHPSESSID"]=>
string(26) "l0qo584v0m12h15neofrjaihc3"
}
["_FILES"]=>
array(0) {
}
["thisIsGlobal1"]=>
string(6) "GLOBAL"
["someValue"]=>
float(22.47)
["someBoolean"]=>
bool(true)
}