From: Hannes Magnusson Date: Fri, 29 Sep 2006 12:29:21 +0000 (+0000) Subject: fix arginfo X-Git-Tag: php-5.2.0RC5~65 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=30b18b7bb78d2a163a4d03fef867b275c973d1a3;p=php fix arginfo --- diff --git a/ext/spl/spl_directory.c b/ext/spl/spl_directory.c index 59fcb8d91f..98fedb87fb 100755 --- a/ext/spl/spl_directory.c +++ b/ext/spl/spl_directory.c @@ -2182,7 +2182,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()