From 87c64280b0b6a03e61dae5a62ece5169f706938d Mon Sep 17 00:00:00 2001 From: Marcus Boerger Date: Sat, 15 Jul 2006 10:21:10 +0000 Subject: - MFH Added array_fill_keys(). (Marcus, Mathew W) --- ext/standard/php_array.h | 1 + 1 file changed, 1 insertion(+) (limited to 'ext/standard/php_array.h') diff --git a/ext/standard/php_array.h b/ext/standard/php_array.h index 9f2c1f68f3..b2cbbdb9f2 100644 --- a/ext/standard/php_array.h +++ b/ext/standard/php_array.h @@ -54,6 +54,7 @@ PHP_FUNCTION(array_search); PHP_FUNCTION(extract); PHP_FUNCTION(compact); PHP_FUNCTION(array_fill); +PHP_FUNCTION(array_fill_keys); PHP_FUNCTION(range); PHP_FUNCTION(shuffle); PHP_FUNCTION(array_multisort); -- cgit v1.2.1