Test: /ext/standard/tests/file/readlink_realpath_error-win32.phpt - Version 7.4.13    

There is 1 diff reported by users for this test.

Count Diff
1 (100%)
001+ sh: /home/work/install/php-7.4.13/sapi/cli/php: Permission denied 001- *** Testing readlink(): error conditions *** 002- 003- Warning: readlink() expects exactly 1 parameter, 0 given in %s on line %d 004- NULL 005- 006- Warning: readlink() expects exactly 1 parameter, 2 given in %s on line %d 007- NULL 008- 009- *** Testing readlink() on a non-existent link *** 010- 011- Warning: readlink(): readlink failed to read the symbolic link (%s, error %d) in %s on line %d 012- bool(false) 013- 014- *** Testing readlink() on existing file *** 015- string(%d) "%s%eext%estandard%etests%efile%ereadlink_realpath_error-win32.php" 016- 017- *** Testing readlink() on existing directory *** 018- string(%d) "%s%eext%estandard%etests%efile" 019- *** Testing realpath(): error conditions *** 020- 021- Warning: realpath() expects exactly 1 parameter, 0 given in %s on line %d 022- NULL 023- 024- Warning: realpath() expects exactly 1 parameter, 2 given in %s on line %d 025- NULL 026- 027- *** Testing realpath() on a non-existent file *** 028- %s 029- Done