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/bug57547.phpt |
--TEST-- Bug #57547 Settings options on file doesn't give same result as constructor options --SKIPIF-- <?php if (!class_exists('finfo')) die('skip no fileinfo extension'); --FILE-- <?php $filenames = array("..", __FILE__); foreach ($filenames as $filename) { $finfo = new finfo(FILEINFO_MIME); var_dump($finfo->file($filename)); $finfo2 = new finfo(); var_dump($finfo2->file($filename, FILEINFO_MIME)); } ?> ===DONE=== --EXPECT-- string(9) "directory" string(9) "directory" string(28) "text/x-php; charset=us-ascii" string(28) "text/x-php; charset=us-ascii" ===DONE===
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare