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/file/ |
Current File : //usr/local/src/php7/php-7.0.5/ext/standard/tests/file/link_win32.phpt |
--TEST-- link not working properly on Windows --CREDITS-- Venkat Raman Don --SKIPIF-- <?php if(substr(PHP_OS, 0, 3) != 'WIN' ) { die('skip windows only test'); } ?> --FILE-- <?php $filename = __DIR__ . '\\a.php'; $content = '<?php echo "Dummy Content.\n" ?>'; file_put_contents($filename, $content); $linkname = __DIR__ . '\\a_link.php'; link("$filename", "$linkname"); var_dump(file_exists("$linkname")); $linkcontent = file_get_contents($linkname); var_dump($content == $linkcontent); unlink($filename); unlink($linkname); ?> --EXPECT-- bool(true) bool(true)
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare