mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Signatures for regex from a string range was removed
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343090 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
1d95721863
commit
dba36578a3
2 changed files with 0 additions and 62 deletions
|
@ -15,13 +15,6 @@
|
|||
<methodparam><type>integer</type><parameter>id</parameter></methodparam>
|
||||
<!--<methodparam choice="opt"><type>integer</type><parameter>userId</parameter></methodparam>-->
|
||||
</methodsynopsis>
|
||||
<methodsynopsis>
|
||||
<modifier>public</modifier> <type>void</type><methodname>Parle\Lexer::push</methodname>
|
||||
<methodparam><type>string</type><parameter>regexStart</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>regexEnd</parameter></methodparam>
|
||||
<methodparam><type>integer</type><parameter>id</parameter></methodparam>
|
||||
<!--<methodparam choice="opt"><type>integer</type><parameter>userId</parameter></methodparam>-->
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
@ -38,22 +31,6 @@
|
|||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><parameter>regexStart</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Regular expression used to match the token start.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><parameter>regexEnd</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Regular expression used to match the token end.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><parameter>id</parameter></term>
|
||||
<listitem>
|
||||
|
|
|
@ -15,13 +15,6 @@
|
|||
<methodparam><type>integer</type><parameter>id</parameter></methodparam>
|
||||
<!--<methodparam choice="opt"><type>integer</type><parameter>userId</parameter></methodparam>-->
|
||||
</methodsynopsis>
|
||||
<methodsynopsis>
|
||||
<modifier>public</modifier> <type>void</type><methodname>Parle\Lexer::push</methodname>
|
||||
<methodparam><type>string</type><parameter>regexStart</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>regexEnd</parameter></methodparam>
|
||||
<methodparam><type>integer</type><parameter>id</parameter></methodparam>
|
||||
<!--<methodparam choice="opt"><type>integer</type><parameter>userId</parameter></methodparam>-->
|
||||
</methodsynopsis>
|
||||
<methodsynopsis>
|
||||
<modifier>public</modifier> <type>void</type><methodname>Parle\Lexer::push</methodname>
|
||||
<methodparam><type>string</type><parameter>state</parameter></methodparam>
|
||||
|
@ -30,28 +23,12 @@
|
|||
<methodparam><type>string</type><parameter>newState</parameter></methodparam>
|
||||
<!--<methodparam choice="opt"><type>integer</type><parameter>userId</parameter></methodparam>-->
|
||||
</methodsynopsis>
|
||||
<methodsynopsis>
|
||||
<modifier>public</modifier> <type>void</type><methodname>Parle\Lexer::push</methodname>
|
||||
<methodparam><type>string</type><parameter>state</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>regexStart</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>regexEnd</parameter></methodparam>
|
||||
<methodparam><type>integer</type><parameter>id</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>newState</parameter></methodparam>
|
||||
<!--<methodparam choice="opt"><type>integer</type><parameter>userId</parameter></methodparam>-->
|
||||
</methodsynopsis>
|
||||
<methodsynopsis>
|
||||
<modifier>public</modifier> <type>void</type><methodname>Parle\Lexer::push</methodname>
|
||||
<methodparam><type>string</type><parameter>state</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>regex</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>newState</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<methodsynopsis>
|
||||
<modifier>public</modifier> <type>void</type><methodname>Parle\Lexer::push</methodname>
|
||||
<methodparam><type>string</type><parameter>state</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>regexStart</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>regexEnd</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>newState</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
@ -68,22 +45,6 @@
|
|||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><parameter>regexStart</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Regular expression used to match the token start.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><parameter>regexEnd</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Regular expression used to match the token end.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><parameter>id</parameter></term>
|
||||
<listitem>
|
||||
|
|
Loading…
Reference in a new issue