summaryrefslogtreecommitdiff
path: root/ext/json/json.c
diff options
context:
space:
mode:
Diffstat (limited to 'ext/json/json.c')
-rw-r--r--ext/json/json.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/json/json.c b/ext/json/json.c
index fd8af799c8..39e3d4d7c9 100644
--- a/ext/json/json.c
+++ b/ext/json/json.c
@@ -75,7 +75,7 @@ ZEND_END_ARG_INFO();
static const zend_function_entry json_serializable_interface[] = {
PHP_ABSTRACT_ME(JsonSerializable, jsonSerialize, json_serialize_arginfo)
- { NULL, NULL, NULL }
+ PHP_FE_END
};
/* }}} */