Skip to content

Commit

Permalink
Fix mistranslation in preg-match.xml (#225)
Browse files Browse the repository at this point in the history
  • Loading branch information
nyan-dot authored Dec 23, 2024
1 parent b8ed28c commit e1f0f6e
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions reference/pcre/functions/preg-match.xml
Original file line number Diff line number Diff line change
Expand Up @@ -66,11 +66,10 @@
<listitem>
<para>
このフラグを設定した場合、各マッチに対応する文字列のオフセットも(バイト単位で)返されます。
これは、<parameter>matches</parameter> の値を配列に変更することに注意してください。
その配列のすべての要素は、
オフセット <literal>0</literal> で一致した文字列、
およびその文字列のオフセット <literal>1</literal> での
<parameter>subject</parameter> へのオフセットからなります。
これは、<parameter>matches</parameter> の値を配列の配列に変更することに注意してください。
配列のすべての要素が、オフセット <literal>0</literal> に、一致した文字列、
オフセット <literal>1</literal> に、<parameter>subject</parameter> 内でのその文字列のオフセット
からなる配列になります。
<informalexample>
<programlisting role="php">
<![CDATA[
Expand Down

0 comments on commit e1f0f6e

Please sign in to comment.