Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix PHP fatal error when maximumNestingLevel was reached. #98

Closed

Conversation

tanakahisateru
Copy link
Contributor

When I created very deep block with Markdown syntax, I got a PHP error like as:

PHP Fatal error:  Call to undefined method cebe\markdown\tests\TestParser::rendert() in /.../Parser.php on line 202

t of ::rendert() is assumed as the first letter of 'text'. It comes from return ['text', $text];. But right block structure is [['text', $text]], I think. Is'nt so?

@tanakahisateru
Copy link
Contributor Author

@cebe cebe closed this in 738a655 Mar 6, 2015
@cebe
Copy link
Owner

cebe commented Mar 6, 2015

awesome, thanks!

@cebe cebe added this to the 1.0.2 milestone Mar 6, 2015
cebe pushed a commit that referenced this pull request Mar 6, 2015
@tanakahisateru tanakahisateru deleted the bugfix-max-nesting-level branch September 27, 2016 13:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants