我们搬到了新的服务器提供商,现在下面出现了这个问题:
解析错误:语法错误,/ home / xxxx / xxxx / xxx.php中出现意外的'[' 在第726行
726行中的代码如下
$resSearch = $this->getString($body, "Mobile: ", ["\n", "\t", " "], $startPos - 1);
if ($resSearch["resPos"] < 0) {
$resSearch = $this->getString($body, "Mobile:", "\r\n", $startPos - 1);
if ($resSearch["resPos"] < 0) {
return $result;
}
}