Home
last modified time | relevance | path

Searched refs:soft (Results 1 – 25 of 32) sorted by relevance

12

/PHP-7.4/ext/standard/tests/file/
H A Dsymlink_link_linkinfo_is_link_variation3.phpt27 Update the file through soft link
28 Check size of file and soft link link
39 // create soft link to file
44 $link_size = $link_stat[7]; // size of soft link
54 echo "\n-- Check size of soft link and file --\n";
76 echo "\n-- Check size of soft link and file --\n";
98 echo "\n-- Check size of soft link and file --\n";
124 -- Check size of soft link and file --
130 -- Updating file with data through soft link --
133 -- Check size of soft link and file --
[all …]
H A Dunlink_variation10.phpt48 test_link($workDir.'/'.$tmpDir, $dirToLinkTo, $dirToUnlink, true); //soft link
60 $msg = "soft link";
86 -- unlinking soft link unlinkVar10.tmp/subDir.tmp --
88 -- unlinking soft link ./unlinkVar10.tmp/subDir.tmp --
90 -- unlinking soft link unlinkVar10.tmp/../unlinkVar10.tmp/subDir.tmp --
92 -- unlinking soft link /%s/unlinkVar10.tmp/subDir.tmp --
94 -- unlinking soft link /%s/./unlinkVar10.tmp/subDir.tmp --
96 -- unlinking soft link /%s/unlinkVar10.tmp/../unlinkVar10.tmp/subDir.tmp --
98 -- unlinking soft link unlinkVar10.tmp//subDir.tmp --
100 -- unlinking soft link /%s//unlinkVar10.tmp//subDir.tmp --
H A Dunlink_variation3.phpt15 /* 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 Dsymlink_link_linkinfo_is_link_variation1.phpt46 /* Testing on soft links */
47 echo "\n-- Working with soft links --\n";
48 // creating soft link
53 // check if link is soft link
78 /* Testing on soft links */
79 echo "\n-- Working with soft links --\n";
80 // creating soft link
85 // check if link is soft link
99 // check if link is soft link; expected: false as this is a hardlink
120 -- Working with soft links --
[all …]
H A Dreadfile_variation2.phpt16 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 Dsymlink_link_linkinfo_is_link_basic1.phpt31 /* Creating soft/hard link to $filename created in temp directory $dirname
41 // name of the soft link created to $filename
54 /* create soft/hard link to the file
58 echo "-- Testing on soft links --\n";
59 // create soft link
64 // checking if given file is soft link
76 // checking if given link is soft link; expected: false
99 -- Testing on soft links --
109 -- Testing on soft links --
H A Dfopen_variation19.phpt20 $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 Dsymlink_link_linkinfo_is_link_basic2.phpt29 /* Creating soft/hard link to the temporary dir $dirname and checking
37 // name of the soft link created to $dirname
43 // testing on soft link
44 echo "\n-- Testing on soft links --\n";
45 // creating soft link to $dirname
47 // gets information about soft link created to directory; expected: true
50 // checks if link created is soft link; expected: true
83 -- Testing on soft links --
H A Dunlink_variation8.phpt87 $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 Dsymlink_link_linkinfo_is_link_variation7.phpt25 /* Variation 7 : Create soft/hard link to itself */
41 echo "*** Create soft link to file and then to itself ***\n";
42 // create soft link to $filename
49 echo "\n*** Create soft link to directory and then to itself ***\n";
50 // create soft link to $dirname
82 *** Create soft link to file and then to itself ***
88 *** Create soft link to directory and then to itself ***
H A Dsymlink_link_linkinfo_is_link_variation9.phpt25 /* Variation 9 : Check lstat of soft/hard link created
33 // soft link name used
42 echo "*** Checking lstat() on soft link ***\n";
43 // create soft link
74 echo "\n*** Checking lstat() on a soft link to directory ***\n";
75 // create soft link
106 *** Checking lstat() on soft link ***
118 *** Checking lstat() on a soft link to directory ***
H A Drename_variation2.phpt18 /* 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 Dsymlink_link_linkinfo_is_link_variation8.phpt25 /* Variation 8 : Create soft/hard link to different directory */
50 echo "\n*** Create soft link in different directory with same filename ***\n";
79 *** Create soft link in different directory with same filename ***
H A Dfileinode_variation.phpt41 echo "-- Testing with links: soft link --\n";
42 symlink( $file2, $link2); // Creating a soft link
97 -- Testing with links: soft link --
H A Dis_dir_variation2.phpt15 /* Testing is_dir() with dir, soft & hard link to dir,
16 and with file, soft & hard link to file */
H A Dsymlink_link_linkinfo_is_link_variation6.phpt34 echo "\n-- Working with soft links --\n";
71 -- Working with soft links --
H A Dfilegroup_variation1.phpt16 /* Creating soft and hard links to a file and applying filegroup() on links */
H A Dfileowner_variation1.phpt17 /* Creating soft and hard links to a file and applying fileowner() on links */
H A Dfileperms_variation1.phpt16 /* Creating soft and hard links to a file and applying fileperms() on links */
H A Dis_file_variation2.phpt15 /* Creating soft and hard links to a file and applying is_file() on links */
H A Dfileinode_variation1.phpt17 /* Creating soft and hard links to a file and applying fileinode() on links */
H A Dfile.inc314 $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 Dsymlink_link_linkinfo_is_link_error1.phpt29 // linkname used to create soft/hard link
/PHP-7.4/ext/standard/tests/strings/
H A Dbug62462.phpt2 Multibyte characters shouldn't be split by soft line break added by quoted_printable_encode - 4 byt…
/PHP-7.4/ext/posix/
H A Dposix.c1334 char soft[80]; in posix_addlimit() local
1337 snprintf(soft, 80, "soft %s", name); in posix_addlimit()
1346 add_assoc_stringl(return_value, soft, UNLIMITED_STRING, sizeof(UNLIMITED_STRING)-1); in posix_addlimit()
1348 add_assoc_long(return_value, soft, rl.rlim_cur); in posix_addlimit()

Completed in 24 milliseconds

12