Lines Matching refs:readfile
2 Test readfile() function: usage variations - links
13 Read link using readfile()
33 /* Checking readfile() operation on soft link */
34 echo "*** Testing readfile() on soft link ***\n";
38 // readfile() on soft link
39 $count = readfile($linkname); // with default args
45 /* Checking readfile() operation on hard link */
46 echo "\n*** Testing readfile() on hard link ***\n";
49 // readfile() on hard link
50 $count = readfile($linkname); // default args
64 *** Testing readfile() on soft link ***
74 *** Testing readfile() on hard link ***