1--TEST--
2Output start at eval()
3--FILE--
4<?php
5eval('echo "Foo\n";');
6header('Foo: Bar');
7?>
8--EXPECTF--
9Foo
10
11Warning: Cannot modify header information - headers already sent by (output started at %s(2) : eval()'d code:1) in %s on line %d
12