Fix typo in tag name

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@297786 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Yannick Torres 2010-04-10 07:58:00 +00:00
parent 01adf8724e
commit 0306ecd5ad

View file

@ -50,7 +50,7 @@
If the third parameter <parameter>strict</parameter> is set to &true;
then the <function>array_search</function> function will search for
<emphasis>identical</emphasis> elements in the
<parameter>haystack</parameters>. This means it will also check the
<parameter>haystack</parameter>. This means it will also check the
<link linkend="language.types">types</link> of the
<parameter>needle</parameter> in the <parameter>haystack</parameter>,
and objects must be the same instance.