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_getInode_basic.phpt |
--TEST-- SPL: Spl File Info test getInode --CREDITS-- Cesare D'Amico <cesare.damico@gruppovolta.it> Andrea Giorgini <agiorg@gmail.com> Filippo De Santis <fd@ideato.it> Daniel Londero <daniel.londero@gmail.com> Francesco Trucchia <ft@ideato.it> Jacopo Romei <jacopo@sviluppoagile.it> #Test Fest Cesena (Italy) on 2009-06-20 --SKIPIF-- <?php if (substr(PHP_OS, 0, 3) == 'WIN') die("skip this test not for Windows platforms"); ?> --FILE-- <?php //file touch ('SplFileInfo_getInode_basic.txt'); $fileInfo = new SplFileInfo('SplFileInfo_getInode_basic.txt'); $result = shell_exec('ls -i SplFileInfo_getInode_basic.txt'); var_dump($fileInfo->getInode() == $result); ?> --CLEAN-- <?php unlink('SplFileInfo_getInode_basic.txt'); ?> --EXPECTF-- bool(true)
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare