Fatal error: Namespace declaration statement has to be the very first statement or after any declare
学习php的命名空间,直接把手册的代码粘贴过来,却报错了:Fatal error: Namespace declaration statement has to be the very first s ...