summaryrefslogtreecommitdiff
path: root/ext/reflection/php_reflection.c
diff options
context:
space:
mode:
authorJohannes Schlüter <johannes@php.net>2007-08-17 14:21:32 +0000
committerJohannes Schlüter <johannes@php.net>2007-08-17 14:21:32 +0000
commit1d48a1081c0b31f64c3ab72625b32a41fc5bacb1 (patch)
tree13bc500f02162c57be149477f82260600bd3ef51 /ext/reflection/php_reflection.c
parent440ed3da7f192e23d3ac394a00c9a0d3b3c3d687 (diff)
downloadphp-git-1d48a1081c0b31f64c3ab72625b32a41fc5bacb1.tar.gz
- MFH: Mark the parameter for ReflectionProperty::GetValue as optional
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 916a0a3188..59b0ce4b71 100644
--- a/ext/reflection/php_reflection.c
+++ b/ext/reflection/php_reflection.c
@@ -4699,7 +4699,7 @@ ZEND_BEGIN_ARG_INFO(arginfo_reflection_property___construct, 0)
ZEND_END_ARG_INFO()
static
-ZEND_BEGIN_ARG_INFO(arginfo_reflection_property_getValue, 0)
+ZEND_BEGIN_ARG_INFO_EX(arginfo_reflection_property_getValue, 0, 0, 0)
ZEND_ARG_INFO(0, object)
ZEND_END_ARG_INFO()