今天測試php程序的時候,剛開始一切都正常的,可是突然出現下面的錯誤
Fatal error: Namespace declaration statement has to be the very first statement or after any declare call in the script in xxxxxxxxx on line 6
其中xxxxxxxxx代表文件路徑
發現問題:
<?php 開始前面不能有空行或者其他語句
解決辦法:
把<?php移動到最頂部去,成功解決
到此為止。
發布者:彬彬筆記,轉載請註明出處:https://www.binbinbiji.com/zh-hant/php/2849.html