fix spelling

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@283747 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Damien Seguy 2009-07-09 08:13:52 +00:00
parent f662cc25e9
commit b731706730

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision: 1.1 $ -->
<!-- $Revision: 1.2 $ -->
<phpdoc:classref xmlns:phpdoc="http://php.net/ns/phpdoc" xml:id="class.regexiterator" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xi="http://www.w3.org/2001/XInclude">
<title>The RegexIterator class</title>
<titleabbrev></titleabbrev>
@ -102,35 +102,49 @@
<varlistentry xml:id="regexiterator.constants.all-matches">
<term><constant>RegexIterator::ALL_MATCHES</constant></term>
<listitem>
<para>Return all matches for the current entry (see <function>preg_match_all</function>).</para>
<para>
Return all matches for the current entry
(see <function>preg_match_all</function>).
</para>
</listitem>
</varlistentry>
<varlistentry xml:id="regexiterator.constants.get-match">
<term><constant>RegexIterator::GET_MATCH</constant></term>
<listitem>
<para>Return the first match for the current entry (see <function>preg_match</function>).</para>
<para>
Return the first match for the current entry
(see <function>preg_match</function>).
</para>
</listitem>
</varlistentry>
<varlistentry xml:id="regexiterator.constants.match">
<term><constant>RegexIterator::MATCH</constant></term>
<listitem>
<para>Only execute match (filter) for the current entry (see <function>preg_match</function>).</para>
<para>
Only execute match (filter) for the current entry
(see <function>preg_match</function>).
</para>
</listitem>
</varlistentry>
<varlistentry xml:id="regexiterator.constants.replace">
<term><constant>RegexIterator::REPLACE</constant></term>
<listitem>
<para>Replace the current entry or the current key (see <function>preg_replace</function>).</para>
<para>
Replace the current entry or the current key
(see <function>preg_replace</function>).
</para>
</listitem>
</varlistentry>
<varlistentry xml:id="regexiterator.constants.split">
<term><constant>RegexIterator::SPLIT</constant></term>
<listitem>
<para>Returns the split values for the current entry (see <function>preg_split</function>).</para>
<para>
Returns the split values for the current entry (see <function>preg_split</function>).
</para>
</listitem>
</varlistentry>
</variablelist>
@ -141,7 +155,9 @@
<varlistentry xml:id="regexiterator.constants.use-key">
<term><constant>RegexIterator::USE_KEY</constant></term>
<listitem>
<para>Special flag: Match the entry key instead of the entry valye.</para>
<para>
Special flag: Match the entry key instead of the entry value.
</para>
</listitem>
</varlistentry>