samesch Sun Aug 5 12:25:57 2007 UTC
Modified files:
/phpdoc/en/reference/regex/functions spliti.xml
Log:
typos
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/regex/functions/spliti.xml?r1=1.9&r2=1.10&diff_format=u
Index: phpdoc/en/reference/regex/functions/spliti.xml
diff -u phpdoc/en/reference/regex/functions/spliti.xml:1.9
phpdoc/en/reference/regex/functions/spliti.xml:1.10
--- phpdoc/en/reference/regex/functions/spliti.xml:1.9 Wed Jun 20 22:25:18 2007
+++ phpdoc/en/reference/regex/functions/spliti.xml Sun Aug 5 12:25:57 2007
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.9 $ -->
+<!-- $Revision: 1.10 $ -->
<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.spliti">
<refnamediv>
<refname>spliti</refname>
@@ -36,7 +36,7 @@
<para>
If you want to split on any of the characters which are considered
special by regular expressions, you'll need to escape them first. If
- you think <function>split</function> (or any other regex function, for
+ you think <function>spliti</function> (or any other regex function, for
that matter) is doing something weird, please read the file
<filename>regex.7</filename>, included in the
<filename>regex/</filename> subdirectory of the PHP distribution. It's
@@ -73,7 +73,7 @@
<para>
Returns an array of strings, each of which is a substring of
<parameter>string</parameter> formed by splitting it on boundaries formed
- by the case-sensitive regular expression <parameter>pattern</parameter>.
+ by the case insensitive regular expression <parameter>pattern</parameter>.
</para>
<para>
If there are <replaceable>n</replaceable> occurrences of
@@ -82,7 +82,7 @@
there is no occurrence of <parameter>pattern</parameter>, an array with
only one element will be returned. Of course, this is also true if
<parameter>string</parameter> is empty. If an error occurs,
- <function>split</function> returns &false;.
+ <function>spliti</function> returns &false;.
</para>
</refsect1>