Searched refs:CHILD_FIRST (Results 1 – 7 of 7) sorted by relevance
2 SPL: RecursiveIteratorIterator - Test where the case is RS_SELF and mode is CHILD_FIRST19 $recItIt = new MyRecursiveIteratorIterator($recArrIt, RecursiveIteratorIterator::CHILD_FIRST);
33 RecursiveIteratorIterator::CHILD_FIRST
26 …terator(__DIR__ . '/extract2', 0x00003000), RecursiveIteratorIterator::CHILD_FIRST) as $path => $f…
44 …Iterator($cache_dir, RecursiveDirectoryIterator::SKIP_DOTS), RecursiveIteratorIterator::CHILD_FIRST
61 \RecursiveIteratorIterator::CHILD_FIRST);
27 …yIterator(__DIR__ . '/extract', 0x00003000), RecursiveIteratorIterator::CHILD_FIRST) as $p => $b) {
70 public const CHILD_FIRST = UNKNOWN; define in RecursiveIteratorIterator
Completed in 43 milliseconds