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_shutdownandset_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