PHP错误Parse error: syntax error, unexpected end of file in test.php on line 12解决方法

Posted loanhicks

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了PHP错误Parse error: syntax error, unexpected end of file in test.php on line 12解决方法相关的知识,希望对你有一定的参考价值。

今天在写php程序的时候总是出现这样的错误:Parse error: syntax error, unexpected end of file in *.php on line *,然后我就根据提示,找到那个文件,然后错误中总是提示最后一行出错,我找到最后一行发现是</html>,晕的,这能有什么错误,找了好久才找到问题所在,拿来分享。

出现这个错误的原因就是语法错误,肯定是PHP程序的书写不规范造成,我后来一条一条看才发现,原来是PHP语句标识符错了,正常情况下应该是这样的:<?php 你的PHP语句?>,我写成了这样:<? 你的PHP语句?>,当然写成这样也不错,只是我没有在php.ini中开启短标签,所以就造成了这个错误,另外要注意,<?php后面有一个空格,如果不写也会出现这个错误,虽然这个错误是不经意间,但有时还是很难找出来,大家注意下吧。

以上是关于PHP错误Parse error: syntax error, unexpected end of file in test.php on line 12解决方法的主要内容,如果未能解决你的问题,请参考以下文章

PHP提示:Parse error: syntax error, unexpected T_ECHO 解决方案

求教php运行时出错:Parse error: syntax error, unexpected T_STRING, expecting T_FUNCTION 。。。

包括,得到“PHP Parse error: syntax error, unexpected 'private' (T_PRIVATE)”

帝国备份王出现 Parse error: syntax error, unexpected end of file解决办法

wordpress Parse error: syntax error, unexpected '')

php报错 Parse error: syntax error, unexpected $end, expecting T_CASE or T_DEFAULT or ''