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 aafe90f + f22861c commit c322ee8Copy full SHA for c322ee8
engine.php
@@ -5,7 +5,7 @@
5
require_once "Runner.php";
6
7
// Suppress warnings
8
-error_reporting(E_ERROR | E_PARSE | E_NOTICE);
+error_reporting(E_ERROR | E_PARSE);
9
date_default_timezone_set('UTC');
10
ini_set('memory_limit', -1);
11
0 commit comments