Skip to content

Instantly share code, notes, and snippets.

@simeonwillbanks
Created February 11, 2011 17:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save simeonwillbanks/822704 to your computer and use it in GitHub Desktop.
Save simeonwillbanks/822704 to your computer and use it in GitHub Desktop.
#PHP php_notice_sanity_check.php #sag
<?php
error_reporting(E_ALL);
require_once('../src/Sag.php');
@simeonwillbanks
Copy link
Author

$ php php_notice_sanity_check.php

PHP Notice: With the current error_reporting value, Sag will generate PHP Notices. in /sag/src/SagConfigurationCheck.php on line 37

Notice: With the current error_reporting value, Sag will generate PHP Notices. in /private/sag/src/SagConfigurationCheck.php on line 37

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment