duanjiu2701 2012-04-19 12:21
浏览 79
已采纳

奇怪的PHP错误:“解析错误:语法错误,意外的$ end”在windows下但不在linux下

I've developped a script under linux which works perfectly, the

php -l

command says there is no error and indeed it executes normally. But whenever I try to run it under WAMP I get a

Parse error: syntax error, unexpected $end

message pointing to the very end of the file! I search but I don't find any error, the PHP versions are the same in the two machines! Have you any idea on what can make a script run on a linux server and not on a windows one?

  • 写回答

3条回答 默认 最新

  • douwen3500 2012-04-19 20:38
    关注

    I found it! There was a <? inside the code to display html ^^ it must be <?php. I wonder why windows do not know a PHP file from the <? tag!

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论
查看更多回答(2条)

报告相同问题?

悬赏问题

  • ¥15 用matlab 设计一个不动点迭代法求解非线性方程组的代码
  • ¥15 牛顿斯科特系数表表示
  • ¥15 arduino 步进电机
  • ¥20 程序进入HardFault_Handler
  • ¥15 oracle集群安装出bug
  • ¥15 关于#python#的问题:自动化测试
  • ¥20 问题请教!vue项目关于Nginx配置nonce安全策略的问题
  • ¥15 教务系统账号被盗号如何追溯设备
  • ¥20 delta降尺度方法,未来数据怎么降尺度
  • ¥15 c# 使用NPOI快速将datatable数据导入excel中指定sheet,要求快速高效