ini_set('display_errors' 'on') error_reporting(e_all)
By Hilda Bosco at Oct 22 2020
ini_set( 'display_errors', 1 ); error_reporting( E_ALL );
By Zachary Grant at Feb 25 2021