Home
last modified time | relevance | path

Searched refs:link (Results 76 – 100 of 757) sorted by last modified time

12345678910>>...31

/PHP-5.5/ext/standard/tests/file/
H A Dreadlink_realpath_basic1.phpt12 Description: Returns the target of a symbolic link
51 the link created from each $file in the above array */
52 foreach($linknames as $link) {
54 var_dump( readlink($link) );
55 var_dump( realpath($link) );
H A Dreadlink_realpath_basic2.phpt12 Description: Returns the target of a symbolic link
H A Dreadlink_realpath_error.phpt12 Description: Returns the target of a symbolic link
22 echo "\n*** Testing readlink() on a non-existent link ***\n";
49 *** Testing readlink() on a non-existent link ***
H A Dreadlink_realpath_variation1.phpt12 Description: Returns the target of a symbolic link
21 mkdir("$name_prefix/readlink_realpath_variation1/home/tests/link/", 0777, true);
31 function object_temp($link) {
32 $this->linkname = $link;
47 // deleting the link
53 var_dump( link($filename, $obj1->linkname) );
56 var_dump( link($filename, $obj2->linkname) );
69 unlink("$name_prefix/home/tests/link/readlink_realpath_variation1.tmp");
70 rmdir("$name_prefix/home/tests/link/");
82 string(%d) "%s/readlink_realpath_variation1/home/tests/link/readlink_realpath_variation1.tmp"
[all …]
H A Dreadlink_realpath_variation2.phpt12 Description: Returns the target of a symbolic link
21 mkdir("$name_prefix/readlink_realpath_variation2/home/tests/link/", 0777, true);
42 // deleting the link
48 var_dump( link($filename, $link_arr[0]) );
51 var_dump( link($filename, $link_arr[1]) );
64 unlink("$name_prefix/home/tests/link/readlink_realpath_variation2.tmp");
65 rmdir("$name_prefix/home/tests/link/");
77 string(%d) "%s/readlink_realpath_variation2/home/tests/link/readlink_realpath_variation2.tmp"
78 string(%d) "%s/readlink_realpath_variation2/home/tests/link/readlink_realpath_variation2.tmp"
94 string(%d) "%s/readlink_realpath_variation2/home/tests/link/readlink_realpath_variation2_link.tmp"
[all …]
H A Dreadlink_realpath_variation3.phpt12 Description: Returns the target of a symbolic link
H A Dreadlink_variation1.phpt14 Description: Returns the target of a symbolic link */
H A Dlstat_stat_basic.phpt13 Description: Gives information about a file or symbolic link
47 // create soft link and record stat
50 // stat of the link created
65 // New stat values taken after creation of file & link
70 // creating files and link, also dump the value of stats
71 echo "*** Testing stat() and lstat() : comparing stats (recorded before and after file/link creatio…
76 echo "-- comparing difference in file stats before and after creating link to it --\n";
96 *** Testing stat() and lstat() : comparing stats (recorded before and after file/link creation) ***
207 -- comparing difference in file stats before and after creating link to it --
H A Dlstat_stat_error.phpt12 Description: Gives information about a file or symbolic link
H A Dlstat_stat_variation1.phpt12 Description: Gives information about a file or symbolic link
H A Dlstat_stat_variation10.phpt13 Description: Gives information about a file or symbolic link
25 /* create temp file, link and directory */
H A Dlstat_stat_variation15.phpt2 Test lstat() and stat() functions: usage variations - effects changing permissions of link
13 Description: Gives information about a file or symbolic link
19 /* test the effects on stats by changing permissions of link */
29 // temp link
34 echo "*** Testing lstat() on a link after changing its access permission ***\n";
58 *** Testing lstat() on a link after changing its access permission ***
H A Dlstat_stat_variation16.phpt13 Description: Gives information about a file or symbolic link
H A Dlstat_stat_variation20.phpt2 Test lstat() and stat() functions: usage variations - link names stored in array/object
12 Description: Gives information about a file or symbolic link
18 /* test for stats of link when their names are stored in object and array */
26 // temp link
37 // link name stored in an object
40 // link name stored in side an array
47 echo "\n-- Testing lstat() on link name stored inside an object --\n";
50 echo "\n-- Testing stat() on link name stored inside an array --\n";
67 -- Testing lstat() on link name stored inside an object --
123 -- Testing stat() on link name stored inside an array --
H A Dlstat_stat_variation21.phpt13 Description: Gives information about a file or symbolic link
H A Dlstat_stat_variation11.phpt13 Description: Gives information about a file or symbolic link
H A Dlstat_stat_variation12.phpt13 Description: Gives information about a file or symbolic link
19 /* test the effects of is_link() on stats of link */
25 /* create temp file, link */
31 symlink($filename, $linkname); // temp link
33 // is_link() on a link
34 echo "*** Testing stat() on a link after using is_link() on it ***\n";
60 *** Testing stat() on a link after using is_link() on it ***
H A Dlstat_stat_variation13.phpt13 Description: Gives information about a file or symbolic link
H A Dlstat_stat_variation14.phpt12 Description: Gives information about a file or symbolic link
18 /* test the effects of is_link() on stats of hard link */
24 /* create temp file & link */
29 echo "*** Checking lstat() and stat() on hard link ***\n";
31 //ensure that link doesn't exists
34 // create the link
35 var_dump( link($filename, $linkname) );
56 *** Checking lstat() and stat() on hard link ***
H A Dlstat_stat_variation17.phpt13 Description: Gives information about a file or symbolic link
H A Dlstat_stat_variation18.phpt12 Description: Gives information about a file or symbolic link
H A Dlstat_stat_variation19.phpt12 Description: Gives information about a file or symbolic link
24 /* create temp file, link and directory */
H A Dlstat_stat_variation2.phpt12 Description: Gives information about a file or symbolic link
H A Dlstat_stat_variation22.phpt13 Description: Gives information about a file or symbolic link
H A Dlstat_stat_variation3.phpt2 Test lstat() and stat() functions: usage variations - effects of rename() on link
12 Description: Gives information about a file or symbolic link
18 /* test the effects of rename() on stats of link */
23 /* create temp file & link */
27 // temp link
30 // renaming a link
31 echo "*** Testing lstat() for link after being renamed ***\n";
57 *** Testing lstat() for link after being renamed ***

Completed in 27 milliseconds

12345678910>>...31