Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions reference/mbstring/functions/mb-decode-numericentity.xml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,14 @@
</para>
</refsect1>

<refsect1 role="errors">
&reftitle.errors;
<simpara>
Throws a <exceptionname>ValueError</exceptionname> if
<parameter>map</parameter> is not a list of &integer;s.
</simpara>
</refsect1>

<refsect1 role="changelog">
&reftitle.changelog;
<informaltable>
Expand All @@ -77,6 +85,14 @@
</row>
</thead>
<tbody>
<row>
<entry>8.4.0</entry>
<entry>
<function>mb_decode_numericentity</function> now throws a
<exceptionname>ValueError</exceptionname> if <parameter>map</parameter>
is not a list of &integer;s.
</entry>
</row>
&mbstring.changelog.encoding-nullable;
</tbody>
</tgroup>
Expand Down
16 changes: 16 additions & 0 deletions reference/mbstring/functions/mb-encode-numericentity.xml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,14 @@
</para>
</refsect1>

<refsect1 role="errors">
&reftitle.errors;
<simpara>
Throws a <exceptionname>ValueError</exceptionname> if
<parameter>map</parameter> is not a list of &integer;s.
</simpara>
</refsect1>

<refsect1 role="changelog">
&reftitle.changelog;
<informaltable>
Expand All @@ -80,6 +88,14 @@
</row>
</thead>
<tbody>
<row>
<entry>8.4.0</entry>
<entry>
<function>mb_encode_numericentity</function> now throws a
<exceptionname>ValueError</exceptionname> if <parameter>map</parameter>
is not a list of &integer;s.
</entry>
</row>
&mbstring.changelog.encoding-nullable;
</tbody>
</tgroup>
Expand Down
16 changes: 16 additions & 0 deletions reference/mbstring/functions/mb-http-input.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,14 @@
</para>
</refsect1>

<refsect1 role="errors">
&reftitle.errors;
<simpara>
Throws a <exceptionname>ValueError</exceptionname> if
<parameter>type</parameter> is invalid.
</simpara>
</refsect1>

<refsect1 role="changelog">
&reftitle.changelog;
<informaltable>
Expand All @@ -57,6 +65,14 @@
</row>
</thead>
<tbody>
<row>
<entry>8.4.0</entry>
<entry>
<function>mb_http_input</function> now throws a
<exceptionname>ValueError</exceptionname> if <parameter>type</parameter>
is invalid.
</entry>
</row>
<row>
<entry>8.0.0</entry>
<entry>
Expand Down
16 changes: 16 additions & 0 deletions reference/mbstring/functions/mb-http-output.xml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,14 @@
</para>
</refsect1>

<refsect1 role="errors">
&reftitle.errors;
<simpara>
Throws a <exceptionname>ValueError</exceptionname> if
<parameter>encoding</parameter> contains null bytes.
</simpara>
</refsect1>

<refsect1 role="changelog">
&reftitle.changelog;
<informaltable>
Expand All @@ -62,6 +70,14 @@
</row>
</thead>
<tbody>
<row>
<entry>8.4.0</entry>
<entry>
<function>mb_http_output</function> now throws a
<exceptionname>ValueError</exceptionname> if <parameter>encoding</parameter>
contains null bytes.
</entry>
</row>
&mbstring.changelog.encoding-nullable;
</tbody>
</tgroup>
Expand Down
Loading