diff options
author | Kalle Sommer Nielsen <kalle@php.net> | 2009-05-15 09:10:55 +0000 |
---|---|---|
committer | Kalle Sommer Nielsen <kalle@php.net> | 2009-05-15 09:10:55 +0000 |
commit | 105272bdec435bdb9319477265b98d3bf58c6ae7 (patch) | |
tree | 60e6bb45741ed6426eb3d98c20761a63306d9be3 /ext/json/json.c | |
parent | a6acb07d2a6143483b4c63ad5086e7893778e782 (diff) | |
download | php-git-105272bdec435bdb9319477265b98d3bf58c6ae7.tar.gz |
MFH: Fix arginfo
Diffstat (limited to 'ext/json/json.c')
-rw-r--r-- | ext/json/json.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/json/json.c b/ext/json/json.c index a30d13ed36..cb891cd2c4 100644 --- a/ext/json/json.c +++ b/ext/json/json.c @@ -57,6 +57,7 @@ ZEND_END_ARG_INFO() ZEND_BEGIN_ARG_INFO_EX(arginfo_json_decode, 0, 0, 1) ZEND_ARG_INFO(0, json) ZEND_ARG_INFO(0, assoc) + ZEND_ARG_INFO(0, depth) ZEND_END_ARG_INFO() ZEND_BEGIN_ARG_INFO(arginfo_json_last_error, 0) |