Lines Matching refs:open_basedir
2 Test open_basedir configuration
4 open_basedir=.
7 require_once "open_basedir.inc";
21 require_once "open_basedir.inc";
25 *** Testing open_basedir configuration [is_executable] ***
32 Warning: is_executable(): open_basedir restriction in effect. File(../bad) is not within the allowe…
35 Warning: is_executable(): open_basedir restriction in effect. File(../bad/bad.txt) is not within th…
38 Warning: is_executable(): open_basedir restriction in effect. File(..) is not within the allowed pa…
41 Warning: is_executable(): open_basedir restriction in effect. File(../) is not within the allowed p…
44 Warning: is_executable(): open_basedir restriction in effect. File(/) is not within the allowed pat…
47 Warning: is_executable(): open_basedir restriction in effect. File(../bad/.) is not within the allo…
50 Warning: is_executable(): open_basedir restriction in effect. File(%s/test/bad/bad.txt) is not with…
53 Warning: is_executable(): open_basedir restriction in effect. File(%s/test/bad/../bad/bad.txt) is n…
59 *** Finished testing open_basedir configuration [is_executable] ***