private $_specialWhiteList = [
<code> 'table' => 'table|tbody|thead|tfoot|tr|td|th'];运行时老是报错syntax error, unexpected '['该怎么解决啊?</code>
回复内容:
本文来源gao!%daima.com搞$代*!码$网3
搞代gaodaima码
private $_specialWhiteList = [
<code> 'table' => 'table|tbody|thead|tfoot|tr|td|th'];运行时老是报错syntax error, unexpected '['该怎么解决啊?</code>
php版本太低,导致语法不兼容。
解决方法一、升级PHP到5.4以上
解决方法二、把[]
换成 array()