Code Coverage |
||||||||||
Lines |
Functions and Methods |
Classes and Traits |
||||||||
| Total | |
0.00% |
0 / 5 |
n/a |
0 / 0 |
CRAP | n/a |
0 / 0 |
||
| 1 | <?php |
| 2 | error_reporting(0); |
| 3 | $callback = $_REQUEST['callback']; |
| 4 | $json = $_REQUEST['json']; |
| 5 | $text = json_encode(file_get_contents(dirname(__FILE__)."/with_fries.xml")); |
| 6 | echo "$callback($text)"; |
| 7 | ?> |