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:
@@ -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 ***
|
||||
|
||||
Reference in New Issue
Block a user