简体   繁体   中英

explode() and maximum function nesting level

I can found in logs errors like:, Maximum function nesting level of '100' reached, aborting!

The line is:

$keys = explode('.', $keys);

Any idea?

If you are using xdebug, increase the value of xdebug.max_nesting_level in your php.ini

http://xdebug.org/docs/all_settings#max_nesting_level

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM