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

[PHP8.4] Change PHP_DEBUG and PHP_ZTS to bool の翻訳 #182

Merged
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
10 changes: 6 additions & 4 deletions appendices/reserved.constants.core.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- EN-Revision: 499c8c5964ac2d43e305266255cfdbb552492488 Maintainer: takagi Status: ready -->
<!-- EN-Revision: b2fa00ca2e052f87785a7f8b296466edc4e55767 Maintainer: takagi Status: ready -->
<!-- CREDITS: hirokawa,shimooka,mumumu -->
<sect2 xml:id="reserved.constants.core" xmlns="http://docbook.org/ns/docbook">
<title>コアの定義済みの定数</title>
Expand Down Expand Up @@ -108,7 +108,8 @@
<varlistentry xml:id="constant.php-zts">
<term>
<constant>PHP_ZTS</constant>
(<type>int</type>)
(<type>bool</type>)
<constant>ZEND_THREAD_SAFE</constant> &Alias;
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

これナイスです!文章の構造のため、原文と順序が逆になるんですね。レビューで初めて知りました…
私が訳してたら、半端に慣れてるおかげでむしろ間違えていたかもしれない😇

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

私もプレビューで見て、「なんか・・・これ変だな・・・」ってなって気づきました!ww
ありがとうございます!!!

</term>
<listitem>
<simpara>
Expand All @@ -118,8 +119,9 @@
</varlistentry>
<varlistentry xml:id="constant.php-debug">
<term>
<constant>PHP_DEBUG</constant>
(<type>int</type>)
<constant>PHP_DEBUG</constant>
(<type>bool</type>)
<constant>ZEND_DEBUG_BUILD</constant> &Alias;
</term>
<listitem>
<simpara>
Expand Down