(PHP 7)
ParseError 当解析 PHP 代码时发生错误时抛出,比如当 eval()被调用出错时。
Note: 从 PHP 7.3.0 开始,ParseError 继承自 CompileError。之前的版本,则继承自 Error。