Everything works fine and I do receive information about the found syntax error. But now I want to use the variables option to make the line clickable with the found error line.
The returned result is something like this:
Errors parsing class_modules.php
PHP Parse error: syntax error, unexpected '$myfunc' (T_VARIABLE) in class_modules.php on line 75
Process completed with exit code: 4294967295
How to setup the variables to get the line number so it's clickable?
Something like this:?
* line %L
Thanks for the help.
