summaryrefslogtreecommitdiff
path: root/ext/json
diff options
context:
space:
mode:
authorFelipe Pena <felipe@php.net>2011-08-06 01:22:27 +0000
committerFelipe Pena <felipe@php.net>2011-08-06 01:22:27 +0000
commit783b05326a602c669141aa317a18ab07f73a6298 (patch)
treedc802e8eaf7cf90d56e6e332e20e1509761ac182 /ext/json
parent7c1cb2693732ba37e301dac9b93bb511c00abac4 (diff)
downloadphp-git-783b05326a602c669141aa317a18ab07f73a6298.tar.gz
- Added missing PHP_FE_END/ZEND_FE_END
Diffstat (limited to 'ext/json')
-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
};
/* }}} */