Skip to content

Commit 9f086a0

Browse files
committed
fix a declaration
1 parent 50e3ac9 commit 9f086a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/zend_test/test.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1203,7 +1203,7 @@ static void register_ZendTestClass_dnf_property(zend_class_entry *ce) {
12031203
static zend_internal_arg_info arginfo_zend_test_internal_dnf_arguments[] = {
12041204
// first entry is a zend_internal_function_info (see zend_compile.h): {argument_count, return_type, unused}
12051205
{(const char*)(uintptr_t)(1), {0}, NULL, NULL},
1206-
{"arg", {0}, NULL}
1206+
{"arg", {0}, NULL, NULL}
12071207
};
12081208

12091209
static ZEND_NAMED_FUNCTION(zend_test_internal_dnf_arguments)

0 commit comments

Comments
 (0)