Перепробовал все приемы что есть по ссылке
https://karashchuk.com/PHP/error_reporting-display_errors-display_startup_errors/
Пример ошибок которые хочу видеть:
PHP Notice: Trying to access array offset on value of type null in ...
Google не дает результатов.
php.ini
; ----------------------------
; Error reporting
; ----------------------------
display_errors = "1"
display_startup_errors = on
error_reporting = E_ALL
error_log = "e:/other/os/ospanel/userdata/logs/PHP_7.3-x64_error.log"
;html_errors = on
;ignore_repeated_errors = off
;ignore_repeated_source = off
log_errors = on
;log_errors_max_len = 1024
report_memleaks = off
report_zend_debug = off
;track_errors = off
;windows.show_crt_warning = off
;xmlrpc_errors = off
;xmlrpc_error_number = 0