Lines Matching refs:readlink
15 test_open_basedir_before("readlink", FALSE);
25 var_dump(readlink("symlink.txt"));
26 var_dump(readlink("../ok/symlink.txt"));
27 var_dump(readlink("../ok/./symlink.txt"));
28 var_dump(readlink("./symlink.txt"));
29 var_dump(readlink($initdir."/test/ok/symlink.txt"));
34 var_dump(readlink($symlink));
36 test_open_basedir_after("readlink");
45 *** Testing open_basedir configuration [readlink] ***
52 Warning: readlink(): open_basedir restriction in effect. File(symlink.txt) is not within the allowe…
55 Warning: readlink(): open_basedir restriction in effect. File(../ok/symlink.txt) is not within the …
58 Warning: readlink(): open_basedir restriction in effect. File(../ok/./symlink.txt) is not within th…
61 Warning: readlink(): open_basedir restriction in effect. File(./symlink.txt) is not within the allo…
64 Warning: readlink(): open_basedir restriction in effect. File(%s/test/ok/symlink.txt) is not within…
70 Warning: readlink(): open_basedir restriction in effect. File(%s/test/ok/symlink.txt) is not within…
72 *** Finished testing open_basedir configuration [readlink] ***