Lines Matching refs:dir

10 test_open_basedir_before("dir");
11 test_open_basedir_error("dir");
13 var_dump(dir($initdir."/test/ok/"));
14 var_dump(dir($initdir."/test/ok"));
15 var_dump(dir($initdir."/test/ok/../ok"));
17 test_open_basedir_after("dir");?>
24 *** Testing open_basedir configuration [dir] ***
31 Warning: dir(): open_basedir restriction in effect. File(../bad) is not within the allowed path(s):…
33 Warning: dir(../bad): failed to open dir: %s in %s on line %d
36 Warning: dir(): open_basedir restriction in effect. File(../bad/bad.txt) is not within the allowed …
38 Warning: dir(../bad/bad.txt): failed to open dir: %s in %s on line %d
41 Warning: dir(): open_basedir restriction in effect. File(..) is not within the allowed path(s): (.)…
43 Warning: dir(..): failed to open dir: %s in %s on line %d
46 Warning: dir(): open_basedir restriction in effect. File(../) is not within the allowed path(s): (.…
48 Warning: dir(../): failed to open dir: %s in %s on line %d
51 Warning: dir(): open_basedir restriction in effect. File(/) is not within the allowed path(s): (.) …
53 Warning: dir(/): failed to open dir: %s in %s on line %d
56 Warning: dir(): open_basedir restriction in effect. File(../bad/.) is not within the allowed path(s…
58 Warning: dir(../bad/.): failed to open dir: %s in %s on line %d
61 Warning: dir(): open_basedir restriction in effect. File(%s/test/bad/bad.txt) is not within the all…
63 Warning: dir(%s/test/bad/bad.txt): failed to open dir: %s in %s on line %d
66 Warning: dir(): open_basedir restriction in effect. File(%s/test/bad/../bad/bad.txt) is not within …
68 Warning: dir(%s/test/bad/../bad/bad.txt): failed to open dir: %s in %s on line %d
88 *** Finished testing open_basedir configuration [dir] ***