Home
last modified time | relevance | path

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

12

/PHP-8.2/ext/standard/tests/file/
H A Dsymlink_link_linkinfo_is_link_variation3.phpt12 /* 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 Dunlink_variation10.phpt42 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 Dunlink_variation3.phpt12 /* 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 Dsymlink_link_linkinfo_is_link_variation1.phpt33 /* 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 Dsymlink_link_linkinfo_is_link_basic1.phpt18 /* 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 Dsymlink_link_linkinfo_is_link_basic2.phpt16 /* 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 Dfopen_variation19.phpt14 $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 Dreadfile_variation2.phpt12 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 Dsymlink_link_linkinfo_is_link_variation7.phpt12 /* 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 Dunlink_variation8.phpt81 $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 Dsymlink_link_linkinfo_is_link_variation9.phpt12 /* 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 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.phpt12 /* 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 Dfileinode_variation.phpt36 echo "-- Testing with links: soft link --\n";
37 symlink( $file2, $link2); // Creating a soft link
93 -- Testing with links: soft link --
H A Dsymlink_link_linkinfo_is_link_variation6.phpt21 echo "\n-- Working with soft links --\n";
58 -- Working with soft links --
H A Dis_dir_variation2.phpt10 /* Testing is_dir() with dir, soft & hard link to dir,
11 and with file, soft & hard link to file */
H A Dfilegroup_variation1.phpt12 /* Creating soft and hard links to a file and applying filegroup() on links */
H A Dfileinode_variation1.phpt12 /* Creating soft and hard links to a file and applying fileinode() on links */
H A Dfileowner_variation1.phpt13 /* Creating soft and hard links to a file and applying fileowner() on links */
H A Dfileperms_variation1.phpt13 /* Creating soft and hard links to a file and applying fileperms() on links */
H A Dis_file_variation2.phpt10 /* Creating soft and hard links to a file and applying is_file() on links */
H A Dsymlink_link_linkinfo_is_link_error1.phpt16 // linkname used to create soft/hard link
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
/PHP-8.2/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-8.2/ext/posix/
H A Dposix.c994 char soft[80]; in posix_addlimit() local
997 snprintf(soft, 80, "soft %s", name); in posix_addlimit()
1006 add_assoc_stringl(return_value, soft, UNLIMITED_STRING, sizeof(UNLIMITED_STRING)-1); in posix_addlimit()
1008 add_assoc_long(return_value, soft, rl.rlim_cur); in posix_addlimit()

Completed in 46 milliseconds

12