From 4432cf5370e8be243b32aaa06d9395144af4d104 Mon Sep 17 00:00:00 2001 From: Felipe Pena Date: Mon, 20 Jul 2009 22:20:36 +0000 Subject: [PATCH] - Sync proto with 5.3 --- ext/spl/spl_directory.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/spl/spl_directory.c b/ext/spl/spl_directory.c index e8aebef244..048bd84712 100755 --- a/ext/spl/spl_directory.c +++ b/ext/spl/spl_directory.c @@ -2375,7 +2375,7 @@ SPL_METHOD(SplFileObject, func_name) \ } /* }}} */ -/* {{{ proto array SplFileObject::fgetcsv([string delimiter [, string enclosure]]) U +/* {{{ proto array SplFileObject::fgetcsv([string delimiter [, string enclosure [, escape = '\\']]]) U Return current line as csv */ SPL_METHOD(SplFileObject, fgetcsv) { -- 2.40.0