We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26ceae6 commit 1f1fb4cCopy full SHA for 1f1fb4c
.gitignore
@@ -0,0 +1 @@
1
+/.idea
src/XBase/Table.php
@@ -83,7 +83,7 @@ protected function readHeader()
83
84
for ($i=0;$i<$fieldCount;$i++) {
85
$column = new Column(
86
- strtolower($this->readString(11)), // name
+ $this->readString(11), // name
87
$this->readByte(), // type
88
$this->readInt(), // memAddress
89
$this->readChar(), // length
0 commit comments