Lines Matching refs:objects
26 $objects = new VCard($tempFile);
29 while($objects->getNext()) {
111 $objects = new VCard($tempFile);
112 $object=$objects->getNext();
114 $this->assertNull($objects->getNext());
129 $objects = new VCard($tempFile);
130 while($objects->getNext()) { }
145 $objects = new VCard($tempFile);
148 while($objects->getNext()) {
169 $objects = new VCard($tempFile);
172 while ($objects->getNext()) {
185 $objects = new VCard($tempFile);
188 while($objects->getNext()) {