Skip to content

Commit 5ca9632

Browse files
[PHP 8.4] XSLTProcessor::setParameterのエラー内容の翻訳 (#208)
* XSLTProcessor::setParameterの翻訳 * `EN-Revision`をマージコミットのIDに修正 --------- Co-authored-by: 武田 憲太郎 <[email protected]>
1 parent a9bda6b commit 5ca9632

File tree

1 file changed

+15
-2
lines changed

1 file changed

+15
-2
lines changed

reference/xsl/xsltprocessor/setparameter.xml

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8" ?>
22
<!-- $Revision$ -->
3-
<!-- EN-Revision: 03817004058a9d8d847626ce6582342dd2645e48 Maintainer: takagi Status: ready -->
4-
<!-- Credits: mumumu -->
3+
<!-- EN-Revision: 68e72e60ba0b318e21bb8b4a87abba35adb891c8 Maintainer: takagi Status: ready -->
4+
<!-- Credits: mumumu,t2aking -->
55
<refentry xml:id="xsltprocessor.setparameter" xmlns="http://docbook.org/ns/docbook">
66
<refnamediv>
77
<refname>XSLTProcessor::setParameter</refname>
@@ -72,6 +72,13 @@
7272
</para>
7373
</refsect1>
7474

75+
<refsect1 role="errors">
76+
&reftitle.errors;
77+
<simpara>
78+
引数のいずれかにヌルバイトが含まれている場合、<exceptionname>ValueError</exceptionname>例外が発生します。
79+
</simpara>
80+
</refsect1>
81+
7582
<refsect1 role="changelog">
7683
&reftitle.changelog;
7784
<informaltable>
@@ -83,6 +90,12 @@
8390
</row>
8491
</thead>
8592
<tbody>
93+
<row>
94+
<entry>8.4.0</entry>
95+
<entry>
96+
引数のいずれかにヌルバイトが含まれている場合、<exceptionname>ValueError</exceptionname>例外が発生するようになりました。
97+
</entry>
98+
</row>
8699
<row>
87100
<entry>8.4.0</entry>
88101
<entry>

0 commit comments

Comments
 (0)