mirror of
https://github.com/php/php-src.git
synced 2025-08-20 09:24:05 +02:00
Fix arginfo
This commit is contained in:
parent
6221154fed
commit
ff413c2304
1 changed files with 1 additions and 0 deletions
|
@ -780,6 +780,7 @@ ZEND_END_ARG_INFO();
|
||||||
|
|
||||||
ZEND_BEGIN_ARG_INFO_EX(arginfo_class_parents, 0, 0, 1)
|
ZEND_BEGIN_ARG_INFO_EX(arginfo_class_parents, 0, 0, 1)
|
||||||
ZEND_ARG_INFO(0, instance)
|
ZEND_ARG_INFO(0, instance)
|
||||||
|
ZEND_ARG_INFO(0, autoload)
|
||||||
ZEND_END_ARG_INFO()
|
ZEND_END_ARG_INFO()
|
||||||
|
|
||||||
ZEND_BEGIN_ARG_INFO_EX(arginfo_class_implements, 0, 0, 1)
|
ZEND_BEGIN_ARG_INFO_EX(arginfo_class_implements, 0, 0, 1)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue