summaryrefslogtreecommitdiff
path: root/ext/standard/basic_functions.h
diff options
context:
space:
mode:
authorAndi Gutmans <andi@php.net>1999-10-16 10:14:47 +0000
committerAndi Gutmans <andi@php.net>1999-10-16 10:14:47 +0000
commitad84f02efbbcf165f5e24770c0dfa1674442406a (patch)
tree7eba00475d7ca5a084b1b77e2d1e14342ba2547d /ext/standard/basic_functions.h
parente74d81f2eddd6f44d047c073e4128742ca63aa61 (diff)
downloadphp-git-ad84f02efbbcf165f5e24770c0dfa1674442406a.tar.gz
- Get windows version to compile again. No biggy if array_map is not #if 0'd
out even if it doesn't work.
Diffstat (limited to 'ext/standard/basic_functions.h')
-rw-r--r--ext/standard/basic_functions.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/standard/basic_functions.h b/ext/standard/basic_functions.h
index 3b266a99e0..a01b35aa90 100644
--- a/ext/standard/basic_functions.h
+++ b/ext/standard/basic_functions.h
@@ -60,6 +60,7 @@ PHP_FUNCTION(usort);
PHP_FUNCTION(uasort);
PHP_FUNCTION(uksort);
PHP_FUNCTION(array_walk);
+PHP_FUNCTION(array_map);
PHP_FUNCTION(count);
PHP_FUNCTION(flush);
PHP_FUNCTION(end);