mirror of
https://github.com/igorsimdyanov/php8.git
synced 2025-08-06 11:10:42 +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');
|