Lines Matching refs:opendir

9 test_open_basedir_before("opendir");
10 test_open_basedir_error("opendir");
12 var_dump(opendir($initdir."/test/ok/"));
13 var_dump(opendir($initdir."/test/ok"));
14 var_dump(opendir($initdir."/test/ok/../ok"));
16 test_open_basedir_after("opendir");?>
23 *** Testing open_basedir configuration [opendir] ***
30 Warning: opendir(): open_basedir restriction in effect. File(../bad) is not within the allowed path…
32 Warning: opendir(../bad): Failed to open directory: %s in %s on line %d
35 Warning: opendir(): open_basedir restriction in effect. File(../bad/bad.txt) is not within the allo…
37 Warning: opendir(../bad/bad.txt): Failed to open directory: %s in %s on line %d
40 Warning: opendir(): open_basedir restriction in effect. File(..) is not within the allowed path(s):…
42 Warning: opendir(..): Failed to open directory: %s in %s on line %d
45 Warning: opendir(): open_basedir restriction in effect. File(../) is not within the allowed path(s)…
47 Warning: opendir(../): Failed to open directory: %s in %s on line %d
50 Warning: opendir(): open_basedir restriction in effect. File(/) is not within the allowed path(s): …
52 Warning: opendir(/): Failed to open directory: %s in %s on line %d
55 Warning: opendir(): open_basedir restriction in effect. File(../bad/.) is not within the allowed pa…
57 Warning: opendir(../bad/.): Failed to open directory: %s in %s on line %d
60 Warning: opendir(): open_basedir restriction in effect. File(%s/test/bad/bad.txt) is not within the…
62 Warning: opendir(%s/test/bad/bad.txt): Failed to open directory: %s in %s on line %d
65 Warning: opendir(): open_basedir restriction in effect. File(%s/test/bad/../bad/bad.txt) is not wit…
67 Warning: opendir(%s/test/bad/../bad/bad.txt): Failed to open directory: %s in %s on line %d
72 *** Finished testing open_basedir configuration [opendir] ***