Home
last modified time | relevance | path

Searched refs:txt (Results 601 – 607 of 607) sorted by path

1...<<2122232425

/php-src/tests/security/
H A Dopen_basedir_scandir.phpt37 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 directory: %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 directory: %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 directory: %s in %s on line %d
91 string(6) "ok.txt"
99 string(6) "ok.txt"
107 string(6) "ok.txt"
H A Dopen_basedir_stat.phpt26 Warning: stat(): open_basedir restriction in effect. File(../bad/bad.txt) is not within the allowed…
41 Warning: stat(): open_basedir restriction in effect. File(%s/test/bad/bad.txt) is not within the al…
44 Warning: stat(): open_basedir restriction in effect. File(%s/test/bad/../bad/bad.txt) is not within…
H A Dopen_basedir_symlink.phpt17 $target = ($initdir."/test/ok/ok.txt");
18 var_dump(symlink($target, "../bad/symlink.txt"));
19 var_dump(symlink($target, "../symlink.txt"));
21 var_dump(symlink($target, "./.././symlink.txt"));
23 $symlink = ($initdir."/test/ok/symlink.txt");
24 var_dump(symlink("../bad/bad.txt", $symlink));
26 var_dump(symlink("../bad/./bad.txt", $symlink));
27 var_dump(symlink("../bad/bad.txt", $symlink));
30 $target = ($initdir."/test/ok/ok.txt");
36 $symlink = ($initdir."/test/ok/ok2/ok.txt");
[all …]
H A Dopen_basedir_touch.phpt12 var_dump(touch("../bad/bad.txt"));
17 var_dump(touch("../bad/./bad.txt"));
20 var_dump(touch($initdir."/test/ok/ok.txt"));
21 var_dump(touch("./ok.txt"));
22 var_dump(touch("ok.txt"));
23 var_dump(touch("../ok/ok.txt"));
24 var_dump(touch("../ok/./ok.txt"));
44 Warning: touch(): open_basedir restriction in effect. File(../bad/bad.txt) is not within the allowe…
59 Warning: touch(): open_basedir restriction in effect. File(../bad/./bad.txt) is not within the allo…
H A Dopen_basedir_unlink.phpt11 var_dump(unlink("../bad/bad.txt"));
12 var_dump(unlink(".././bad/bad.txt"));
13 var_dump(unlink("../bad/../bad/bad.txt"));
14 var_dump(unlink("./.././bad/bad.txt"));
15 var_dump(unlink($initdir."/test/bad/bad.txt"));
32 Warning: unlink(): open_basedir restriction in effect. File(../bad/bad.txt) is not within the allow…
35 Warning: unlink(): open_basedir restriction in effect. File(.././bad/bad.txt) is not within the all…
38 Warning: unlink(): open_basedir restriction in effect. File(../bad/../bad/bad.txt) is not within th…
41 Warning: unlink(): open_basedir restriction in effect. File(./.././bad/bad.txt) is not within the a…
44 Warning: unlink(): open_basedir restriction in effect. File(%s/test/bad/bad.txt) is not within the …
/php-src/win32/build/
H A DMakefile262 @type nul > $(BUILD_DIR)\extension_dlls.txt
263 …p_*.dll $(PHP_PREFIX)\ext /y >nul & dir /b $(BUILD_DIR)\php_*.dll > $(BUILD_DIR)\extension_dlls.txt
264 @xcopy $(BUILD_DIR)\*.dll /exclude:$(BUILD_DIR)\extension_dlls.txt $(PHP_PREFIX) /y >nul
H A Dphpize.js.in8 | https://www.php.net/license/3_01.txt |

Completed in 17 milliseconds

1...<<2122232425