Lines Matching refs:instance
20 echo 'Access public instance method of object';
24 echo 'Access public instance method of parent object through parent:: ';
69 echo 'Access public instance method of parent object through "parent::" ';
74 echo 'Access public instance method of self object through "self::" ';
79 echo 'Access public instance method of parent object through "self::" to parent method';
84 echo 'Access protected instance method of parent object through "self::" to parent method';
89 echo 'MagicCall __call instance method ';
103 Access public instance method of object OK
104 Access public instance method of parent object through parent:: OK
114 Access public instance method of parent object through "parent::" OK
115 Access public instance method of self object through "self::" OK
116 Access public instance method of parent object through "self::" to parent method OK
117 Access protected instance method of parent object through "self::" to parent method OK
118 MagicCall __call instance method __call,nonExistentMethod, OK