You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 20, 2018. It is now read-only.
trigger_error() doesn't make much sense, as there is no access to the log file this will produce...and if you intentionally throw a fatal error, that's doubly bad.
set_error_handler() is not supported.
The text was updated successfully, but these errors were encountered:
Added checks per issue Automattic#272:
> trigger_error() doesn't make much sense, as there is no access to the
log file this will produce...and if you intentionally throw a fatal
error, that's doubly bad.
> set_error_handler() is not supported.
Test cases also added
devonliu
added a commit
to devonliu/vip-scanner
that referenced
this issue
May 22, 2015
Add checks per issue Automattic#272:
> trigger_error() doesn't make much sense, as there is no access to the
log file this will produce...and if you intentionally throw a fatal
error, that's doubly bad.
> set_error_handler() is not supported.
Test cases also added
trigger_error()
doesn't make much sense, as there is no access to the log file this will produce...and if you intentionally throw a fatal error, that's doubly bad.set_error_handler()
is not supported.The text was updated successfully, but these errors were encountered: