<?php function foo () { echo "bar\n"; } echo "inc\n";? >
<?php echo "foo\n"; include "test.inc"; foo(); echo "more bar\n";? >