Test: /ext/standard/tests/dir/scandir_variation5.phpt - Version 5.4.0alpha3-dev    

There is 1 diff reported by users for this test.

Count Diff
2 (100%)
004+ array(2) {
005+ [0]=>
006+ string(1) "."
007+ [1]=>
008+ string(2) ".."
009+ }
004-
005- Warning: scandir(%s/scandir_variation5/sub_dir/child_dir): failed to open dir: %s in %s on line %d
007- Warning: scandir(): (errno %d): %s in %s on line %d
008- bool(false)
009-
011-
012- Warning: scandir(%s/scandir_variation5/sub_dir/child_dir): failed to open dir: %s in %s on line %d
013-
014- Warning: scandir(): (errno %d): %s in %s on line %d
015- bool(false)
012+ array(2) {
013+ [0]=>
014+ string(1) "."
015+ [1]=>
016+ string(2) ".."
017+ }