tp5报错syntax error, unexpected '<', expecting '('

浏览:4060 发布日期:2018/01/03 分类:ThinkPHP5专区
昨天用着用着就出现了这个问题,感觉很莫名奇妙,之前都是好好的,请大神帮忙看看.

Parse error: syntax error, unexpected '<', expecting '(' in D:\phpStudy_2016\WWW\tp5\thinkphp\helper.php on line 414
[4] ErrorException in helper.php line 414
syntax error, unexpected '<', expecting '('
}
}
}

if (!function_exists('request')) {
/**
* 获取当前Request对象实例
* @return Request
*/
function <request></request>()
{
return Request::instance();
}
}

if (!function_exists('response')) {
/**
* 创建普通 Response 对象实例
* @param mixed $data 输出数据
Call Stack
in helper.php line 414
at Error::appShutdown()
最佳答案
评论( 相关
后面还有条评论,点击查看>>