首页 > 代码库 > PHP问题Parse error: syntax error, unexpected end of file in

PHP问题Parse error: syntax error, unexpected end of file in

检查一下你的php文件中是否存在这样的语法错误:
<<php
{
>
或者
<?
{
?>
以上两种写法都是有错误的,修改为下面的就可以了:
<?php
}
?>

 

PHP问题Parse error: syntax error, unexpected end of file in