5.0.0 - 致命 - 已关闭
	        if (static::exists($array, $key)) {
            return $array[$key];
        }
        if (strpos($key, '.') === false) {
            return $array[$key] ?? value($default);
        }[4] ErrorException in D:\phpStudy\WWW\think_querylist_reptile_work\vendor\tightenco\collect\src\Collect\Support\Arr.php line 293syntax error, unexpected '?'
双?? 语法在php7.0才有的。
本人thinkphp版本:5.1.15
文档给出php版本:PHP >= 5.6.0
本人php版本:5.6.27
