From f54bc36215eba67eba01c136bbbc2283642e6359 Mon Sep 17 00:00:00 2001 From: Justin Martin <frozenfire@php.net> Date: Tue, 31 Dec 2013 20:14:30 +0000 Subject: [PATCH] Removed initializer from the search_value parameter, as it was incorrect and confusing. Fixes bug #65904. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@332548 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/array/functions/array-keys.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reference/array/functions/array-keys.xml b/reference/array/functions/array-keys.xml index b5c508cc21..84dcb70f70 100644 --- a/reference/array/functions/array-keys.xml +++ b/reference/array/functions/array-keys.xml @@ -11,7 +11,7 @@ <methodsynopsis> <type>array</type><methodname>array_keys</methodname> <methodparam><type>array</type><parameter>array</parameter></methodparam> - <methodparam choice="opt"><type>mixed</type><parameter>search_value</parameter><initializer>&null;</initializer></methodparam> + <methodparam choice="opt"><type>mixed</type><parameter>search_value</parameter></methodparam> <methodparam choice="opt"><type>bool</type><parameter>strict</parameter><initializer>false</initializer></methodparam> </methodsynopsis> <para>