Skip to content

Commit 09bc7fd

Browse files
committed
yaml.c: Use PHP_FE_END macro
1 parent 48606d0 commit 09bc7fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

yaml.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ static zend_function_entry yaml_functions[] = {
133133
PHP_FE(yaml_parse_url, arginfo_yaml_parse_url)
134134
PHP_FE(yaml_emit, arginfo_yaml_emit)
135135
PHP_FE(yaml_emit_file, arginfo_yaml_emit_file)
136-
{NULL, NULL, NULL}
136+
PHP_FE_END
137137
};
138138
/* }}} */
139139

0 commit comments

Comments
 (0)