diff options
author | Xinchen Hui <laruence@php.net> | 2012-07-29 23:35:06 +0800 |
---|---|---|
committer | Xinchen Hui <laruence@php.net> | 2012-07-29 23:35:06 +0800 |
commit | f8559194db82a231bbed547bd15f077e343914e4 (patch) | |
tree | 64dd3754e3b67beae54901a8a317f75d7e55cad2 /ext/json/json.c | |
parent | 9c73c8d58d9948e6a38f8053c4a6da1dcbd2ac94 (diff) | |
download | php-git-f8559194db82a231bbed547bd15f077e343914e4.tar.gz |
Fix test failed due to new feature introduced in 45d596ea
Diffstat (limited to 'ext/json/json.c')
-rw-r--r-- | ext/json/json.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/json/json.c b/ext/json/json.c index dab423084c..e4bb8a5d4b 100644 --- a/ext/json/json.c +++ b/ext/json/json.c @@ -700,7 +700,7 @@ PHP_JSON_API void php_json_decode_ex(zval *return_value, char *str, int str_len, /* }}} */ -/* {{{ proto string json_encode(mixed data [, int options]) +/* {{{ proto string json_encode(mixed data [, int options[, int depth]]) Returns the JSON representation of a value */ static PHP_FUNCTION(json_encode) { |