Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
と を一緒に使用してみregister_shutdownましset_error_handlerたが、うまくいきませんでした。この問題の別の解決策を知っている人はいますか?
register_shutdown
set_error_handler
ここにドキュメントのスニペットがあります
次のエラー タイプは、ユーザー定義関数では処理できません: E_ERROR、E_PARSE、E_CORE_ERROR、E_CORE_WARNING、E_COMPILE_ERROR、E_COMPILE_WARNING、および set_error_handler() が呼び出されるファイルで発生するほとんどの E_STRICT。
E_PARSE実行をすぐに停止するため、他の関数を呼び出す方法はありません
E_PARSE