@@ -27,7 +27,7 @@ ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(arginfo_ast_get_supported_versions, 0, 0
27
27
ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE (0 , exclude_deprecated , _IS_BOOL , 0 , "false" )
28
28
ZEND_END_ARG_INFO ()
29
29
30
- ZEND_BEGIN_ARG_INFO_EX (arginfo_class_Node___construct , 0 , 0 , 0 )
30
+ ZEND_BEGIN_ARG_INFO_EX (arginfo_class_ast_Node___construct , 0 , 0 , 0 )
31
31
ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE (0 , kind , IS_LONG , 1 , "null" )
32
32
ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE (0 , flags , IS_LONG , 1 , "null" )
33
33
ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE (0 , children , IS_ARRAY , 1 , "null" )
@@ -41,7 +41,7 @@ ZEND_FUNCTION(get_kind_name);
41
41
ZEND_FUNCTION (kind_uses_flags );
42
42
ZEND_FUNCTION (get_metadata );
43
43
ZEND_FUNCTION (get_supported_versions );
44
- ZEND_METHOD (Node , __construct );
44
+ ZEND_METHOD (ast_Node , __construct );
45
45
46
46
47
47
static const zend_function_entry ext_functions [] = {
@@ -55,7 +55,7 @@ static const zend_function_entry ext_functions[] = {
55
55
};
56
56
57
57
58
- static const zend_function_entry class_Node_methods [] = {
59
- ZEND_ME (Node , __construct , arginfo_class_Node___construct , ZEND_ACC_PUBLIC )
58
+ static const zend_function_entry class_ast_Node_methods [] = {
59
+ ZEND_ME (ast_Node , __construct , arginfo_class_ast_Node___construct , ZEND_ACC_PUBLIC )
60
60
ZEND_FE_END
61
61
};
0 commit comments