We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0d9411 commit b8195fbCopy full SHA for b8195fb
test/data/mock.php
@@ -115,7 +115,7 @@ protected function headers( $req ) {
115
header( 'Empty-Header: ' );
116
header( 'Sample-Header2: Hello World 2' );
117
header( 'List-Header: Item 1' );
118
- header( 'list-header: Item 2' );
+ header( 'list-header: Item 2', FALSE );
119
header( 'constructor: prototype collision (constructor)' );
120
121
foreach ( explode( '|' , $req->query[ 'keys' ] ) as $key ) {
0 commit comments