Arquivos
hhvm/hphp/test/slow/filesystem_iterator/next.php.expect
T
Paul Tarjan 992cd4efb6 add FilesystemIterator
This was inserted as a class inbetween RecursiveArrayIterator and DirectoryIterator. Sadly our RecursiveArrayIterator implementaiton is crazy and calls into C++ which can't call back up to `parent::method()`. I'll fix RecursiveArrayIterator in another diff.
2013-05-30 17:32:59 -07:00

13 linhas
162 B
Plaintext

array(5) {
[0]=>
string(3) "dir"
[1]=>
string(5) "empty"
[2]=>
string(4) "file"
[3]=>
string(14) "fix_mtimes.inc"
[4]=>
string(7) "symlink"
}