]> granicus.if.org Git - php/commitdiff
fix arginfo
authorHannes Magnusson <bjori@php.net>
Fri, 29 Sep 2006 12:29:21 +0000 (12:29 +0000)
committerHannes Magnusson <bjori@php.net>
Fri, 29 Sep 2006 12:29:21 +0000 (12:29 +0000)
ext/spl/spl_directory.c

index 59fcb8d91f90e37c928d460ff15af71210e7470a..98fedb87fb7d27f82c76fa5e60e39e7acf5379b4 100755 (executable)
@@ -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()