From: Andrey Hristov Date: Mon, 26 Jul 2004 06:32:54 +0000 (+0000) Subject: proto fix X-Git-Tag: PRE_ZEND_VM_DISPATCH_PATCH~364 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e64af9a898c7bc15a469c124486b923254ecc51c;p=php proto fix (thanks to dave%php.net for spotting) --- diff --git a/ext/standard/array.c b/ext/standard/array.c index 33e7652703..84625ca71c 100644 --- a/ext/standard/array.c +++ b/ext/standard/array.c @@ -3044,7 +3044,7 @@ out: efree(args); } -/* {{{ proto array array_intersect_key(array arr1, array arr2 [, array ...], callback data_compare_func) +/* {{{ proto array array_intersect_key(array arr1, array arr2 [, array ...]) Returns the entries of arr1 that have keys which are present in all the other arguments. Kind of equivalent to array_diff(array_keys($arr1), array_keys($arr2)[,array_keys(...)]). Equivalent of array_intersect_assoc() but does not do compare of the data. */ PHP_FUNCTION(array_intersect_key) {