SOF3 / pharynx

A tool to recompile PHP sources into a phar in PSR-0
Apache License 2.0
17 stars 4 forks source link

Limited information on syntax error #9

Closed Amzy7 closed 1 year ago

Amzy7 commented 1 year ago

Once an error occurs I only receive limited information on the syntax error. For example: "Parse error: syntax error, unexpected token "{" in on line 62". Normally, you would get the pathing, file name, line number, the error, and a stack trace. However, in my case, I would only get a Line number, an error and that's it. There's no pathing to the file which makes it extremely difficult to solve the issue as you don't even know where the issue resigns.

SOF3 commented 1 year ago

duplicates #7, sorry forgot about it