1--TEST--
2Just a sample test for issue 2972, does not actually test anything
3--FILE--
4<?php
5echo "Hello world\n";
6?>
7===DONE===
8--EXPECT--
9Hello world
10===DONE===
11