Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[PHP 8.4] XSLTProcessor::setParameterのエラー内容の翻訳 #208

Merged
merged 2 commits into from
Dec 11, 2024
Merged
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
17 changes: 15 additions & 2 deletions reference/xsl/xsltprocessor/setparameter.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8" ?>
<!-- $Revision$ -->
<!-- EN-Revision: 03817004058a9d8d847626ce6582342dd2645e48 Maintainer: takagi Status: ready -->
<!-- Credits: mumumu -->
<!-- EN-Revision: 68e72e60ba0b318e21bb8b4a87abba35adb891c8 Maintainer: takagi Status: ready -->
<!-- Credits: mumumu,t2aking -->
<refentry xml:id="xsltprocessor.setparameter" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>XSLTProcessor::setParameter</refname>
Expand Down Expand Up @@ -72,6 +72,13 @@
</para>
</refsect1>

<refsect1 role="errors">
&reftitle.errors;
<simpara>
引数のいずれかにヌルバイトが含まれている場合、<exceptionname>ValueError</exceptionname>例外が発生します。
</simpara>
</refsect1>

<refsect1 role="changelog">
&reftitle.changelog;
<informaltable>
Expand All @@ -83,6 +90,12 @@
</row>
</thead>
<tbody>
<row>
<entry>8.4.0</entry>
<entry>
引数のいずれかにヌルバイトが含まれている場合、<exceptionname>ValueError</exceptionname>例外が発生するようになりました。
</entry>
</row>
<row>
<entry>8.4.0</entry>
<entry>
Expand Down