Last active
          December 15, 2015 02:19 
        
      - 
      
- 
        Save reactormade/5186704 to your computer and use it in GitHub Desktop. 
    Do not report E_ALL errors since 5.4.0 E_STRICT became part of E_ALL. http://php.net/manual/en/function.error-reporting.php
  
        
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | <?php | |
| error_reporting(E_ERROR | E_PARSE | E_NOTICE); | |
| ?> | 
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment