when have /*/ in string
Brought to you by:
xeno42
I have downloaded newest phpxref 0.7.
And I have found when I have code like this
$swatch_others = glob("$swatch_dir/*/$swatch_gif");
it looks mark all the code after that as comments~
I think it's bacause the /* in the string.
please take a look and make sure of it
thanks~