Skip to content

Commit 928fdbe

Browse files
committed
fix tests
1 parent 067340b commit 928fdbe

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

ext/standard/tests/general_functions/bug60227_2.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ echo 'foo';
1212
Warning: Header may not contain more than a single header, new line detected in %s on line %d
1313
foo
1414
--EXPECTHEADERS--
15-
Content-type: text/html; charset=UTF-8
15+
Content-type: text/html

ext/standard/tests/general_functions/bug60227_3.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ echo 'foo';
1111
Warning: Header may not contain NUL bytes in %s on line %d
1212
foo
1313
--EXPECTHEADERS--
14-
Content-type: text/html; charset=UTF-8
14+
Content-type: text/html

ext/standard/tests/general_functions/bug60227_4.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ echo 'foo';
1111
Warning: Header may not contain more than a single header, new line detected in %s on line %d
1212
foo
1313
--EXPECTHEADERS--
14-
Content-type: text/html; charset=UTF-8
14+
Content-type: text/html

0 commit comments

Comments
 (0)