Lines Matching refs:class

10 class Cls {
15 class ClsChild extends Cls {}
17 class ClsUnrelated {}
59 [new DLL, DLL::class],
60 [new SplStack, DLL::class],
61 [new ClsUnrelated, DLL::class],
63 [null, DLL::class],
65 [new DLL, ClsUnrelated::class],
99 $scopeStr = $scope ? "$scope::class" : "null";
120 bindTo(new Cls, Cls::class):
123 bindTo(null, Cls::class):
126 bindTo(null, stdClass::class):
127 Cannot bind closure to scope of internal class stdClass
141 bindTo(new Cls, Cls::class):
144 bindTo(null, Cls::class):
147 bindTo(null, stdClass::class):
148 Cannot bind closure to scope of internal class stdClass
156 bindTo(null, Cls::class):
162 bindTo(new Cls, Cls::class):
168 bindTo(null, ClsChild::class):
171 bindTo(null, ClsUnrelated::class):
177 bindTo(null, Cls::class):
180 bindTo(new Cls, Cls::class):
183 bindTo(new ClsChild, Cls::class):
186 bindTo(new ClsUnrelated, Cls::class):
187 Cannot bind method Cls::method() to object of class ClsUnrelated
192 bindTo(new Cls, ClsUnrelated::class):
195 bindTo(new Cls, ClsChild::class):
201 bindTo(new SplDoublyLinkedList, SplDoublyLinkedList::class):
204 bindTo(new SplStack, SplDoublyLinkedList::class):
207 bindTo(new ClsUnrelated, SplDoublyLinkedList::class):
208 Cannot bind method SplDoublyLinkedList::count() to object of class ClsUnrelated
213 bindTo(null, SplDoublyLinkedList::class):
219 bindTo(new SplDoublyLinkedList, ClsUnrelated::class):
231 bindTo(new Cls, Cls::class):
234 bindTo(null, Cls::class):
237 bindTo(null, stdClass::class):
238 Cannot bind closure to scope of internal class stdClass