Lines Matching refs:objects
37 $objects = new ICalendar($tempFile);
40 while ($object = $objects->getNext()) {
61 $objects = new ICalendar($tempFile);
76 $objects = new ICalendar($tempFile);
79 while ($object = $objects->getNext()) {
82 $this->assertNull($object = $objects->getNext());
92 $objects = new ICalendar($tempFile);
123 $objects = new ICalendar($tempFile);
127 while ($object = $objects->getNext()) {
163 $objects = new ICalendar($tempFile);
166 while ($object = $objects->getNext()) {
257 $objects = new ICalendar($tempFile);
261 while ($object = $objects->getNext()) {
314 $objects = new ICalendar($tempFile);
317 while ($object = $objects->getNext()) {