Lines Matching refs:bindTo
100 echo "bindTo($objStr, $scopeStr):\n";
102 $ret = $c->bindTo($obj, $scope);
114 bindTo(null, null):
117 bindTo(new Cls, null):
120 bindTo(new Cls, Cls::class):
123 bindTo(null, Cls::class):
126 bindTo(null, stdClass::class):
129 bindTo(new stdClass, null):
135 bindTo(null, null):
138 bindTo(new Cls, null):
141 bindTo(new Cls, Cls::class):
144 bindTo(null, Cls::class):
147 bindTo(null, stdClass::class):
150 bindTo(new stdClass, null):
156 bindTo(null, Cls::class):
159 bindTo(new Cls, null):
162 bindTo(new Cls, Cls::class):
165 bindTo(null, null):
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):
189 bindTo(new Cls, null):
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):
210 bindTo(null, null):
213 bindTo(null, SplDoublyLinkedList::class):
216 bindTo(new SplDoublyLinkedList, null):
219 bindTo(new SplDoublyLinkedList, ClsUnrelated::class):
225 bindTo(null, null):
228 bindTo(new Cls, null):
231 bindTo(new Cls, Cls::class):
234 bindTo(null, Cls::class):
237 bindTo(null, stdClass::class):
240 bindTo(new stdClass, null):