magento 2 print php error

Solutions on MaxInterview for magento 2 print php error by the best coders in the world

showing results for - "magento 2 print php error"
Bently
09 Apr 2017
1error_reporting(E_ALL); # Set Error Reporting as E_ALL (Report all PHP errors)
2ini_set('display_errors', 1); # Un-commenting this line to enable PHP error display
3