598cadcde00f40052810894498523af453ceb887
[jquery.git] / test / data / headers.php
1 <?php
2
3 header( "Multiple-Line: Hello\n World" );
4 header( "Multiple-Multiple-Line: Hello\n Beautiful\n\t World" );
5 header( "Single-Line: Hello World" );