Bug #60227 (header() cannot detect the multi-line header with CR), \r before \n
--INI--
expose_php=0
+default_charset=
--FILE--
<?php
header("X-foo: e\n foo");
Bug #60227 (header() cannot detect the multi-line header with CR), \0 before \n
--INI--
expose_php=0
+default_charset=
--FILE--
<?php
header("X-Foo6: e\0Set-Cookie: ID=\n123\n d");
Bug #60227 (header() cannot detect the multi-line header with CR), CRLF
--INI--
expose_php=0
+default_charset=
--FILE--
<?php
header("X-foo: e\r\nfoo");