Skip to content
Merged
Changes from 1 commit
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
8 changes: 5 additions & 3 deletions appendices/reserved.constants.core.xml
Original file line number Diff line number Diff line change
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