Site icon 时鹏亮的Blog

Uncaught ErrorException: var_export does not handle circular references 解决方案

请知悉:本文最近一次更新为 2年 前,文中内容可能已经过时。

写代码的时候,捕获错误并打印错误时,使用了var_export,结果在特别的报错时,会出现致命报错:“Uncaught ErrorException: var_export does not handle circular references”。

这种报错如何解决呢?

随手一搜,不再使用var_export即可,改为:

print_r($data, true)

参考资料

php var_export 对循环引用的问题(Uncaught ErrorException: var_export does not handle circular references)


如您从本文得到了有价值的信息或帮助,请考虑扫描文末二维码捐赠和鼓励。

尊重他人劳动成果。转载请务必附上原文链接,我将感激不尽。


与《Uncaught ErrorException: var_export does not handle circular references 解决方案》相关的博文:

Exit mobile version