summaryrefslogtreecommitdiff
path: root/ext/json/json.c
diff options
context:
space:
mode:
authorGabriel Caruso <carusogabriel34@gmail.com>2018-02-23 04:42:27 -0300
committerChristoph M. Becker <cmbecker69@gmx.de>2018-02-23 11:06:20 +0100
commit1314f0fb3a9ff25b9afe68845012c1d0acbec262 (patch)
tree85f4d3abdfe8c3da39b85ccf47ae25075d2987d3 /ext/json/json.c
parentbff179888f6d247c3584150f0c729634b95c745b (diff)
downloadphp-git-1314f0fb3a9ff25b9afe68845012c1d0acbec262.tar.gz
Use int instead of long in protos
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 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)
{