summaryrefslogtreecommitdiff
path: root/ext/reflection/php_reflection.c
diff options
context:
space:
mode:
authorHannes Magnusson <bjori@php.net>2006-07-04 15:37:34 +0000
committerHannes Magnusson <bjori@php.net>2006-07-04 15:37:34 +0000
commit612e75442f1caf18fb0b41971c8f84946778fa9d (patch)
treed25657b4823c372cd551a558c808e34174d5202a /ext/reflection/php_reflection.c
parent1d6e7e3d935306e663d26998b5b7adbde0b92271 (diff)
downloadphp-git-612e75442f1caf18fb0b41971c8f84946778fa9d.tar.gz
mfh
Diffstat (limited to 'ext/reflection/php_reflection.c')
-rw-r--r--ext/reflection/php_reflection.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/reflection/php_reflection.c b/ext/reflection/php_reflection.c
index 6fda025441..7fb0eec78d 100644
--- a/ext/reflection/php_reflection.c
+++ b/ext/reflection/php_reflection.c
@@ -4428,7 +4428,7 @@ ZEND_BEGIN_ARG_INFO(arginfo_reflection_class_getProperty, 0)
ZEND_END_ARG_INFO()
static
-ZEND_BEGIN_ARG_INFO(arginfo_reflection_class_getProperties, 0, 0, 0)
+ZEND_BEGIN_ARG_INFO_EX(arginfo_reflection_class_getProperties, 0, 0, 0)
ZEND_ARG_INFO(0, filter)
ZEND_END_ARG_INFO()