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.
我可以在日志中发现错误,例如:达到“100”的最大函数嵌套级别,正在中止!
该行是:
$keys = explode('.', $keys);
任何想法?
如果您使用的是 xdebug,请在 php.ini 中增加 xdebug.max_nesting_level 的值
http://xdebug.org/docs/all_settings#max_nesting_level