Description
if opline->op2_type == IS_UNUSED how to detect fetch type,example php code:
self::$selfProp = 5;
static::$lateBindingProp = 6;
parent::$parentStaticProp = 2;
No matter what I try, I can't recognize the type of these (self,parent,static), how can I recognize these flags?