php Parse error: syntax error, unexpected end of file
程序员文章站
2022-05-26 15:32:38
...
使用xampp的wordpress时,按照新的主题时,发生如下错误:
Parse error: syntax error, unexpected end of file。。
然后我就根据提示,找到那个文件,然后错误中总是提示最后一行出错,我找到最后一行发现php最后没有正常结束,即
?>
or
?>
添加之后仍然报同样的错误,找了好久才找到问题所在即开启php短标签。
具体做法是,在php.ini文件中查找 short_open_tag
修改成short_open_tag=On,如果已经是On了就说明短标签已经开启了,无需再设置了
以上就介绍了php Parse error: syntax error, unexpected end of file,包括了方面的内容,希望对PHP教程有兴趣的朋友有所帮助。
推荐阅读
-
PHP错误Parse error: syntax error, unexpected end of file in test.php on line 12解决方法
-
PHP Parse Error: syntax error, unexpected $end 错误的解决办法
-
PHP syntax error, unexpected $end 错误的一种原因及解决
-
PHP异常Parse error: syntax error, unexpected T_VAR错误解决方法
-
Parse error: syntax error, unexpected T_PAAMAYIM_NEKUDOTAYIM, expecting 异常怎么解决
-
PHP解析错误 PHP Parse error: syntax error, unexpected '[' in
-
PHP syntax error, unexpected $end 错误的一种原因及解决
-
php报错syntax error, unexpected T_GOTO, expecting T_STRING,报错文件与行数指向以上代码,是什么原因
-
Parse Error: syntax error, unexpected $end 错误_PHP教程
-
PHP异常Parse error: syntax error, unexpected错误解决方法