Skip to content
Snippets Groups Projects
Commit bd775b2b authored by Jaime Pérez's avatar Jaime Pérez
Browse files

bugfix: Avoid masked errors in PHP 7.

ParseError errors in PHP 7 have a code of 0, which will always be masked. Avoid that by forcing error codes of 0 to be E_ERROR instead.
parent ca03e7eb
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment