php - Do not turn off error in my page -


i using

error_reporting(0); error_reporting(e_none); ini_set("display_errors", "off"); ini_set("display_errors", 0); 

but error still show on page

warning: xxxxxxxxxxx 

  1. there's no e_none in php.
  2. there's no display_error, display_errors

Comments