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

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

Count Diff
3 (75%)
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/readdir_basic.php on line 15
004+
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/readdir_basic.php on line 15
003- -- Call readdir() with $path argument --
004- resource(%d) of type (stream)
005- string(1) "."
006- string(2) ".."
007- string(9) "file1.tmp"
008- string(9) "file2.tmp"
009- string(9) "file3.tmp"
007+ Fatal error: Call to undefined function create_files() in %s/readdir_basic.php on line 19
011- -- Call readdir() without $path argument --
012- resource(%d) of type (stream)
013- string(1) "."
014- string(2) ".."
015- string(9) "file1.tmp"
016- string(9) "file2.tmp"
017- string(9) "file3.tmp"
018- ===DONE===
1 (25%)
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/readdir_basic.php on line 15
004+
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/readdir_basic.php on line 15
003- -- Call readdir() with $path argument --
004- resource(%d) of type (stream)
005- string(1) "."
006- string(2) ".."
007- string(9) "file1.tmp"
008- string(9) "file2.tmp"
009- string(9) "file3.tmp"
007+ Fatal error: Call to undefined function create_files() in %s/readdir_basic.php on line 19
011- -- Call readdir() without $path argument --
012- resource(%d) of type (stream)
013- string(1) "."
014- string(2) ".."
015- string(9) "file1.tmp"
016- string(9) "file2.tmp"
017- string(9) "file3.tmp"
018- ===DONE===