svn: /phpdoc/ja/trunk/reference/tokenizer/functions/ token-get-all.xml token-name.xml

[email protected] (Yoshinari Takaoka)
Newsgroups php.doc.ja
Message-ID <[email protected]>
mumumu                                   Thu, 19 Nov 2020 00:07:58 +0000

Revision: http://svn.php.net/viewvc?view=revision&revision=351443

Log:
Generate tokenizer methodsynopses based on stubs

Patch contributed by Máté Kocsis <[email protected]>.

Changed paths:
    U   phpdoc/ja/trunk/reference/tokenizer/functions/token-get-all.xml
    U   phpdoc/ja/trunk/reference/tokenizer/functions/token-name.xml

Modified: phpdoc/ja/trunk/reference/tokenizer/functions/token-get-all.xml
===================================================================
--- phpdoc/ja/trunk/reference/tokenizer/functions/token-get-all.xml	2020-11-18 23:58:17 UTC (rev 351442)
+++ phpdoc/ja/trunk/reference/tokenizer/functions/token-get-all.xml	2020-11-19 00:07:58 UTC (rev 351443)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 350654 Maintainer: hirokawa Status: ready -->
+<!-- EN-Revision: 351416 Maintainer: hirokawa Status: ready -->
 <!-- Credits: mumumu -->
 <refentry xml:id="function.token-get-all" xmlns="http://docbook.org/ns/docbook">
  <refnamediv>
@@ -11,12 +11,12 @@
   &reftitle.description;
   <methodsynopsis>
    <type>array</type><methodname>token_get_all</methodname>
-   <methodparam><type>string</type><parameter>source</parameter></methodparam>
+   <methodparam><type>string</type><parameter>code</parameter></methodparam>
    <methodparam choice="opt"><type>int</type><parameter>flags</parameter><initializer>0</initializer></methodparam>
   </methodsynopsis>
   <para>
    <function>token_get_all</function> は指定した文字列
-   <parameter>source</parameter> をパースし、Zend engine の
+   <parameter>code</parameter> をパースし、Zend engine の
    字句解析スキャナにより PHP 言語のトークンに分割します。
   </para>
   <para>
@@ -30,7 +30,7 @@
   <para>
    <variablelist>
     <varlistentry>
-     <term><parameter>source</parameter></term>
+     <term><parameter>code</parameter></term>
      <listitem>
       <para>
        パースする PHP ソース。
@@ -181,7 +181,6 @@
   </para>
  </refsect1>
 </refentry>
-
 <!-- Keep this comment at the end of the file
 Local variables:
 mode: sgml

Modified: phpdoc/ja/trunk/reference/tokenizer/functions/token-name.xml
===================================================================
--- phpdoc/ja/trunk/reference/tokenizer/functions/token-name.xml	2020-11-18 23:58:17 UTC (rev 351442)
+++ phpdoc/ja/trunk/reference/tokenizer/functions/token-name.xml	2020-11-19 00:07:58 UTC (rev 351443)
@@ -1,6 +1,7 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 312354 Maintainer: hirokawa Status: ready -->
+<!-- EN-Revision: 351416 Maintainer: hirokawa Status: ready -->
+<!-- Credits: mumumu -->
 <refentry xml:id="function.token-name" xmlns="http://docbook.org/ns/docbook">
  <refnamediv>
   <refname>token_name</refname>
@@ -10,10 +11,10 @@
   &reftitle.description;
   <methodsynopsis>
    <type>string</type><methodname>token_name</methodname>
-   <methodparam><type>int</type><parameter>token</parameter></methodparam>
+   <methodparam><type>int</type><parameter>id</parameter></methodparam>
   </methodsynopsis>
   <para>
-   <function>token_name</function>は、PHP <parameter>token</parameter>
+   <function>token_name</function>は、PHP <parameter>id</parameter>
    値のシンボル名を返します。
   </para>
  </refsect1>
@@ -22,7 +23,7 @@
   <para>
    <variablelist>
     <varlistentry>
-     <term><parameter>token</parameter></term>
+     <term><parameter>id</parameter></term>
      <listitem>
       <para>
        トークンの値。
@@ -35,7 +36,7 @@
  <refsect1 role="returnvalues">
   &reftitle.returnvalues;
   <para>
-   <parameter>token</parameter> に対応するシンボル名を返します。
+   <parameter>id</parameter> に対応するシンボル名を返します。
   </para>
  </refsect1>
  <refsect1 role="examples">
@@ -66,7 +67,6 @@
   </para>
  </refsect1>
 </refentry>
-
 <!-- Keep this comment at the end of the file
 Local variables:
 mode: sgml
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.