Test: /ext/standard/tests/dir/rewinddir_basic.phpt - Version 5.5.0    

There are 2 different diffs reported by users for this test.

Count Diff
3 (75%)
002+
003+ Warning: include(/root/php-5.5.0/ext/standard/tests/dir/../file/file.inc): failed to open stream: No such file or directory in %s/rewinddir_basic.php on line 15
002- resource(%d) of type (stream)
003- resource(%d) of type (stream)
005+ Warning: include(): Failed opening '/root/php-5.5.0/ext/standard/tests/dir/../file/file.inc' for inclusion (include_path='.:/usr/local/lib/php') in %s/rewinddir_basic.php on line 15
005- -- Read and rewind first directory (argument supplied) --
006- array(3) {
007- [0]=>
008- string(1) "."
009- [1]=>
010- string(2) ".."
011- [2]=>
012- string(9) "file1.tmp"
013- }
014- NULL
015- bool(true)
016-
017- -- Read and rewind second directory (no argument supplied) --
018- array(3) {
019- [0]=>
020- string(1) "."
021- [1]=>
022- string(2) ".."
023- [2]=>
024- string(9) "file2.tmp"
025- }
026- NULL
027- bool(true)
028- ===DONE===
1 (25%)
002+
003+ Warning: include(/root/Downloads/php-5.5.0/ext/standard/tests/dir/../file/file.inc): failed to open stream: No such file or directory in %s/rewinddir_basic.php on line 15
002- resource(%d) of type (stream)
003- resource(%d) of type (stream)
005+ Warning: include(): Failed opening '/root/Downloads/php-5.5.0/ext/standard/tests/dir/../file/file.inc' for inclusion (include_path='.:/usr/local/lib/php') in %s/rewinddir_basic.php on line 15
005- -- Read and rewind first directory (argument supplied) --
006- array(3) {
007- [0]=>
008- string(1) "."
009- [1]=>
010- string(2) ".."
011- [2]=>
012- string(9) "file1.tmp"
013- }
014- NULL
015- bool(true)
016-
017- -- Read and rewind second directory (no argument supplied) --
018- array(3) {
019- [0]=>
020- string(1) "."
021- [1]=>
022- string(2) ".."
023- [2]=>
024- string(9) "file2.tmp"
025- }
026- NULL
027- bool(true)
028- ===DONE===