--TEST-- Test symlink(), linkinfo(), link() and is_link() functions : usage variations - try link with same name in diff. dir --SKIPIF-- --FILE-- --EXPECTF-- *** Create hard link in different directory with same filename *** Warning: link(): File exists in %s on line %d bool(false) bool(true) *** Create soft link in different directory with same filename *** Warning: symlink(): File exists in %s on line %d bool(false) bool(true) Done