How to disable PHP warning

7:50 am in PHP by admin

Just type starting of php script:

error_reporting(0);