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

header( "Multiple-Line: Hello\n World" );
header( "Multiple-Multiple-Line: Hello\n Beautiful\n\t World" );
header( "Single-Line: Hello World" );