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 d7b77a4 commit 6b1337bCopy full SHA for 6b1337b
ext/spl/spl_directory.c
@@ -2304,7 +2304,7 @@ PHP_METHOD(SplFileObject, getChildren)
2304
/* return NULL */
2305
} /* }}} */
2306
2307
-/* {{{ Return current line as csv */
+/* {{{ Return current line as CSV */
2308
PHP_METHOD(SplFileObject, fgetcsv)
2309
{
2310
spl_filesystem_object *intern = Z_SPLFILESYSTEM_P(ZEND_THIS);
@@ -2546,7 +2546,7 @@ PHP_METHOD(SplFileObject, fseek)
2546
RETURN_LONG(php_stream_seek(intern->u.file.stream, pos, (int)whence));
2547
2548
2549
-/* {{{ Get a character form the file */
+/* {{{ Get a character from the file */
2550
PHP_METHOD(SplFileObject, fgetc)
2551
2552
0 commit comments