I just finished a small 5000-line PHP application and am now going to test and debug it. In the short time to the end, I came across PHPLint. I really liked the idea - with some special comments I can indicate the types of variables, and the tool then checks my code for all kinds of errors. Well maintained. I thought that at the end of development I would comment on my code and run PHPLint.
Unfortunately, I had a small problem - PHPLint is not matched to Windows. Well, it is, but only with Cygwin, and I do not want to install this thing again. I also do not want to get a Linux virtual machine or anything like that. Of course, I will, if there is no other choice, but first I would like to explore other options.
So - are there any alternatives for PHPLint that run under Windows? I mean code verification. I do not need the documentation creation part.
Vilx- source share