解析错误:语法错误,移至新服务器后发生意外

时间:2019-04-11 07:48:17

标签: php database server

我们搬到了新的服务器提供商,现在下面出现了这个问题:

  

解析错误:语法错误,/ 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;
    }

}

0 个答案:

没有答案
相关问题