Home
last modified time | relevance | path

Searched refs:link (Results 101 – 125 of 757) sorted by last modified time

12345678910>>...31

/PHP-5.5/ext/standard/tests/file/
H A Dlstat_stat_variation4.phpt13 Description: Gives information about a file or symbolic link
H A Dlstat_stat_variation5.phpt14 Description: Gives information about a file or symbolic link
H A Dlstat_stat_variation6.phpt2 Test lstat() and stat() functions: usage variations - effects of touch() on link
21 Description: Gives information about a file or symbolic link
27 /* test the effects of touch() on stats of link */
33 /* create temp file, link and directory */
39 symlink($file_name, $link_name); // temp link
41 // touch a link, check stat, there should be difference in atime
42 echo "*** Testing lstat() for link after using touch() on the link ***\n";
73 *** Testing lstat() for link after using touch() on the link ***
H A Dlstat_stat_variation7.phpt12 Description: Gives information about a file or symbolic link
H A Dlstat_stat_variation8.phpt13 Description: Gives information about a file or symbolic link
H A Dlstat_stat_variation9.phpt12 Description: Gives information about a file or symbolic link
H A Dis_file_variation2.phpt27 link($file_path."/is_file_variation2.tmp", $file_path."/is_file_variation2_link.tmp");
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 */
33 link($file_path."/is_dir_variation2", $file_path."/is_dir_variation2_link"); //Not permitted to cre…
50 link($file_path."/is_dir_variation2.tmp", $file_path."/is_dir_variation2_link.tmp");
85 Warning: link(): %s in %s on line %d
H A Dfiletype_basic.phpt8 dir, block, link, file, and unknown.
H A Dfiletype_error.phpt8 dir, block, link, file, and unknown.
H A Dfiletype_variation.phpt6 die('skip no link()/symlink() on Windows');
17 dir, block, link, file, and unknown.
37 link( $file1, $link1);
72 link
H A Dfiletype_variation2.phpt19 dir, block, link, file, and unknown.
H A Dfiletype_variation3.phpt19 dir, block, link, file, and unknown.
H A Dfopen_variation19.phpt40 echo "soft link:";
42 echo "hard link:";
44 echo "link of link:";
48 echo "soft link:";
50 echo "hard link:";
52 echo "link of link:";
56 echo "soft link:";
60 echo "link of link:";
101 link of link:Hello World
105 link of link:Hello World again! again! again!
[all …]
H A Dfile_get_contents_variation9.phpt26 //Data should be more than the size of a link.
32 // link files
33 link($filename, $hardlink);
H A Dfile_put_contents_variation9.phpt26 // link files even though it original file doesn't exist yet
37 link($filename, $hardlink);
H A Dfilegroup_variation1.phpt28 link($file_path."/filegroup_variation1.tmp", $file_path."/filegroup_variation1_link.tmp");
H A Dfileinode_variation.phpt6 die('skip no link()/symlink() on Windows');
33 echo "-- Testing with links: hard link --\n";
34 link( $file1, $link1); // Creating an hard link
40 echo "-- Testing with links: soft link --\n";
41 symlink( $file2, $link2); // Creating a soft link
94 -- Testing with links: hard link --
97 -- Testing with links: soft link --
H A Dfileinode_variation1.phpt29 link($file_path."/fileinode_variation1.tmp", $file_path."/fileinode_variation1_link.tmp");
H A Dfileowner_variation1.phpt29 link($file_path."/fileowner_variation1.tmp", $file_path."/fileowner_variation1_link.tmp");
H A Dfileperms_variation1.phpt28 link($file_path."/fileperms_variation1.tmp", $file_path."/fileperms_variation1_link.tmp");
H A Dfile.inc339 $link_type = type of the link to be created
340 "soft" = soft link
341 "hard" = hard link
342 $filename = file used to create a link on
367 case "soft" : // create a soft link
381 case "hard" : // create a hard link
413 // close the link
416 // change the permission of the link file, only if hard link.
495 $file_path = location of link files
496 $link_file_count = Number of link files
[all …]
H A Dfflush_variation2.phpt46 // creating the sym link
71 -- link opened in w mode --
76 -- link opened in wb mode --
81 -- link opened in wt mode --
86 -- link opened in w+ mode --
101 -- link opened in a mode --
106 -- link opened in ab mode --
111 -- link opened in at mode --
116 -- link opened in a+ mode --
132 -- link opened in w mode --
[all …]
H A Dfflush_variation3.phpt44 // creating hard link to the file
45 var_dump( link($file_name, $link_name) );
50 exit("Error:failed to open link $link_name");
H A Dbug47767.phpt21 echo "Testing include_once using file symbolic link\n";
31 echo "Testing include_once using directory symbolic link\n";
47 Testing include_once using file symbolic link
49 Testing include_once using directory symbolic link

Completed in 25 milliseconds

12345678910>>...31