From: Hannes Magnusson Date: Fri, 29 Sep 2006 12:28:57 +0000 (+0000) Subject: Fix arginfo X-Git-Tag: RELEASE_1_0_0RC1~1509 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5075de6c5edc63fc0331f3b8ce59629739d79dd7;p=php Fix arginfo --- diff --git a/ext/spl/spl_directory.c b/ext/spl/spl_directory.c index 91decc9a85..18794a4666 100755 --- a/ext/spl/spl_directory.c +++ b/ext/spl/spl_directory.c @@ -2169,7 +2169,7 @@ static zend_function_entry spl_SplFileObject_functions[] = { }; static -ZEND_BEGIN_ARG_INFO_EX(arginfo_temp_file_object___construct, 0, 0, 1) +ZEND_BEGIN_ARG_INFO_EX(arginfo_temp_file_object___construct, 0, 0, 0) ZEND_ARG_INFO(0, max_memory) ZEND_END_ARG_INFO()