Willkommen bei WordPress. Dies ist dein erster Beitrag. Bearbeite oder lösche ihn und beginne mit dem Schreiben!
Hallo Welt!
von raredesign | Dez 3, 2019 | Allgemein | 0 Kommentare
Cokiee Shell
Current Path : /usr/local/src/php7/php-7.0.5/ext/standard/tests/general_functions/ |
Current File : //usr/local/src/php7/php-7.0.5/ext/standard/tests/general_functions/bug41518.phpt |
--TEST-- Bug #41518 (file_exists() warns of open_basedir restriction on non-existent file) --SKIPIF-- <?php $tmp_dir = __DIR__ . '/bug41518'; mkdir($tmp_dir); if (!is_dir($tmp_dir)) { die("skip"); } @unlink($tmp_dir); ?> --INI-- open_basedir=. --FILE-- <?php $tmp_dir = __DIR__ . "/bug41518/"; @mkdir($tmp_dir); $tmp_file = $tmp_dir."/bug41418.tmp"; touch($tmp_file); var_dump(file_exists($tmp_file)); //exists var_dump(file_exists($tmp_file."nosuchfile")); //doesn't exist @unlink($tmp_file); @rmdir($tmp_dir); echo "Done\n"; ?> --CLEAN-- <?php $tmp_dir = __DIR__ . "/bug41518/"; @unlink($tmp_dir); ?> --EXPECT-- bool(true) bool(false) Done
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare