992cd4efb6
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.
36 linhas
848 B
Plaintext
36 linhas
848 B
Plaintext
Key as Pathname:
|
|
array(7) {
|
|
[0]=>
|
|
string(%d) "%s/hphp/test/slow/filesystem_iterator/../../sample_dir/."
|
|
[1]=>
|
|
string(%d) "%s/hphp/test/slow/filesystem_iterator/../../sample_dir/.."
|
|
[2]=>
|
|
string(%d) "%s/hphp/test/slow/filesystem_iterator/../../sample_dir/dir"
|
|
[3]=>
|
|
string(%d) "%s/hphp/test/slow/filesystem_iterator/../../sample_dir/empty"
|
|
[4]=>
|
|
string(%d) "%s/hphp/test/slow/filesystem_iterator/../../sample_dir/file"
|
|
[5]=>
|
|
string(%d) "%s/hphp/test/slow/filesystem_iterator/../../sample_dir/fix_mtimes.inc"
|
|
[6]=>
|
|
string(%d) "%s/hphp/test/slow/filesystem_iterator/../../sample_dir/symlink"
|
|
}
|
|
|
|
Key as Filename:
|
|
array(7) {
|
|
[0]=>
|
|
string(1) "."
|
|
[1]=>
|
|
string(2) ".."
|
|
[2]=>
|
|
string(3) "dir"
|
|
[3]=>
|
|
string(5) "empty"
|
|
[4]=>
|
|
string(4) "file"
|
|
[5]=>
|
|
string(14) "fix_mtimes.inc"
|
|
[6]=>
|
|
string(7) "symlink"
|
|
}
|