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
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: sander@php.net
New email:
PHP Version: OS:

 

 [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: Thu Sep 19 02:01:28 2024 UTC