Skip to content

Commit

Permalink
MFH
Browse files Browse the repository at this point in the history
  • Loading branch information
Moriyoshi Koizumi committed Dec 18, 2002
1 parent 9074170 commit 07391c8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ext/standard/tests/file/bug12556.phpt
Expand Up @@ -6,6 +6,7 @@ Bug #12556: fgetcvs ignores lengths when quotes not closed
<?php
$fp = fopen(dirname(__FILE__)."/test.csv", "r");
while($line = fgetcsv($fp, 24)) {
$line = str_replace("\x0d\x0a", "\x0a", $line);
var_dump($line);
}
fclose($fp);
Expand Down

0 comments on commit 07391c8

Please sign in to comment.