fix copy-paste shit

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@242055 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Nuno Lopes 2007-09-01 18:47:57 +00:00
parent c3fc93c172
commit 3f1468766e

View file

@ -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>