1
0
mirror of https://github.com/php/php-src.git synced 2026-03-30 04:02:19 +02:00

The exact message differs on different systems

This commit is contained in:
Johannes Schlüter
2008-02-10 23:36:27 +00:00
parent e370d5bccc
commit 6595b0dc5e

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 ***
@@ -89,7 +89,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 ***