Test: /ext/standard/tests/file/readlink_realpath_variation2.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() and realpath() : usage variations *** 002- 003- *** Testing readlink() and realpath() with linkname stored in an array *** 004- 005- -- Testing readlink() and realpath() with softlink, linkname stored inside an array -- 006- bool(true) 007- string(%d) "%s/readlink_realpath_variation2/home/tests/link/readlink_realpath_variation2.tmp" 008- string(%d) "%s/readlink_realpath_variation2/home/tests/link/readlink_realpath_variation2.tmp" 009- 010- Warning: symlink(): No such file or directory in %s on line %d 011- bool(false) 012- 013- Warning: readlink(): No such file or directory in %s on line %d 014- bool(false) 015- bool(false) 016- 017- Warning: unlink(%s/./readlink_realpath_variation2/home/../home//tests//..//..//..//home//readlink_realpath_variation2_link.tmp/): No such file or directory in %s on line %d 018- 019- -- Testing readlink() and realpath() with hardlink, linkname stored inside an array -- 020- bool(true) 021- 022- Warning: readlink(): Invalid argument in %s on line %d 023- bool(false) 024- string(%d) "%s/readlink_realpath_variation2/home/tests/link/readlink_realpath_variation2_link.tmp" 025- 026- Warning: link(): No such file or directory in %s on line %d 027- bool(false) 028- 029- Warning: readlink(): No such file or directory in %s on line %d 030- bool(false) 031- bool(false) 032- 033- Warning: unlink(%s/./readlink_realpath_variation2/home/../home//tests//..//..//..//home//readlink_realpath_variation2_link.tmp/): No such file or directory in %s on line %d 034- Done