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/spl/tests/ |
Current File : //usr/local/src/php7/php-7.0.5/ext/spl/tests/SplFileInfo_getExtension_basic.phpt |
--TEST-- SPL: SplFileInfo::getExtension() basic test --FILE-- <?php $file = md5('SplFileInfo::getExtension'); $exts = array('.txt', '.extension', '..', '.', ''); foreach ($exts as $ext) { touch($file . $ext); $info = new SplFileInfo($file . $ext); var_dump($info->getExtension(), pathinfo($file . $ext, PATHINFO_EXTENSION)); } ?> --CLEAN-- <?php $file = md5('SplFileInfo::getExtension'); $exts = array('.txt', '.extension', '..', '.', ''); foreach ($exts as $ext) { unlink($file . $ext); } ?> --EXPECTF-- string(3) "txt" string(3) "txt" string(9) "extension" string(9) "extension" string(0) "" string(0) "" string(0) "" string(0) "" string(0) "" string(0) ""
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare