1
0
mirror of https://github.com/php/php-src.git synced 2026-04-17 13:01:02 +02:00

MFH: The exact message differs on different systems

This commit is contained in:
Johannes Schlüter
2008-02-10 23:37:03 +00:00
parent a28b1f6d3a
commit 5054799bd2

View File

@@ -70,7 +70,7 @@ bool(true)
-- With symlink --
bool(true)
-- With hardlink --
Warning: link(): Operation not permitted in %s on line %d
Warning: link(): %s in %s on line %d
bool(false)
*** Testing is_dir() with file and links to a file ***