summaryrefslogtreecommitdiff
path: root/ext/json/json_arginfo.h
diff options
context:
space:
mode:
Diffstat (limited to 'ext/json/json_arginfo.h')
-rw-r--r--ext/json/json_arginfo.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/ext/json/json_arginfo.h b/ext/json/json_arginfo.h
index 9107e088e2..3cc3bbbba8 100644
--- a/ext/json/json_arginfo.h
+++ b/ext/json/json_arginfo.h
@@ -36,3 +36,9 @@ static const zend_function_entry ext_functions[] = {
ZEND_FE(json_last_error_msg, arginfo_json_last_error_msg)
ZEND_FE_END
};
+
+
+static const zend_function_entry class_JsonSerializable_methods[] = {
+ ZEND_ABSTRACT_ME_WITH_FLAGS(JsonSerializable, jsonSerialize, arginfo_class_JsonSerializable_jsonSerialize, ZEND_ACC_PUBLIC|ZEND_ACC_ABSTRACT)
+ ZEND_FE_END
+};