// offset information
identifier = null;
break;
+ case 'p' :
+ // PHPdoc offset information
+ identifier = null;
+ break;
+ case 'l' :
+ // PHPdoc length information
+ identifier = null;
+ break;
case 'v' :
// variable inside a class
identifier = token.substring(1);