Lines Matching refs:method

8 echo 'Cannot access privateInstance method statically'."\n";
21 echo 'Cannot access privateInstance method statically with colon scheme'."\n";
33 echo 'Cannot access privateInstance method'."\n";
45 echo 'SubClass cannot access private instance method'."\n";
69 echo 'Cannot access private static method statically'."\n";
81 echo 'Cannot access private static method statically with colon scheme'."\n";
93 echo 'Non-existent method should fail'."\n";
130 echo 'Subclass cannot closure over parent private instance method'."\n";
143 echo 'Subclass cannot closure over parant private static method'."\n";
156 echo 'Function scope cannot closure over protected instance method'."\n";
168 echo 'Function scope cannot closure over private instance method'."\n";
180 echo 'Access private instance method of parent object through "self::" to parent method'."\n";
198 Cannot access privateInstance method statically
199 Cannot access privateInstance method statically with colon scheme
200 Cannot access privateInstance method
201 SubClass cannot access private instance method
203 Cannot access private static method statically
204 Cannot access private static method statically with colon scheme
205 Non-existent method should fail
208 Subclass cannot closure over parent private instance method
209 Subclass cannot closure over parant private static method
210 Function scope cannot closure over protected instance method
211 Function scope cannot closure over private instance method
212 Access private instance method of parent object through "self::" to parent method