syntax error, unexpected T_STATIC, expecting T_STRING or T_VARIABLE or '$' in /data/home/bxu2359270650/htdocs/system/helpers/parsedown_helper.php on line 1489
$instance = new static(); → $instance = new instance();
我不是php方向的 只是在学习。。
我改了这样才能不报错。不知道是我的问题哪里什么
syntax error, unexpected T_STATIC, expecting T_STRING or T_VARIABLE or '$' in /data/home/bxu2359270650/htdocs/system/helpers/parsedown_helper.php on line 1489
$instance = new static(); → $instance = new instance();
我不是php方向的 只是在学习。。
我改了这样才能不报错。不知道是我的问题哪里什么