From: [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