1
0
mirror of https://github.com/php/php-src.git synced 2026-04-21 06:51:18 +02:00

fix is_a reflection

This commit is contained in:
Stanislav Malyshev
2011-11-20 22:20:03 +00:00
parent a495e3759c
commit aeae94a6af

View File

@@ -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)