Is there a point asking if $_GET, $_POST and $_COOKIE are arrays?
In http://www.php.net/manual/en/language.variables.predefined.php says those are “predefined arrays”, so I don’t think we need to check this…
Stupid benchmarking test… checking 10.000 if $_POST is array took 0.0155 versus 0.0089 for doing nothing 10.000
