summaryrefslogtreecommitdiff
path: root/ext/standard/php_array.h
diff options
context:
space:
mode:
authorAndrey Hristov <andrey@php.net>2005-05-11 11:43:11 +0000
committerAndrey Hristov <andrey@php.net>2005-05-11 11:43:11 +0000
commitbe3a9ccdf325ad6247f2c90bd39005cd4050d20b (patch)
tree56f2714d58cdf4b9a76b0334e4cf697896fe6194 /ext/standard/php_array.h
parent4cabeaf1c771a413b4df5524b4866ece179cca38 (diff)
downloadphp-git-be3a9ccdf325ad6247f2c90bd39005cd4050d20b.tar.gz
add function array_product()
Diffstat (limited to 'ext/standard/php_array.h')
-rw-r--r--ext/standard/php_array.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/standard/php_array.h b/ext/standard/php_array.h
index 46bd2c77dd..f949b38cb5 100644
--- a/ext/standard/php_array.h
+++ b/ext/standard/php_array.h
@@ -92,6 +92,7 @@ PHP_FUNCTION(array_udiff_assoc);
PHP_FUNCTION(array_diff_uassoc);
PHP_FUNCTION(array_udiff_uassoc);
PHP_FUNCTION(array_sum);
+PHP_FUNCTION(array_product);
PHP_FUNCTION(array_filter);
PHP_FUNCTION(array_map);
PHP_FUNCTION(array_key_exists);