aboutsummaryrefslogtreecommitdiffstats
path: root/test/data/errorWithText.php
blob: abd873217c3c277065d2f1d0c3d37224b814769d (plain)
1
2
3
4
5
<?php

header("HTTP/1.0 400 Bad Request");

echo "plain text message";