Home
last modified time | relevance | path

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

12

/PHP-5.5/ext/standard/tests/file/
H A Dsymlink_link_linkinfo_is_link_variation3.phpt26 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 Dunlink_variation10.phpt48 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 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.phpt45 /* 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 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.phpt30 /* 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 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 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_basic2.phpt28 /* 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 Dsymlink_link_linkinfo_is_link_variation7.phpt24 /* 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 Dsymlink_link_linkinfo_is_link_variation9.phpt24 /* 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 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 Dfileinode_variation.phpt40 echo "-- Testing with links: soft link --\n";
41 symlink( $file2, $link2); // Creating a soft link
97 -- Testing with links: soft link --
H A Dsymlink_link_linkinfo_is_link_variation8.phpt24 /* 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 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.phpt53 echo "\n-- Working with soft links --\n";
90 -- Working with soft links --
H A Dfilegroup_variation1.phpt16 /* Creating soft and hard links to a file and applying filegroup() on links */
H A Dfileinode_variation1.phpt17 /* Creating soft and hard links to a file and applying fileinode() 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 Dfileowner_variation1.phpt17 /* Creating soft and hard links to a file and applying fileowner() 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.phpt35 // linkname used to create soft/hard link
/PHP-5.5/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-5.5/ext/posix/
H A Dposix.c1218 char soft[80]; in posix_addlimit() local
1221 snprintf(soft, 80, "soft %s", name); in posix_addlimit()
1230 add_assoc_stringl(return_value, soft, UNLIMITED_STRING, sizeof(UNLIMITED_STRING)-1, 1); in posix_addlimit()
1232 add_assoc_long(return_value, soft, rl.rlim_cur); in posix_addlimit()

Completed in 98 milliseconds

12