]> granicus.if.org Git - php/commitdiff
- MFH: Mark the parameter for ReflectionProperty::GetValue as optional
authorJohannes Schlüter <johannes@php.net>
Fri, 17 Aug 2007 14:21:32 +0000 (14:21 +0000)
committerJohannes Schlüter <johannes@php.net>
Fri, 17 Aug 2007 14:21:32 +0000 (14:21 +0000)
ext/reflection/php_reflection.c

index 916a0a31886fd462e0f29d40000251af0cef521a..59b0ce4b7141ff9d2c89fe896ffb1e084cee316d 100644 (file)
@@ -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()