From: Stanislav Malyshev Date: Sun, 20 Nov 2011 22:20:03 +0000 (+0000) Subject: fix is_a reflection X-Git-Tag: php-5.5.0alpha1~853 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=aeae94a6af7aed3b68ba9463799ae52fe145dd82;p=php fix is_a reflection --- diff --git a/Zend/zend_builtin_functions.c b/Zend/zend_builtin_functions.c index d8392283ee..83a5dc5ca5 100644 --- a/Zend/zend_builtin_functions.c +++ b/Zend/zend_builtin_functions.c @@ -143,6 +143,7 @@ ZEND_END_ARG_INFO() ZEND_BEGIN_ARG_INFO_EX(arginfo_is_subclass_of, 0, 0, 2) ZEND_ARG_INFO(0, object) ZEND_ARG_INFO(0, class_name) + ZEND_ARG_INFO(0, allow_string) ZEND_END_ARG_INFO() ZEND_BEGIN_ARG_INFO_EX(arginfo_get_class_vars, 0, 0, 1)