解析错误:语法错误,PHP 7.2意外出现“ DB”(T_STRING)

时间:2018-12-04 17:08:08

标签: php-7.2

切换到php 7.2时出现问题 解析错误:语法错误,意外的'DB'(T_STRING),期望函数(T_FUNCTION)或/home/.....................php中的const(T_CONST)在第5行

抽象类SymsSet {

static private  DB::deprecated('mysql_pconnect');//$Selfins = null;

protected $templ = null;


static public function GetChimm() {
    self::$Selfins = new static();
    self::$Selfins->templ = get_called_class() . " " . "SymsSet";
    return self::$Selfins;
}

}

0 个答案:

没有答案