-=[ Mr. Bumblebee ]=-
_Indonesia_

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

--TEST--
GET/REQUEST Test with fifa example data
--SKIPIF--
<?php if (!extension_loaded("filter")) die("skip"); ?>
--INI--
filter.default=stripped
--GET--
id=f03_photos&pgurl=http%3A//fifaworldcup.yahoo.com/03/en/photozone/index.html
--FILE--
<?php 
echo $_GET['id'];
echo "\n";
echo $_GET['pgurl']; 
echo "\n";
echo $_REQUEST['id'];
echo "\n";
echo $_REQUEST['pgurl']; 
?>
--EXPECT--
f03_photos
http://fifaworldcup.yahoo.com/03/en/photozone/index.html
f03_photos
http://fifaworldcup.yahoo.com/03/en/photozone/index.html

Copyright © 2017 || Recoded By Mr.Bumblebee