/PHP-8.3/ext/standard/tests/file/ |
H A D | symlink_link_linkinfo_is_link_variation3.phpt | 12 /* Variation 3 : Create file and a soft link to the file 14 Update the file through soft link 15 Check size of file and soft link link 26 // create soft link to file 31 $link_size = $link_stat[7]; // size of soft link 41 echo "\n-- Check size of soft link and file --\n"; 63 echo "\n-- Check size of soft link and file --\n"; 111 -- Check size of soft link and file -- 117 -- Updating file with data through soft link -- 120 -- Check size of soft link and file -- [all …]
|
H A D | unlink_variation10.phpt | 42 test_link($workDir.'/'.$tmpDir, $dirToLinkTo, $dirToUnlink, true); //soft link 54 $msg = "soft link"; 79 -- unlinking soft link unlinkVar10.tmp/subDir.tmp -- 81 -- unlinking soft link ./unlinkVar10.tmp/subDir.tmp -- 83 -- unlinking soft link unlinkVar10.tmp/../unlinkVar10.tmp/subDir.tmp -- 85 -- unlinking soft link /%s/unlinkVar10.tmp/subDir.tmp -- 87 -- unlinking soft link /%s/./unlinkVar10.tmp/subDir.tmp -- 89 -- unlinking soft link /%s/unlinkVar10.tmp/../unlinkVar10.tmp/subDir.tmp -- 91 -- unlinking soft link unlinkVar10.tmp//subDir.tmp -- 93 -- unlinking soft link /%s//unlinkVar10.tmp//subDir.tmp --
|
H A D | unlink_variation3.phpt | 12 /* Delete link files - soft and hard links */ 18 echo "*** Testing unlink() on soft and hard links ***\n"; 25 echo "-- Testing unlink() on soft link --\n"; 26 // create soft link 28 // unlink soft link 46 *** Testing unlink() on soft and hard links *** 47 -- Testing unlink() on soft link --
|
H A D | symlink_link_linkinfo_is_link_variation1.phpt | 33 /* Testing on soft links */ 34 echo "\n-- Working with soft links --\n"; 35 // creating soft link 40 // check if link is soft link 65 /* Testing on soft links */ 66 echo "\n-- Working with soft links --\n"; 67 // creating soft link 72 // check if link is soft link 86 // check if link is soft link; expected: false as this is a hardlink 107 -- Working with soft links -- [all …]
|
H A D | symlink_link_linkinfo_is_link_basic1.phpt | 18 /* Creating soft/hard link to $filename created in temp directory $dirname 28 // name of the soft link created to $filename 41 /* create soft/hard link to the file 45 echo "-- Testing on soft links --\n"; 46 // create soft link 51 // checking if given file is soft link 63 // checking if given link is soft link; expected: false 86 -- Testing on soft links -- 96 -- Testing on soft links --
|
H A D | symlink_link_linkinfo_is_link_basic2.phpt | 16 /* Creating soft/hard link to the temporary dir $dirname and checking 24 // name of the soft link created to $dirname 30 // testing on soft link 31 echo "\n-- Testing on soft links --\n"; 32 // creating soft link to $dirname 34 // gets information about soft link created to directory; expected: true 37 // checks if link created is soft link; expected: true 70 -- Testing on soft links --
|
H A D | fopen_variation19.phpt | 14 $sortFilename = __FILE__.'.soft'; 34 echo "soft link:"; 42 echo "soft link:"; 50 echo "soft link:"; 92 soft link:Hello World 96 soft link:Hello World again! 100 soft link:Goodbye World
|
H A D | readfile_variation2.phpt | 12 Create soft/hard link to it 33 /* Checking readfile() operation on soft link */ 34 echo "*** Testing readfile() on soft link ***\n"; 36 // create soft link to $filename 38 // readfile() on soft link 64 *** Testing readfile() on soft link ***
|
H A D | symlink_link_linkinfo_is_link_variation7.phpt | 12 /* Variation 7 : Create soft/hard link to itself */ 28 echo "*** Create soft link to file and then to itself ***\n"; 29 // create soft link to $filename 36 echo "\n*** Create soft link to directory and then to itself ***\n"; 37 // create soft link to $dirname 69 *** Create soft link to file and then to itself *** 75 *** Create soft link to directory and then to itself ***
|
H A D | symlink_link_linkinfo_is_link_variation9.phpt | 12 /* Variation 9 : Check lstat of soft/hard link created 20 // soft link name used 29 echo "*** Checking lstat() on soft link ***\n"; 30 // create soft link 61 echo "\n*** Checking lstat() on a soft link to directory ***\n"; 62 // create soft link 93 *** Checking lstat() on soft link *** 105 *** Checking lstat() on a soft link to directory ***
|
H A D | unlink_variation8.phpt | 81 $msg = "soft link"; 108 -- unlinking soft link unlinkVar8.tmp/file.tmp -- 114 -- unlinking soft link ./unlinkVar8.tmp/file.tmp -- 136 -- unlinking soft link BADDIR/file.tmp -- 144 -- unlinking soft link /%s/unlinkVar8.tmp/file.tmp -- 150 -- unlinking soft link /%s/./unlinkVar8.tmp/file.tmp -- 163 -- unlinking soft link /%s/BADDIR/file.tmp -- 172 -- unlinking soft link unlinkVar8.tmp/file.tmp/ -- 181 -- unlinking soft link /%s/unlinkVar8.tmp/file.tmp/ -- 189 -- unlinking soft link unlinkVar8.tmp//file.tmp -- [all …]
|
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 | 12 /* Variation 8 : Create soft/hard link to different directory */ 37 echo "\n*** Create soft link in different directory with same filename ***\n"; 66 *** Create soft link in different directory with same filename ***
|
H A D | fileinode_variation.phpt | 36 echo "-- Testing with links: soft link --\n"; 37 symlink( $file2, $link2); // Creating a soft link 93 -- Testing with links: soft link --
|
H A D | symlink_link_linkinfo_is_link_variation6.phpt | 21 echo "\n-- Working with soft links --\n"; 58 -- Working with soft links --
|
H A D | is_dir_variation2.phpt | 10 /* Testing is_dir() with dir, soft & hard link to dir, 11 and with file, soft & hard link to file */
|
H A D | filegroup_variation1.phpt | 12 /* Creating soft and hard links to a file and applying filegroup() on links */
|
H A D | fileinode_variation1.phpt | 12 /* Creating soft and hard links to a file and applying fileinode() on links */
|
H A D | fileowner_variation1.phpt | 13 /* Creating soft and hard links to a file and applying fileowner() on links */
|
H A D | fileperms_variation1.phpt | 13 /* Creating soft and hard links to a file and applying fileperms() on links */
|
H A D | is_file_variation2.phpt | 10 /* Creating soft and hard links to a file and applying is_file() on links */
|
H A D | symlink_link_linkinfo_is_link_error1.phpt | 16 // linkname used to create soft/hard link
|
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
|
/PHP-8.3/ext/posix/tests/ |
H A D | posix_getrlimit_single_resource.phpt | 17 [$hard, $soft] = posix_getrlimit(POSIX_RLIMIT_CORE); 18 var_dump($hard, $soft); 21 [$hard, $soft] = posix_getrlimit(POSIX_RLIMIT_CORE); 22 var_dump($hard, $soft);
|
/PHP-8.3/ext/standard/tests/strings/ |
H A D | bug62462.phpt | 2 Multibyte characters shouldn't be split by soft line break added by quoted_printable_encode - 4 byt…
|