PHP5.4
php.ini:
log_errors = On
error_log = /tmp/log.txt
error_reporting=E_ALL
and now that code as:
<?php
@asdfasdfxxxasdfas();
?>
the error can't logged in /tmp/log.txt
PHP5.4
php.ini:
log_errors = On
error_log = /tmp/log.txt
error_reporting=E_ALL
and now that code as:
<?php
@asdfasdfxxxasdfas();
?>
the error can't logged in /tmp/log.txt
Copyright © 2021 Jogjafile Inc.
Because you are used
Error Control Operators
, from PHP Manual: