PHP syntax checking
Posted: Thu Apr 07, 2011 6:20 pm
Hello!
I use extensively XML Editor for editing php files on a web server.
The fact that you can access directly remote files is very interesting for a language which is interpreted on the server side (I have no php interpretor on my PC, and any way I need to make sure that it works actually on THAT server).
However every time I'm making changes in a program, I need several transfers to the server until the syntax is correct.
Question: I wonder why there is no "php syntax checking" tool that would allow to reduce the number of uploads to the server before the syntax is correct.
Or maybe there is already such a tool but I've been unable to find it???
I use extensively XML Editor for editing php files on a web server.
The fact that you can access directly remote files is very interesting for a language which is interpreted on the server side (I have no php interpretor on my PC, and any way I need to make sure that it works actually on THAT server).
However every time I'm making changes in a program, I need several transfers to the server until the syntax is correct.
Question: I wonder why there is no "php syntax checking" tool that would allow to reduce the number of uploads to the server before the syntax is correct.
Or maybe there is already such a tool but I've been unable to find it???