cortesi Thu Mar 21 05:46:28 2002 EDT
Modified files:
/phpdoc/en/functions pcre.xml
Log:
make some <para> look like the others
Index: phpdoc/en/functions/pcre.xml
diff -u phpdoc/en/functions/pcre.xml:1.75 phpdoc/en/functions/pcre.xml:1.76
--- phpdoc/en/functions/pcre.xml:1.75 Mon Mar 11 02:30:22 2002
+++ phpdoc/en/functions/pcre.xml Thu Mar 21 05:46:27 2002
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.75 $ -->
+<!-- $Revision: 1.76 $ -->
<reference id="ref.pcre">
<title>Regular Expression Functions (Perl-Compatible)</title>
<titleabbrev>PCRE</titleabbrev>
@@ -712,13 +712,15 @@
<para>
<function>preg_grep</function> returns the array consisting of
the elements of the <parameter>input</parameter> array that match
- the given <parameter>pattern</parameter>.</para>
+ the given <parameter>pattern</parameter>.
+ </para>
<para>
Since PHP 4.0.4, the results returned by <function>preg_grep</function>
are indexed using the keys from the input array. If this behavior is
undesirable, use <function>array_values</function> on the array returned by
- <function>preg_grep</function> to reindex the values.</para>
+ <function>preg_grep</function> to reindex the values.
+ </para>
<para>
<example>
@@ -912,7 +914,6 @@
</refentry>
<refentry id="pcre.pattern.syntax">
-
<refnamediv>
<refname>Pattern Syntax</refname>
<refpurpose>Describes PCRE regex syntax</refpurpose>