Lines Matching refs:scandir

9 test_open_basedir_before("scandir");
10 test_open_basedir_error("scandir");
12 var_dump(scandir($initdir."/test/ok/"));
13 var_dump(scandir($initdir."/test/ok"));
14 var_dump(scandir($initdir."/test/ok/../ok"));
16 test_open_basedir_after("scandir");?>
23 *** Testing open_basedir configuration [scandir] ***
30 Warning: scandir(): open_basedir restriction in effect. File(../bad) is not within the allowed path…
32 Warning: scandir(../bad): failed to open dir: %s in %s on line %d
34 Warning: scandir(): (errno 1): %s in %s on line %d
37 Warning: scandir(): open_basedir restriction in effect. File(../bad/bad.txt) is not within the allo…
39 Warning: scandir(../bad/bad.txt): failed to open dir: %s in %s on line %d
41 Warning: scandir(): (errno 1): %s in %s on line %d
44 Warning: scandir(): open_basedir restriction in effect. File(..) is not within the allowed path(s):…
46 Warning: scandir(..): failed to open dir: %s in %s on line %d
48 Warning: scandir(): (errno 1): %s in %s on line %d
51 Warning: scandir(): open_basedir restriction in effect. File(../) is not within the allowed path(s)…
53 Warning: scandir(../): failed to open dir: %s in %s on line %d
55 Warning: scandir(): (errno 1): %s in %s on line %d
58 Warning: scandir(): open_basedir restriction in effect. File(/) is not within the allowed path(s): …
60 Warning: scandir(/): failed to open dir: %s in %s on line %d
62 Warning: scandir(): (errno 1): %s in %s on line %d
65 Warning: scandir(): open_basedir restriction in effect. File(../bad/.) is not within the allowed pa…
67 Warning: scandir(../bad/.): failed to open dir: %s in %s on line %d
69 Warning: scandir(): (errno 1): %s in %s on line %d
72 Warning: scandir(): open_basedir restriction in effect. File(%s/test/bad/bad.txt) is not within the…
74 Warning: scandir(%s/test/bad/bad.txt): failed to open dir: %s in %s on line %d
76 Warning: scandir(): (errno 1): %s in %s on line %d
79 Warning: scandir(): open_basedir restriction in effect. File(%s/test/bad/../bad/bad.txt) is not wit…
81 Warning: scandir(%s/test/bad/../bad/bad.txt): failed to open dir: %s in %s on line %d
83 Warning: scandir(): (errno 1): %s in %s on line %d
109 *** Finished testing open_basedir configuration [scandir] ***