解决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...