Skip to content

Commit 68e72e6

Browse files
authored
PHP 8.4: Document XSLTProcessor::setParameter() errors (#4135)
1 parent d5ae087 commit 68e72e6

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

reference/xsl/xsltprocessor/setparameter.xml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,14 @@
7070
</para>
7171
</refsect1>
7272

73+
<refsect1 role="errors">
74+
&reftitle.errors;
75+
<simpara>
76+
Throws a <exceptionname>ValueError</exceptionname> if any of the arguments
77+
contain null bytes.
78+
</simpara>
79+
</refsect1>
80+
7381
<refsect1 role="changelog">
7482
&reftitle.changelog;
7583
<informaltable>
@@ -81,6 +89,13 @@
8189
</row>
8290
</thead>
8391
<tbody>
92+
<row>
93+
<entry>8.4.0</entry>
94+
<entry>
95+
Now throws a <exceptionname>ValueError</exceptionname> if any of the
96+
arguments contain null bytes instead of silently truncating.
97+
</entry>
98+
</row>
8499
<row>
85100
<entry>8.4.0</entry>
86101
<entry>

0 commit comments

Comments
 (0)