aboutsummaryrefslogtreecommitdiffstats
path: root/test/data/errorWithJSON.php
blob: 62b187ecc9923b38a658b83189ee15bc0489ba49 (plain)
1
2
3
4
5
6
<?php

header("HTTP/1.0 400 Bad Request");
header("Content-Type: application/json");

echo '{ "code": 40, "message": "Bad Request" }';