Lines Matching refs:bad
18 var_dump(link($target, "../bad/link.txt"));
20 var_dump(link($target, "../bad/./link.txt"));
24 var_dump(link("../bad/bad.txt", $link));
25 var_dump(link("../bad", $link));
26 var_dump(link("../bad/./bad.txt", $link));
27 var_dump(link("../bad/bad.txt", $link));
28 var_dump(link("./.././bad", $link));
49 Warning: link(): open_basedir restriction in effect. File(%s/test/bad/link.txt) is not within the a…
55 Warning: link(): open_basedir restriction in effect. File(%s/test/bad/link.txt) is not within the a…
61 Warning: link(): open_basedir restriction in effect. File(%s/test/bad/bad.txt) is not within the al…
64 Warning: link(): open_basedir restriction in effect. File(%s/test/bad) is not within the allowed pa…
67 Warning: link(): open_basedir restriction in effect. File(%s/test/bad/bad.txt) is not within the al…
70 Warning: link(): open_basedir restriction in effect. File(%s/test/bad/bad.txt) is not within the al…
73 Warning: link(): open_basedir restriction in effect. File(%s/test/bad) is not within the allowed pa…