--TEST-- import_request_variables() tests --GET-- a=1&b=heh&c=3&d[]=5&GLOBALS=test&1=hm --POST-- ap=25&bp=test&cp=blah3&dp[]=ar --INI-- register_globals=off --FILE-- --EXPECTF-- Warning: Wrong parameter count for import_request_variables() in %s on line %d NULL Notice: import_request_variables(): No prefix specified - possible security hazard in %s on line %d NULL Notice: import_request_variables(): No prefix specified - possible security hazard in %s on line %d NULL Notice: import_request_variables(): No prefix specified - possible security hazard in %s on line %d Warning: import_request_variables(): Attempted GLOBALS variable overwrite in %s on line %d Warning: import_request_variables(): Numeric key detected - possible security hazard in %s on line %d NULL Notice: Undefined variable: ap in %s on line %d string(1) "1" string(3) "heh" string(1) "3" NULL NULL Notice: Undefined variable: g_ap in %s on line %d string(1) "1" string(3) "heh" string(1) "3" NULL string(2) "hm" NULL string(1) "1" string(3) "heh" string(1) "3" string(2) "25" string(4) "test" string(5) "blah3" array(1) { [0]=> string(2) "ar" } NULL Notice: Undefined variable: r_ap in %s on line %d string(1) "1" string(3) "heh" string(1) "3" NULL Done