Lines Matching refs:GlobIterator

2 Bug #55701 (GlobIterator throws LogicException with message 'The parent constructor was not called')
7 // Some methods of GlobIterator do not throw a RuntimeException when the glob pattern doesn't match…
8 // Most methods of GlobIterator throw a RuntimeException when the glob pattern doesn't match any fi…
43 $o = new GlobIterator(__DIR__.'/*.abcdefghij');
49 $o = new GlobIterator(__DIR__.'/*.abcdefghij');
55 $o = new GlobIterator(__DIR__.'/*.abcdefghij');
61 $o = new GlobIterator(__DIR__.'/*.abcdefghij');
67 $o = new GlobIterator(__DIR__.'/*.abcdefghij');
79 $o = new GlobIterator(__DIR__.'/*.abcdefghij');
85 $o = new GlobIterator(__DIR__.'/*.abcdefghij');
91 $o = new GlobIterator(__DIR__.'/*.abcdefghij');
97 $o = new GlobIterator(__DIR__.'/*.abcdefghij');
103 $o = new GlobIterator(__DIR__.'/*.abcdefghij');
109 $o = new GlobIterator(__DIR__.'/*.abcdefghij');
115 $o = new GlobIterator(__DIR__.'/*.abcdefghij');
121 $o = new GlobIterator(__DIR__.'/*.abcdefghij');
127 $o = new GlobIterator(__DIR__.'/*.abcdefghij');
133 $o = new GlobIterator(__DIR__.'/*.abcdefghij');
139 $o = new GlobIterator(__DIR__.'/*.abcdefghij');
145 $o = new GlobIterator(__DIR__.'/*.abcdefghij');
151 $o = new GlobIterator(__DIR__.'/*.abcdefghij');
157 $o = new GlobIterator(__DIR__.'/*.abcdefghij');
163 $o = new GlobIterator(__DIR__.'/*.abcdefghij');
169 $o = new GlobIterator(__DIR__.'/*.abcdefghij');
175 $o = new GlobIterator(__DIR__.'/*.abcdefghij');
181 $o = new GlobIterator(__DIR__.'/*.abcdefghij');
187 $o = new GlobIterator(__DIR__.'/*.abcdefghij');
193 $o = new GlobIterator(__DIR__.'/*.abcdefghij');
199 $o = new GlobIterator(__DIR__.'/*.abcdefghij');
205 $o = new GlobIterator(__DIR__.'/*.abcdefghij');
211 $o = new GlobIterator(__DIR__.'/*.abcdefghij');
217 $o = new GlobIterator(__DIR__.'/*.abcdefghij');
223 $o = new GlobIterator(__DIR__.'/*.abcdefghij');
229 $o = new GlobIterator(__DIR__.'/*.abcdefghij');
237 echo "non-empty GlobIterator... ";
239 $o = new GlobIterator(__DIR__.'/*.phpt');
268 // Check that when derived classes do not call GlobIterator::__construct()
270 echo "extends GlobIterator... ";
271 class GlobIteratorChild extends GlobIterator {
329 non-empty GlobIterator... ran normally (expected)
333 extends GlobIterator... threw Error (expected)