Maybe we can avoid `constref` node and use `identifier` everywhere. Looks babylon do this, also it is more generic. It is remove unnecessary ast node. Maybe related to https://github.com/glayzzle/php-parser/issues/183. I think better for `self`, `parent` and `static` use `identifier`. Also related https://github.com/glayzzle/php-parser/issues/113.