11/* This is a generated file, edit the .stub.php file instead.
2- * Stub hash: a6755b9cb5c4625e91d69f17c3aa702a189ba01c */
2+ * Stub hash: 1f8834339ebf0d56d2e4ec7f3d27d837f61ba5ef */
33
44ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX (arginfo_zend_test_array_return , 0 , 0 , IS_ARRAY , 0 )
55ZEND_END_ARG_INFO ()
@@ -62,6 +62,9 @@ ZEND_END_ARG_INFO()
6262
6363#define arginfo_zend_weakmap_dump arginfo_zend_test_array_return
6464
65+ ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX (arginfo_zend_get_current_func_name , 0 , 0 , IS_STRING , 0 )
66+ ZEND_END_ARG_INFO ()
67+
6568ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX (arginfo_ZendTestNS2_ZendSubNS_namespaced_func , 0 , 0 , _IS_BOOL , 0 )
6669ZEND_END_ARG_INFO ()
6770
@@ -97,6 +100,7 @@ static ZEND_FUNCTION(zend_iterable);
97100static ZEND_FUNCTION (zend_weakmap_attach );
98101static ZEND_FUNCTION (zend_weakmap_remove );
99102static ZEND_FUNCTION (zend_weakmap_dump );
103+ static ZEND_FUNCTION (zend_get_current_func_name );
100104static ZEND_FUNCTION (namespaced_func );
101105static ZEND_METHOD (_ZendTestClass , is_object ) ;
102106static ZEND_METHOD (_ZendTestClass , __toString ) ;
@@ -123,6 +127,7 @@ static const zend_function_entry ext_functions[] = {
123127 ZEND_FE (zend_weakmap_attach , arginfo_zend_weakmap_attach )
124128 ZEND_FE (zend_weakmap_remove , arginfo_zend_weakmap_remove )
125129 ZEND_FE (zend_weakmap_dump , arginfo_zend_weakmap_dump )
130+ ZEND_FE (zend_get_current_func_name , arginfo_zend_get_current_func_name )
126131 ZEND_NS_FE ("ZendTestNS2\\ZendSubNS" , namespaced_func , arginfo_ZendTestNS2_ZendSubNS_namespaced_func )
127132 ZEND_FE_END
128133};
0 commit comments