PHP Parse Error: syntax error, unexpected $end 错误的解决办法

 2025-01-15  阅读 247  评论 8  点赞 163

摘要:这几天写php程序,感觉很多地方不如asp,asp.net,jsp顺手,比如session使用先得session_start();,文件跳转header用的也不方便.... 也许是不熟悉的php的一些特性吧,不过写多了,也就慢慢适应将就了..... 这里就整理一个代码编写调试问题,错误如下: parse error: syntax e
这几天写php程序,感觉很多地方不如asp,asp.net,jsp顺手,比如session使用先得session_start();,文件跳转header用的也不方便....

也许是不熟悉的php的一些特性吧,不过写多了,也就慢慢适应将就了.....

这里就整理一个代码编写调试问题,错误如下:

parse error: syntax error, unexpected $end in d:\xampp\htdocs\guestbook\guestbook.php on line 330

看看程序 330行,代码最后一行,这有什么错误?google搜,找到了:

in php 5, the following error may appears as an error entry in apache error log or simply displays on php web page, even if calling to php scripts with php_info() works perfectly and successfully returns information on php configurations:

parse error: syntax error, unexpected $end in ….. scripts.php on line …

the error may caused by a missing curly bracket in php script coding. beside, it may also caused by error in php coding in class definition, as in php, a class definition cannot be broke up and distributed into multiple files, or into multiple php blocks, unless the break is within a method declaration.

but more commonly, the error is often caused by the use of short open tags in php,

to use short open tags, it must be enabled in php.ini. search for short_open_tag in php.ini, and change the value to on. the line should look line:

short_open_tag = on

欺我英文不好啊?看看其它几条搜索,都没说到点子上,那就看看英文了,虽不能如数翻译,大致意思是瞧明白了:

错误发生是使用了短标签,可以在php.ini中设置short_open_tag = on

原来parse error 提示一般是 语法错误,使用了开放的标签,语句没有结束 也就是编程基本的一些错, 比如没注意 语句结束加 ";" 或者 if(){...} 后面忘了"}" ;<?php...?>忘了"?>"。仔细检查代码,果然是一处漏掉了"}",修改程序正常运行
标签:phpphp教程

评论列表:

  •   weihang233
     发布于 2天前回复该评论
  • 又学到了新知识!
显示更多评论

发表评论:

管理员

承接各种程序开发,外贸网站代运营,外贸网站建设等项目
  • 内容2460
  • 积分67666
  • 金币86666

Copyright © 2024 LS'Blog-保定PHP程序员老宋个人博客 Inc. 保留所有权利。 Powered by LS'blog 3.0.3

页面耗时0.0274秒, 内存占用1.94 MB, 访问数据库30次

冀ICP备19034377号