Method Parser.HTML()->max_parse_depth()
- Method max_parse_depth
 intmax_parse_depth(void|intvalue)- Description
 Maximum recursion depth during parsing. Recursion occurs when a tag/container/entity/quote tag callback function returns a string to be reparsed. The default value is
10.