[PHP-DOC] Bug #13127 Updated: bool strict should be optional in array_search From: georg <email protected>
Date: 10/06/01

ID: 13127
Updated by: georg
Reported By: sander <email protected>
Old Status: Open
Status: Closed
Bug Type: Documentation problem
Operating System: n/a
PHP Version: 4.0.6
New Comment:

Documentation already fixed:

mixed array_search (mixed needle, array haystack [, bool strict])

Previous Comments:
------------------------------------------------------------------------

[2001-09-04 07:54:40] sander <email protected>

>From in_array:
bool in_array (mixed needle, array haystack [, bool strict])

>From array_search:
mixed array_search (mixed needle, array haystack, bool strict)
which should be
mixed array_search (mixed needle, array haystack [, bool strict])
(according to the source)

------------------------------------------------------------------------

Edit this bug report at http://bugs.php.net/?id=13127&edit=1