diff options
Diffstat (limited to 'build/test/data/json.php')
-rw-r--r-- | build/test/data/json.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build/test/data/json.php b/build/test/data/json.php index 31668cf29..08e3f9e32 100644 --- a/build/test/data/json.php +++ b/build/test/data/json.php @@ -1,4 +1,5 @@ <?php
+error_reporting(0);
$json = $_REQUEST['json'];
if($json) {
echo '[ {"name": "John", "age": 21}, {"name": "Peter", "age": 25 } ]';
|