Created
February 11, 2011 17:22
-
-
Save simeonwillbanks/822704 to your computer and use it in GitHub Desktop.
#PHP php_notice_sanity_check.php #sag
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_ALL); | |
require_once('../src/Sag.php'); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
$ 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