Removed duplicate lines and fixed typo

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@53612 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Martin Samesch 2001-08-06 21:00:40 +00:00
parent 3857249d71
commit 932188f3bd

View file

@ -1,4 +1,4 @@
<!-- $Revision: 1.23 $ -->
<!-- $Revision: 1.24 $ -->
<reference id="ref.regex">
<title>Regular Expression Functions (POSIX Extended)</title>
<titleabbrev>Regexps</titleabbrev>
@ -368,9 +368,7 @@ echo "Month: $month; Day: $day; Year: $year&lt;br&gt;\n";
<para>
See also:
<function>implode</function>,
<function>preg_split</function>,
<function>explode</function>,
<function>preg_split</function>,
<function>spliti</function>,
<function>explode</function>,
and <function>implode</function>.
@ -405,10 +403,8 @@ echo "Month: $month; Day: $day; Year: $year&lt;br&gt;\n";
</para>
<para>
See also
<function>implode</function>,
<function>preg_spliti</function>,
<function>explode</function>,
<function>spliti</function>,
<function>preg_spliti</function>,
<function>split</function>,
<function>explode</function>,
and <function>implode</function>.
</para>