diff options
author | Hannes Magnusson <bjori@php.net> | 2006-09-29 12:29:21 +0000 |
---|---|---|
committer | Hannes Magnusson <bjori@php.net> | 2006-09-29 12:29:21 +0000 |
commit | 30b18b7bb78d2a163a4d03fef867b275c973d1a3 (patch) | |
tree | b48ddf21a9bbb6453d4605f3ff8b869fb627fdbc | |
parent | 7df7d2b4dfc73b228d19a516241b79c576658ca0 (diff) | |
download | php-git-30b18b7bb78d2a163a4d03fef867b275c973d1a3.tar.gz |
fix arginfo
-rwxr-xr-x | ext/spl/spl_directory.c | 2 |
1 files changed, 1 insertions, 1 deletions
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() |