Lines Matching refs:is_executable
9 test_open_basedir_before("is_executable");
10 test_open_basedir_error("is_executable");
12 var_dump(is_executable("ok.txt"));
13 var_dump(is_executable("../ok/ok.txt"));
14 var_dump(is_executable($initdir."/test/ok/ok.txt"));
15 var_dump(is_executable($initdir."/test/ok/../ok/ok.txt"));
17 test_open_basedir_after("is_executable");
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] ***