📜  magento 2 打印 php 错误 - PHP 代码示例

📅  最后修改于: 2022-03-11 14:53:46.943000             🧑  作者: Mango

代码示例1
error_reporting(E_ALL); # Set Error Reporting as E_ALL (Report all PHP errors)
ini_set('display_errors', 1); # Un-commenting this line to enable PHP error display