共计 243 个字符,预计需要花费 1 分钟才能阅读完成。
解决 php7.2 后报错 Warning: Use of undefined constant PRE – assumed 问题
解决此种问题其实也不是很难,只是报了”Warning 正告“,咱们只须要敞开”PHP 谬误提醒“就好了。具体步骤以下:php
一、关上 php.inihtml
二、设置 error_reporting = E_ALL & ~E_DEPRECATED & ~E_STRICTpost
三、设置 display_errors = Offhtm
转载于:https://www.cnblogs.com/xbden…
正文完