eclipse can not detect the wrong functions
Today, when I use php function "fputs" and I made a typo as "fput", and did not get an red cross for this wrongly usage, I thought I hit a bug in the eclipse php error detection plug-in. After searching for 30 mins, I found no people talking about this. And after a test, I found, seems misspelling standard functions in php is actually not an "error", though I thought it should be. I think that is because functions can be customized, like class. Thought seems it is simple, but I still think it is a good idea to add the typo error to the standards functions.
Comments
Post a Comment