From aeae94a6af7aed3b68ba9463799ae52fe145dd82 Mon Sep 17 00:00:00 2001 From: Stanislav Malyshev Date: Sun, 20 Nov 2011 22:20:03 +0000 Subject: [PATCH] fix is_a reflection --- Zend/zend_builtin_functions.c | 1 + 1 file changed, 1 insertion(+) 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) -- 2.40.0