php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #13127 bool strict should be optional in array_search
Submitted: 2001-09-04 07:54 UTC Modified: 2001-10-06 05:07 UTC
From: sander@php.net Assigned:
Status: Closed Package: Documentation problem
PHP Version: 4.0.6 OS: n/a
Private report: No CVE-ID: None
 [2001-09-04 07:54 UTC] sander@php.net
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)

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-10-06 05:07 UTC] georg@php.net
Documentation already fixed:

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


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue Sep 17 00:01:28 2024 UTC