切换到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;
}
}