--TEST-- filter_input() --INI-- precision=14 --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>" Notice: Object of class stdClass could not be converted to int in %s011.php on line %d bool(false) string(6) "string" float(12345.7) string(29) "<p>string</p>" bool(false) Warning: filter_var() expects parameter 2 to be int, string given in %s011.php on line %d NULL Warning: filter_input() expects parameter 3 to be int, string given in %s011.php on line %d NULL Warning: filter_var() expects at most 3 parameters, 5 given in %s011.php on line %d NULL Warning: filter_var() expects at most 3 parameters, 5 given in %s011.php on line %d NULL Done