Lines Matching refs:txt
19 $target = ($initdir."/test/bad/bad.txt");
20 $symlink = ($initdir."/test/ok/symlink.txt");
26 var_dump(readlink("symlink.txt"));
27 var_dump(readlink("../ok/symlink.txt"));
28 var_dump(readlink("../ok/./symlink.txt"));
29 var_dump(readlink("./symlink.txt"));
30 var_dump(readlink($initdir."/test/ok/symlink.txt"));
32 $target = ($initdir."/test/ok/ok.txt");
33 $symlink = ($initdir."/test/ok/symlink.txt");
53 Warning: readlink(): open_basedir restriction in effect. File(symlink.txt) is not within the allowe…
56 Warning: readlink(): open_basedir restriction in effect. File(../ok/symlink.txt) is not within the …
59 Warning: readlink(): open_basedir restriction in effect. File(../ok/./symlink.txt) is not within th…
62 Warning: readlink(): open_basedir restriction in effect. File(./symlink.txt) is not within the allo…
65 Warning: readlink(): open_basedir restriction in effect. File(%s/test/ok/symlink.txt) is not within…
68 Warning: symlink(): open_basedir restriction in effect. File(%s/test/bad/bad.txt) is not within the…
71 Warning: readlink(): open_basedir restriction in effect. File(%s/test/ok/symlink.txt) is not within…