From 3411e31dafccd62689018e1a7ef8a59b9695692a Mon Sep 17 00:00:00 2001 From: Sean Coates Date: Thu, 21 Jan 2010 20:25:12 +0000 Subject: [PATCH] Fix invalid constant names. Thanks to Nicholas Sloan for finding+fixing this (and sending a patch). git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@293821 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/spl/splfileobject/fgetcsv.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reference/spl/splfileobject/fgetcsv.xml b/reference/spl/splfileobject/fgetcsv.xml index 8d0f65bc30..bfc1661ca1 100644 --- a/reference/spl/splfileobject/fgetcsv.xml +++ b/reference/spl/splfileobject/fgetcsv.xml @@ -60,7 +60,7 @@ A blank line in a CSV file will be returned as an array - comprising a single &null; field unless using SplFileInfo::SKIP_EMPTY | SplFileInfo::DROP_NEW_LINE, + comprising a single &null; field unless using SplFileObject::SKIP_EMPTY | SplFileObject::DROP_NEW_LINE, in which case empty lines are skipped.