Date: 09/04/01
- Next message: qcvnm_2gk1fvcdk5 <email protected>: "[PHP-DOC] 六千六百萬筆全世界最新Email名單"
- Previous message: Hojtsy Gabor: "[PHP-DOC] cvs: phpdoc / README"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
From: sander <email protected>
Operating system: n/a
PHP version: 4.0.6
PHP Bug Type: Documentation problem
Bug description: bool strict should be optional in array_search
>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 bug report at: http://bugs.php.net/?id=13127&edit=1
- Next message: qcvnm_2gk1fvcdk5 <email protected>: "[PHP-DOC] 六千六百萬筆全世界最新Email名單"
- Previous message: Hojtsy Gabor: "[PHP-DOC] cvs: phpdoc / README"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

