We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 46ddc1d + 7147e95 commit 75bb5adCopy full SHA for 75bb5ad
examples/common.php
@@ -4,7 +4,7 @@
4
die('Must run from command line');
5
}
6
7
-error_reporting(E_ALL | E_STRICT);
+error_reporting(E_ALL);
8
ini_set('display_errors', 1);
9
ini_set('log_errors', 0);
10
ini_set('html_errors', 0);
0 commit comments