Basic implementation a PhpTokenizer which doesn't make difference between comment instruction and comment inside string. For example :
1) /* this is a valid comment instruction */
2) String s = "/* this is not a valid comment instruction */"
Analyzer could be improve to detect this case
Basic implementation a PhpTokenizer which doesn't make difference between comment instruction and comment inside string. For example :
1) /* this is a valid comment instruction */
2) String s = "/* this is not a valid comment instruction */"
Analyzer could be improve to detect this case