Cross Reference: /yui3/src/querystring/tests/test.php
Cross Reference: test.php
xref
: /
yui3
/
src
/
querystring
/
tests
/
test.php
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
1
2
3
4
5
6
7
8
9
<?php
header
(
"Content-Type"
,
"
application
/
json
"
);
echo
json_encode
(
array
(
"POST"
=> $
_POST
,
"GET"
=> $
_GET
,
));
?>