/PHP-5.3/ext/standard/tests/file/ |
H A D | symlink_link_linkinfo_is_link_variation3.phpt | 26 Update the file through soft link 27 Check size of file and soft link link 38 // create soft link to file 43 $link_size = $link_stat[7]; // size of soft link 53 echo "\n-- Check size of soft link and file --\n"; 75 echo "\n-- Check size of soft link and file --\n"; 97 echo "\n-- Check size of soft link and file --\n"; 123 -- Check size of soft link and file -- 129 -- Updating file with data through soft link -- 132 -- Check size of soft link and file -- [all …]
|
H A D | unlink_variation10.phpt | 48 test_link($workDir.'/'.$tmpDir, $dirToLinkTo, $dirToUnlink, true); //soft link 60 $msg = "soft link"; 86 -- unlinking soft link unlinkVar8.tmp/subDir.tmp -- 88 -- unlinking soft link ./unlinkVar8.tmp/subDir.tmp -- 90 -- unlinking soft link unlinkVar8.tmp/../unlinkVar8.tmp/subDir.tmp -- 92 -- unlinking soft link /%s/unlinkVar8.tmp/subDir.tmp -- 94 -- unlinking soft link /%s/./unlinkVar8.tmp/subDir.tmp -- 96 -- unlinking soft link /%s/unlinkVar8.tmp/../unlinkVar8.tmp/subDir.tmp -- 98 -- unlinking soft link unlinkVar8.tmp//subDir.tmp -- 100 -- unlinking soft link /%s//unlinkVar8.tmp//subDir.tmp --
|
H A D | unlink_variation3.phpt | 15 /* Delete link files - soft and hard links */ 21 echo "*** Testing unlink() on soft and hard links ***\n"; 28 echo "-- Testing unlink() on soft link --\n"; 29 // create soft link 31 // unlink soft link 49 *** Testing unlink() on soft and hard links *** 50 -- Testing unlink() on soft link --
|
H A D | symlink_link_linkinfo_is_link_variation1.phpt | 45 /* Testing on soft links */ 46 echo "\n-- Working with soft links --\n"; 47 // creating soft link 51 // check if link is soft link 75 /* Testing on soft links */ 76 echo "\n-- Working with soft links --\n"; 77 // creating soft link 81 // check if link is soft link 94 // check if link is soft link; expected: false as this is a hardlink 115 -- Working with soft links -- [all …]
|
H A D | readfile_variation2.phpt | 16 Create soft/hard link to it 37 /* Checking readfile() operation on soft link */ 38 echo "*** Testing readfile() on soft link ***\n"; 40 // create soft link to $filename 42 // readfile() on soft link 68 *** Testing readfile() on soft link ***
|
H A D | symlink_link_linkinfo_is_link_basic1.phpt | 30 /* Creating soft/hard link to $filename created in temp directory $dirname 40 // name of the soft link created to $filename 53 /* create soft/hard link to the file 57 echo "-- Testing on soft links --\n"; 58 // create soft link 62 // checking if given file is soft link 73 // checking if given link is soft link; expected: false 96 -- Testing on soft links -- 106 -- Testing on soft links --
|
H A D | fopen_variation19.phpt | 20 $sortFilename = __FILE__.'.soft'; 40 echo "soft link:"; 48 echo "soft link:"; 56 echo "soft link:"; 99 soft link:Hello World 103 soft link:Hello World again! 107 soft link:Goodbye World
|
H A D | unlink_variation8.phpt | 87 $msg = "soft link"; 115 -- unlinking soft link unlinkVar8.tmp/file.tmp -- 121 -- unlinking soft link ./unlinkVar8.tmp/file.tmp -- 143 -- unlinking soft link BADDIR/file.tmp -- 151 -- unlinking soft link /%s/unlinkVar8.tmp/file.tmp -- 157 -- unlinking soft link /%s/./unlinkVar8.tmp/file.tmp -- 170 -- unlinking soft link /%s/BADDIR/file.tmp -- 179 -- unlinking soft link unlinkVar8.tmp/file.tmp/ -- 188 -- unlinking soft link /%s/unlinkVar8.tmp/file.tmp/ -- 196 -- unlinking soft link unlinkVar8.tmp//file.tmp -- [all …]
|
H A D | symlink_link_linkinfo_is_link_basic2.phpt | 28 /* Creating soft/hard link to the temporary dir $dirname and checking 36 // name of the soft link created to $dirname 42 // testing on soft link 43 echo "\n-- Testing on soft links --\n"; 44 // creating soft link to $dirname 46 // gets information about soft link created to directory; expected: true 48 // checks if link created is soft link; expected: true 77 -- Testing on soft links --
|
H A D | symlink_link_linkinfo_is_link_variation7.phpt | 24 /* Variation 7 : Create soft/hard link to itself */ 40 echo "*** Create soft link to file and then to itself ***\n"; 41 // create soft link to $filename 48 echo "\n*** Create soft link to directory and then to itself ***\n"; 49 // create soft link to $dirname 77 *** Create soft link to file and then to itself *** 83 *** Create soft link to directory and then to itself ***
|
H A D | symlink_link_linkinfo_is_link_variation9.phpt | 24 /* Variation 9 : Check lstat of soft/hard link created 32 // soft link name used 41 echo "*** Checking lstat() on soft link ***\n"; 42 // create soft link 73 echo "\n*** Checking lstat() on a soft link to directory ***\n"; 74 // create soft link 101 *** Checking lstat() on soft link *** 115 *** Checking lstat() on a soft link to directory ***
|
H A D | rename_variation2.phpt | 18 /* Testing rename() on soft and hard links with different permissions */ 19 echo "\n*** Testing rename() on soft links ***\n"; 25 // create the soft links to the file 56 *** Testing rename() on soft links ***
|
H A D | symlink_link_linkinfo_is_link_variation8.phpt | 24 /* Variation 8 : Create soft/hard link to different directory */ 49 echo "\n*** Create soft link in different directory with same filename ***\n"; 78 *** Create soft link in different directory with same filename ***
|
H A D | fileinode_variation.phpt | 40 echo "-- Testing with links: soft link --\n"; 41 symlink( $file2, $link2); // Creating a soft link 97 -- Testing with links: soft link --
|
H A D | is_dir_variation2.phpt | 15 /* Testing is_dir() with dir, soft & hard link to dir, 16 and with file, soft & hard link to file */
|
H A D | symlink_link_linkinfo_is_link_variation6.phpt | 53 echo "\n-- Working with soft links --\n"; 90 -- Working with soft links --
|
H A D | filegroup_variation1.phpt | 16 /* Creating soft and hard links to a file and applying filegroup() on links */
|
H A D | fileinode_variation1.phpt | 17 /* Creating soft and hard links to a file and applying fileinode() on links */
|
H A D | fileperms_variation1.phpt | 16 /* Creating soft and hard links to a file and applying fileperms() on links */
|
H A D | is_file_variation2.phpt | 15 /* Creating soft and hard links to a file and applying is_file() on links */
|
H A D | fileowner_variation1.phpt | 17 /* Creating soft and hard links to a file and applying fileowner() on links */
|
H A D | file.inc | 314 $link_type = "soft", 340 "soft" = soft link 353 $link_type = "soft", 367 case "soft" : // create a soft link 417 // this is not applicable to soft links
|
H A D | symlink_link_linkinfo_is_link_error1.phpt | 35 // linkname used to create soft/hard link
|
H A D | symlink_link_linkinfo_is_link_error2.phpt | 32 // linkname used to create soft/hard link
|
/PHP-5.3/ext/posix/ |
H A D | posix.c | 1233 char soft[80]; in posix_addlimit() local 1236 snprintf(soft, 80, "soft %s", name); in posix_addlimit() 1245 add_assoc_stringl(return_value, soft, UNLIMITED_STRING, sizeof(UNLIMITED_STRING)-1, 1); in posix_addlimit() 1247 add_assoc_long(return_value, soft, rl.rlim_cur); in posix_addlimit()
|