Lines Matching refs:o
20 $o = new IteratorIteratorTest;
21 $o->rewind();
30 $o = new FilterIteratorTest;
31 $o->rewind();
40 $o = new RecursiveFilterIteratorTest;
41 $o->hasChildren();
49 $o = new ParentIteratorTest;
50 $o->accept();
58 $o = new LimitIteratorTest;
59 $o->rewind();
67 $o = new CachingIteratorTest;
68 $o->rewind();
76 $o = new RecursiveCachingIteratorTest;
77 $o->rewind();
85 $o = new NoRewindIteratorTest;
86 $o->valid();
94 $o = new RegexIteratorTest;
95 $o->rewind();
103 $o = new RecursiveRegexIteratorTest;
104 $o->hasChildren();
112 $o = new GlobIteratorTest;
113 $o->count();
121 $o = new SplFileObjectTest;
122 $o->rewind();
130 $o = new SplTempFileObjectTest;
131 $o->rewind();
139 $o = new AppendIteratorTest;
140 foreach ($o as $a) {
150 $o = new InfiniteIteratorTest;
151 foreach ($o as $a) {