error_reporting

Supported Versions: PHP 4, PHP 5, PHP 7, PHP 8
Sets which PHP errors are reported
<?php error_reporting(?int $error_level = null): int
<?php <?php



ini_set('display_errors', 1);

error_reporting(E_ALL);

$start_time = microtime(true);

require '../vendor/autoload.php';

require '../src/PHPLater.php';