11/* This is a generated file, edit the .stub.php file instead.
2- * Stub hash: 3240b7fa3461b40a211371250c4975802f44185b */
2+ * Stub hash: 49b9abbc5ce826e749861fd511e98f1add001368 */
33
44ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX (arginfo_zend_test_array_return , 0 , 0 , IS_ARRAY , 0 )
55ZEND_END_ARG_INFO ()
@@ -51,6 +51,17 @@ ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(arginfo_zend_iterable, 0, 1, IS_VOID, 0)
5151 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE (0 , arg2 , IS_ITERABLE , 1 , "null" )
5252ZEND_END_ARG_INFO ()
5353
54+ ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX (arginfo_zend_weakmap_attach , 0 , 2 , _IS_BOOL , 0 )
55+ ZEND_ARG_TYPE_INFO (0 , object , IS_OBJECT , 0 )
56+ ZEND_ARG_TYPE_INFO (0 , value , IS_MIXED , 0 )
57+ ZEND_END_ARG_INFO ()
58+
59+ ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX (arginfo_zend_weakmap_remove , 0 , 1 , _IS_BOOL , 0 )
60+ ZEND_ARG_TYPE_INFO (0 , object , IS_OBJECT , 0 )
61+ ZEND_END_ARG_INFO ()
62+
63+ #define arginfo_zend_weakmap_dump arginfo_zend_test_array_return
64+
5465ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX (arginfo_ZendTestNS2_ZendSubNS_namespaced_func , 0 , 0 , _IS_BOOL , 0 )
5566ZEND_END_ARG_INFO ()
5667
@@ -83,6 +94,9 @@ static ZEND_FUNCTION(zend_string_or_object_or_null);
8394static ZEND_FUNCTION (zend_string_or_stdclass );
8495static ZEND_FUNCTION (zend_string_or_stdclass_or_null );
8596static ZEND_FUNCTION (zend_iterable );
97+ static ZEND_FUNCTION (zend_weakmap_attach );
98+ static ZEND_FUNCTION (zend_weakmap_remove );
99+ static ZEND_FUNCTION (zend_weakmap_dump );
86100static ZEND_FUNCTION (namespaced_func );
87101static ZEND_METHOD (_ZendTestClass , is_object ) ;
88102static ZEND_METHOD (_ZendTestClass , __toString ) ;
@@ -106,6 +120,9 @@ static const zend_function_entry ext_functions[] = {
106120 ZEND_FE (zend_string_or_stdclass , arginfo_zend_string_or_stdclass )
107121 ZEND_FE (zend_string_or_stdclass_or_null , arginfo_zend_string_or_stdclass_or_null )
108122 ZEND_FE (zend_iterable , arginfo_zend_iterable )
123+ ZEND_FE (zend_weakmap_attach , arginfo_zend_weakmap_attach )
124+ ZEND_FE (zend_weakmap_remove , arginfo_zend_weakmap_remove )
125+ ZEND_FE (zend_weakmap_dump , arginfo_zend_weakmap_dump )
109126 ZEND_NS_FE ("ZendTestNS2\\ZendSubNS" , namespaced_func , arginfo_ZendTestNS2_ZendSubNS_namespaced_func )
110127 ZEND_FE_END
111128};
0 commit comments