分析错误:语法错误,意外';}';,第137行应为T_STRING client.php

分析错误:语法错误,意外';}';,第137行应为T_STRING client.php,php,parse-error,Php,Parse Error,这是代码,我找不到任何未闭合的单引号或双引号-但执行时返回 分析错误:语法错误,意外“}”,应为T_字符串 第137行的client.php : 第136行的代码中有一个反斜杠: throw new Exception("Local file '" . $file . "' does not exist");\ ^ 第136行代码中有一个反斜杠: throw new

这是代码,我找不到任何未闭合的单引号或双引号-但执行时返回

分析错误:语法错误,意外“}”,应为T_字符串 第137行的client.php

:


第136行的代码中有一个反斜杠:

throw new Exception("Local file '" . $file . "' does not exist");\
                                                                 ^

第136行代码中有一个反斜杠:

throw new Exception("Local file '" . $file . "' does not exist");\
                                                                 ^

这里,你有一个不必要的反斜杠

throw new Exception("Local file '" . $file . "' does not exist");\

注意:请使用IDE来检测这些小错误。

这里,您有一个不必要的反斜杠

throw new Exception("Local file '" . $file . "' does not exist");\

注意:请使用IDE来检测这些琐碎的错误。

这一行的末尾是否有反斜杠

Exception("Local file '" . $file . "' does not exist");\

这一行的末尾有反斜杠吗

Exception("Local file '" . $file . "' does not exist");\

别再这样了…请原谅我,但别这样。PHP准确地告诉你问题出在哪里。人。至少不是第13700000000行…@Jason不准确地告诉你问题出在哪里,是第136行。别再这样了…原谅我,但别这样。PHP准确地告诉你问题出在哪里。人。至少不是第13700000000行…@Jason不准确地告诉你问题出在哪里,是第136行。嘿嘿,是的!我不敢相信我错过了这个!对我不敢相信我错过了这个!对的我错过了这个!对的我错过了这个!