-=[ Mr. Bumblebee ]=-
_Indonesia_

Path : /usr/src/php/ext/filter/tests/
File Upload :
Current File : //usr/src/php/ext/filter/tests/012.phpt

--TEST--
filter_input()
--SKIPIF--
<?php if (!extension_loaded("filter")) die("skip"); ?>
--FILE--
<?php

var_dump(filter_input(INPUT_GET, "test"));
var_dump(filter_input(INPUT_POST, "test"));
var_dump(filter_input(INPUT_COOKIE, ""));

echo "Done\n";
?>
--EXPECT--	
NULL
NULL
NULL
Done

Copyright © 2017 || Recoded By Mr.Bumblebee