diff options
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 963446af5d..d89e355503 100644 --- a/ext/json/json.c +++ b/ext/json/json.c @@ -307,7 +307,7 @@ static PHP_FUNCTION(json_encode) } /* }}} */ -/* {{{ proto mixed json_decode(string json [, bool assoc [, long depth]]) +/* {{{ proto mixed json_decode(string json [, bool assoc [, int depth]]) Decodes the JSON representation into a PHP value */ static PHP_FUNCTION(json_decode) { |