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