summaryrefslogtreecommitdiff
path: root/ext/json/json.c
diff options
context:
space:
mode:
authorXinchen Hui <laruence@php.net>2012-07-29 23:35:06 +0800
committerXinchen Hui <laruence@php.net>2012-07-29 23:35:06 +0800
commitf8559194db82a231bbed547bd15f077e343914e4 (patch)
tree64dd3754e3b67beae54901a8a317f75d7e55cad2 /ext/json/json.c
parent9c73c8d58d9948e6a38f8053c4a6da1dcbd2ac94 (diff)
downloadphp-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.c2
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)
{