mirror of
https://github.com/php/php-src.git
synced 2025-08-18 15:08:55 +02:00
fix tests
This commit is contained in:
parent
6632684e03
commit
38e15d89d7
3 changed files with 3 additions and 3 deletions
|
@ -12,4 +12,4 @@ echo 'foo';
|
|||
Warning: Header may not contain more than a single header, new line detected in %s on line %d
|
||||
foo
|
||||
--EXPECTHEADERS--
|
||||
Content-type: text/html; charset=UTF-8
|
||||
Content-type: text/html
|
||||
|
|
|
@ -11,4 +11,4 @@ echo 'foo';
|
|||
Warning: Header may not contain NUL bytes in %s on line %d
|
||||
foo
|
||||
--EXPECTHEADERS--
|
||||
Content-type: text/html; charset=UTF-8
|
||||
Content-type: text/html
|
||||
|
|
|
@ -11,4 +11,4 @@ echo 'foo';
|
|||
Warning: Header may not contain more than a single header, new line detected in %s on line %d
|
||||
foo
|
||||
--EXPECTHEADERS--
|
||||
Content-type: text/html; charset=UTF-8
|
||||
Content-type: text/html
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue