--TEST-- input_get() --SKIPIF-- --GET-- a=test&b=http://example.com --POST-- c=

string

&d=12345.7 --FILE-- --EXPECTF-- string(4) "test" string(18) "http://example.com" string(27) "<b>test</b>" bool(false) string(6) "string" float(12345.7) string(29) "<p>string</p>" bool(false) Warning: input_get() expects parameter 1 to be long, object given in %s on line %d NULL Warning: input_get() expects parameter 3 to be long, string given in %s on line %d NULL Warning: input_get() expects parameter 1 to be long, string given in %s on line %d NULL NULL Done