Lines Matching refs:open_basedir
2 Test open_basedir configuration
4 open_basedir=.
7 require_once "open_basedir.inc";
12 require_once "open_basedir.inc";
16 *** Testing open_basedir configuration [is_dir] ***
23 Warning: is_dir(): open_basedir restriction in effect. File(../bad) is not within the allowed path(…
26 Warning: is_dir(): open_basedir restriction in effect. File(../bad/bad.txt) is not within the allow…
29 Warning: is_dir(): open_basedir restriction in effect. File(..) is not within the allowed path(s): …
32 Warning: is_dir(): open_basedir restriction in effect. File(../) is not within the allowed path(s):…
35 Warning: is_dir(): open_basedir restriction in effect. File(/) is not within the allowed path(s): (…
38 Warning: is_dir(): open_basedir restriction in effect. File(../bad/.) is not within the allowed pat…
41 Warning: is_dir(): open_basedir restriction in effect. File(%s/test/bad/bad.txt) is not within the …
44 Warning: is_dir(): open_basedir restriction in effect. File(%s/test/bad/../bad/bad.txt) is not with…
47 Warning: is_dir(): open_basedir restriction in effect. File(./../.) is not within the allowed path(…
54 *** Finished testing open_basedir configuration [is_dir] ***