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 c0e4870 commit 781f2ecCopy full SHA for 781f2ec
reference/filesystem/functions/fgetcsv.xml
@@ -162,6 +162,14 @@
162
deprecated.
163
</entry>
164
</row>
165
+ <row>
166
+ <entry>8.3.0</entry>
167
+ <entry>
168
+ An empty string is returned instead of a string with a single
169
+ null byte for the last field if it contains only an unterminated
170
+ enclosure.
171
+ </entry>
172
+ </row>
173
<row>
174
<entry>8.0.0</entry>
175
<entry>
reference/strings/functions/str-getcsv.xml
@@ -88,6 +88,9 @@
88
<function>fputcsv</function>.
89
90
91
+ <xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('function.fgetcsv')/db:refsect1[@role='changelog']//db:row[db:entry[text()='8.3.0']]/.)">
92
+ <xi:fallback/>
93
+ </xi:include>
94
95
<entry>7.4.0</entry>
96
0 commit comments