mirror of
https://github.com/igorsimdyanov/php8.git
synced 2026-01-14 03:00:06 +00:00
6 lines
113 B
PHP
6 lines
113 B
PHP
<?php
|
|
error_reporting(E_ALL);
|
|
ini_set('error_log', 'log.txt');
|
|
ini_set('log_errors', true);
|
|
@filemtime('spoon');
|