Skip to content

Commit 7d1ab28

Browse files
committed
#194 Translate
1 parent 13afc4d commit 7d1ab28

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

appendices/tokens.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -707,7 +707,7 @@ defined('T_FN') || define('T_FN', 10001);
707707
<entry><constant>T_PRIVATE_SET</constant></entry>
708708
<entry>private(set)</entry>
709709
<entry>
710-
property hooks (available as of PHP 8.4.0)
710+
プロパティフック (PHP 8.4.0 以降で利用可能)
711711
</entry>
712712
</row>
713713
<row xml:id="constant.t-protected">
@@ -721,7 +721,7 @@ defined('T_FN') || define('T_FN', 10001);
721721
<entry><constant>T_PROTECTED_SET</constant></entry>
722722
<entry>protected(set)</entry>
723723
<entry>
724-
property hooks (available as of PHP 8.4.0)
724+
プロパティフック (PHP 8.4.0 以降で利用可能)
725725
</entry>
726726
</row>
727727
<row xml:id="constant.t-public">
@@ -735,7 +735,7 @@ defined('T_FN') || define('T_FN', 10001);
735735
<entry><constant>T_PUBLIC_SET</constant></entry>
736736
<entry>public(set)</entry>
737737
<entry>
738-
property hooks (available as of PHP 8.4.0)
738+
プロパティフック (PHP 8.4.0 以降で利用可能)
739739
</entry>
740740
</row>
741741
<row xml:id="constant.t-readonly">

0 commit comments

Comments
 (0)