document the detph parameter

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@282676 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Hannes Magnusson 2009-06-23 19:41:31 +00:00
parent 3d8a5c11e8
commit 91c3c84922

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.10 $ -->
<!-- $Revision: 1.11 $ -->
<refentry xml:id="function.json-decode" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>json_decode</refname>
@ -44,7 +44,7 @@
<term><parameter>depth</parameter></term>
<listitem>
<para>
User specified nesting limit.
</para>
</listitem>
</varlistentry>
@ -168,6 +168,10 @@ json_decode($bad_json); // null
</row>
</thead>
<tbody>
<row>
<entry>5.3.0</entry>
<entry>Added the optional <parameter>depth</parameter></entry>
</row>
<row>
<entry>5.2.3</entry>
<entry>The nesting limit was increased from 20 to 128</entry>