码迷,mamicode.com
首页 > Web开发 > 详细

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

时间:2014-10-24 20:20:52      阅读:144      评论:0      收藏:0      [点我收藏+]

标签:style   ar   sp   文件   on   问题   bs   line   size   

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

 

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

标签:style   ar   sp   文件   on   问题   bs   line   size   

原文地址:http://www.cnblogs.com/dekevin/p/4048929.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!