--TEST-- Testing: GLOBALS in GET --SKIPIF-- --INI-- suhosin.log.syslog=0 suhosin.log.sapi=255 suhosin.log.script=255 suhosin.log.script.name=/tmp/xx --GET-- a=1&b=2&GLOBALS=123&c=3 --FILE-- --EXPECT-- string(1) "1" string(1) "2" string(1) "3" int(5)