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/fileinfo/tests/ |
Current File : //proc/self/root/usr/local/src/php72/php-7.2.12/php-7.2.12/ext/fileinfo/tests/bug67647-mb.phpt |
--TEST-- Bug #67647: Bundled libmagic 5.17 does not detect quicktime files correctly --SKIPIF-- <?php require_once(dirname(__FILE__) . '/skipif.inc'); if (ini_get("default_charset") != "UTF-8") { die("skip require default_charset == UTF-8"); } ?> --FILE-- <?php $src = dirname(__FILE__) . DIRECTORY_SEPARATOR . "67647.mov"; $f_base = "67647私はガラスを食べられます.mov"; $f = dirname(__FILE__) . DIRECTORY_SEPARATOR . $f_base; /* Streams mb path support is tested a lot elsewhere. Copy the existing file therefore, avoid duplication in the repo. */ if (!copy($src, $f) || empty(glob($f))) { die("failed to copy '$src' to '$f'"); } $fi = new finfo(FILEINFO_MIME_TYPE); var_dump($fi->file($f)); ?> +++DONE+++ --CLEAN-- <?php $f_base = "67647私はガラスを食べられます.mov"; $f = dirname(__FILE__) . DIRECTORY_SEPARATOR . $f_base; unlink($f); ?> --EXPECT-- string(15) "video/quicktime" +++DONE+++
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare