corrected several xml syntax errors that were causing make test to fail

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@48884 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Daniel Beckham 2001-05-30 15:36:40 +00:00
parent 6b154df9b1
commit 2e13a4e42f

View file

@ -860,7 +860,7 @@ $fl_array = preg_grep ("/^(\d+)?\.\d+$/", $array);
expression pattern matching using the same syntax and semantics
as Perl 5, with just a few differences (see below). The current
implementation corresponds to Perl 5.005.
</literal>
</simpara>
</refsect1>
<refsect1>
@ -992,6 +992,7 @@ $fl_array = preg_grep ("/^(\d+)?\.\d+$/", $array);
</para>
</listitem>
</orderedlist>
</para>
</refsect1>
<refsect1 id="regexp.reference">
@ -1014,7 +1015,7 @@ $fl_array = preg_grep ("/^(\d+)?\.\d+$/", $array);
<literal>The quick brown fox</literal>
matches a portion of a subject string that is identical to
itself.
</literallayout>
</para>
</refsect2>
<refsect2 id="regexp.reference.meta">
<title>Meta-caracters</title>
@ -1184,10 +1185,10 @@ $fl_array = preg_grep ("/^(\d+)?\.\d+$/", $array);
</variablelist>
The following sections describe the use of each of the
meta-characters.
</literallayout>
</para>
</refsect2>
<refsect2 id="regexp.reference.backslash">
<title>backslash</title>
<refsect2 id="regexp.reference.backslash">
<title>backslash</title>
<para>
The backslash character has several uses. Firstly, if it is
followed by a non-alphameric character, it takes away any
@ -1410,6 +1411,7 @@ $fl_array = preg_grep ("/^(\d+)?\.\d+$/", $array);
</simpara>
</listitem>
</varlistentry>
</variablelist>
</para>
<para>
Note that octal values of 100 or greater must not be intro-
@ -1419,7 +1421,7 @@ $fl_array = preg_grep ("/^(\d+)?\.\d+$/", $array);
<para>
All the sequences that define a single byte value can be
used both inside and outside character classes. In addition,
inside a character class, the sequence "<literal>\b<literal>" is interpreted
inside a character class, the sequence "<literal>\b</literal>" is interpreted
as the backspace character (hex 08). Outside a character
class it has a different meaning (see below).
</para>