Unexpected character in input: '\' (ASCII=92) state=1

前端 未结 7 1810
长情又很酷
长情又很酷 2020-11-27 20:59

My client says he is getting this error using my script:

Warning: Unexpected character in input: \'\\\' (ASCII=92) state=1 in /path/to//header.php  on line 3         


        
7条回答
  •  栀梦
    栀梦 (楼主)
    2020-11-27 21:35

    Now, I told him he has to have PHP >= 5.3.0 and he says his PHP version is 5.3.24

    What could be the problem?

    His PHP version is actually < 5.3.0, whether he knows that or not.

    See the error occurring on many PHP versions.

提交回复
热议问题