nlopess         Sat Sep  1 18:47:57 2007 UTC

  Modified files:              
    /phpdoc/en/reference/strings/functions      stristr.xml 
  Log:
  fix copy-paste shit
  
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/strings/functions/stristr.xml?r1=1.14&r2=1.15&diff_format=u
Index: phpdoc/en/reference/strings/functions/stristr.xml
diff -u phpdoc/en/reference/strings/functions/stristr.xml:1.14 
phpdoc/en/reference/strings/functions/stristr.xml:1.15
--- phpdoc/en/reference/strings/functions/stristr.xml:1.14      Sat Sep  1 
18:36:14 2007
+++ phpdoc/en/reference/strings/functions/stristr.xml   Sat Sep  1 18:47:57 2007
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.14 $ -->
+<!-- $Revision: 1.15 $ -->
 <refentry xmlns="http://docbook.org/ns/docbook"; xml:id="function.stristr">
  <refnamediv>
   <refname>stristr</refname>
@@ -44,9 +44,9 @@
      <term><parameter>before_needle</parameter></term>
      <listitem>
       <para>
-       If &true; (the default is &false;), <function>strstr</function> returns
-       the part of the <parameter>haystack</parameter> before the first
-       occurence of the <parameter>needle</parameter>.
+       If &true; (the default is &false;), <function>stristr</function>
+       returns the part of the <parameter>haystack</parameter> before the
+       first occurence of the <parameter>needle</parameter>.
       </para>
      </listitem>
     </varlistentry>
@@ -87,7 +87,7 @@
       <row>
        <entry>4.3.0</entry>
        <entry>
-        <function>strstr</function> was made binary safe.
+        <function>stristr</function> was made binary safe.
        </entry>
       </row>
      </tbody>

Reply via email to