diff options
| author | Stanislav Malyshev <stas@php.net> | 2015-02-05 21:54:47 -0800 | 
|---|---|---|
| committer | Stanislav Malyshev <stas@php.net> | 2015-02-05 21:54:47 -0800 | 
| commit | 928fdbea0852b804c78fb7e28530c2d5162d44b5 (patch) | |
| tree | 368ee91ca000102204e28b2782d95a54952d405f | |
| parent | 067340bbc8b323094cd4f63595f87f47b24f470f (diff) | |
| download | php-git-928fdbea0852b804c78fb7e28530c2d5162d44b5.tar.gz | |
fix tests
| -rw-r--r-- | ext/standard/tests/general_functions/bug60227_2.phpt | 2 | ||||
| -rw-r--r-- | ext/standard/tests/general_functions/bug60227_3.phpt | 2 | ||||
| -rw-r--r-- | ext/standard/tests/general_functions/bug60227_4.phpt | 2 | 
3 files changed, 3 insertions, 3 deletions
| diff --git a/ext/standard/tests/general_functions/bug60227_2.phpt b/ext/standard/tests/general_functions/bug60227_2.phpt index 2cdde78a4a..9b377e931b 100644 --- a/ext/standard/tests/general_functions/bug60227_2.phpt +++ b/ext/standard/tests/general_functions/bug60227_2.phpt @@ -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 diff --git a/ext/standard/tests/general_functions/bug60227_3.phpt b/ext/standard/tests/general_functions/bug60227_3.phpt index 8246f17438..e97fdc266e 100644 --- a/ext/standard/tests/general_functions/bug60227_3.phpt +++ b/ext/standard/tests/general_functions/bug60227_3.phpt @@ -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 diff --git a/ext/standard/tests/general_functions/bug60227_4.phpt b/ext/standard/tests/general_functions/bug60227_4.phpt index 20dba1a265..f2f2845376 100644 --- a/ext/standard/tests/general_functions/bug60227_4.phpt +++ b/ext/standard/tests/general_functions/bug60227_4.phpt @@ -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 | 
