Skip to content

Commit 017f209

Browse files
committed
Fix master build
1 parent f7b3a85 commit 017f209

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ast.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1103,7 +1103,7 @@ const zend_function_entry ast_functions[] = {
11031103
};
11041104

11051105
const zend_function_entry ast_node_functions[] = {
1106-
PHP_ME(ast_Node, __construct, arginfo_node_construct, ZEND_ACC_CTOR | ZEND_ACC_PUBLIC)
1106+
PHP_ME(ast_Node, __construct, arginfo_node_construct, ZEND_ACC_PUBLIC)
11071107
PHP_FE_END
11081108
};
11091109

0 commit comments

Comments
 (0)