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 : /proc/self/root/usr/local/src/php72/php-7.2.12/php-7.2.12/ext/standard/tests/file/ |
Current File : //proc/self/root/usr/local/src/php72/php-7.2.12/php-7.2.12/ext/standard/tests/file/chroot_001.phpt |
--TEST-- chroot() --SKIPIF-- <?php chdir("/"); if (!@mkdir("testtmpskipifdir")) { die("skip for root only"); } rmdir("testtmpskipifdir"); if (!function_exists("chroot")) { die("skip chroot() not available"); } ?> --FILE-- <?php mkdir("chroot_001_x"); var_dump(is_dir("chroot_001_x")); var_dump(chroot("chroot_001_x")); var_dump(is_dir("chroot_001_x")); var_dump(realpath(".")); ?> --CLEAN-- <?php rmdir("chroot_001_x"); ?> --EXPECTF-- bool(true) bool(true) bool(false) string(1) "/"
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare