1
1
/* This is a generated file, edit the .stub.php file instead.
2
- * Stub hash: 759463b1adece643974a9c51455789aef11ba935 */
2
+ * Stub hash: d98281072c6eeb5631dbf3ba975807f49a553b3e */
3
3
4
4
ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX (arginfo_zend_test_array_return , 0 , 0 , IS_ARRAY , 0 )
5
5
ZEND_END_ARG_INFO ()
@@ -51,6 +51,9 @@ ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(arginfo_zend_iterable, 0, 1, IS_VOID, 0)
51
51
ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE (0 , arg2 , IS_ITERABLE , 1 , "null" )
52
52
ZEND_END_ARG_INFO ()
53
53
54
+ ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX (arginfo_ZendTestNS2_ZendSubNS_namespaced_func , 0 , 0 , _IS_BOOL , 0 )
55
+ ZEND_END_ARG_INFO ()
56
+
54
57
ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX (arginfo_class__ZendTestClass_is_object , 0 , 0 , IS_LONG , 0 )
55
58
ZEND_END_ARG_INFO ()
56
59
@@ -60,8 +63,7 @@ ZEND_END_ARG_INFO()
60
63
ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX (arginfo_class__ZendTestClass_returnsStatic , 0 , 0 , IS_STATIC , 0 )
61
64
ZEND_END_ARG_INFO ()
62
65
63
- ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX (arginfo_class__ZendTestTrait_testMethod , 0 , 0 , _IS_BOOL , 0 )
64
- ZEND_END_ARG_INFO ()
66
+ #define arginfo_class__ZendTestTrait_testMethod arginfo_ZendTestNS2_ZendSubNS_namespaced_func
65
67
66
68
#define arginfo_class_ZendTestNS_Foo_method arginfo_zend_test_void_return
67
69
@@ -81,6 +83,7 @@ static ZEND_FUNCTION(zend_string_or_object_or_null);
81
83
static ZEND_FUNCTION (zend_string_or_stdclass );
82
84
static ZEND_FUNCTION (zend_string_or_stdclass_or_null );
83
85
static ZEND_FUNCTION (zend_iterable );
86
+ static ZEND_FUNCTION (namespaced_func );
84
87
static ZEND_METHOD (_ZendTestClass , is_object ) ;
85
88
static ZEND_METHOD (_ZendTestClass , __toString ) ;
86
89
static ZEND_METHOD (_ZendTestClass , returnsStatic ) ;
@@ -103,6 +106,7 @@ static const zend_function_entry ext_functions[] = {
103
106
ZEND_FE (zend_string_or_stdclass , arginfo_zend_string_or_stdclass )
104
107
ZEND_FE (zend_string_or_stdclass_or_null , arginfo_zend_string_or_stdclass_or_null )
105
108
ZEND_FE (zend_iterable , arginfo_zend_iterable )
109
+ ZEND_NS_FE ("ZendTestNS2\\ZendSubNS" , namespaced_func , arginfo_ZendTestNS2_ZendSubNS_namespaced_func )
106
110
ZEND_FE_END
107
111
};
108
112
0 commit comments