How to disable the `E_DEPRECATED` error handling level for PHP ?

Locate the line:

Replace it with the following one:

error_reporting(E_ALL &~ E_DEPRECATED);