1--TEST-- 2Nop statement before namespace 3--FILE-- 4<?php 5; 6namespace Foo; 7?> 8===DONE=== 9--EXPECT-- 10===DONE=== 11