We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3663b4 commit 195036cCopy full SHA for 195036c
ast.c
@@ -1118,12 +1118,12 @@ PHP_METHOD(ast_Node, __construct) {
1118
}
1119
1120
1121
-ZEND_BEGIN_ARG_INFO_EX(arginfo_parse_file, 0, 0, 1)
+ZEND_BEGIN_ARG_INFO_EX(arginfo_parse_file, 0, 0, 2)
1122
ZEND_ARG_INFO(0, filename)
1123
ZEND_ARG_INFO(0, version)
1124
ZEND_END_ARG_INFO()
1125
1126
-ZEND_BEGIN_ARG_INFO_EX(arginfo_parse_code, 0, 0, 1)
+ZEND_BEGIN_ARG_INFO_EX(arginfo_parse_code, 0, 0, 2)
1127
ZEND_ARG_INFO(0, code)
1128
1129
0 commit comments