diff options
| author | Andi Gutmans <andi@php.net> | 1999-10-16 10:14:47 +0000 |
|---|---|---|
| committer | Andi Gutmans <andi@php.net> | 1999-10-16 10:14:47 +0000 |
| commit | ad84f02efbbcf165f5e24770c0dfa1674442406a (patch) | |
| tree | 7eba00475d7ca5a084b1b77e2d1e14342ba2547d /ext | |
| parent | e74d81f2eddd6f44d047c073e4128742ca63aa61 (diff) | |
| download | php-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')
| -rw-r--r-- | ext/standard/basic_functions.c | 2 | ||||
| -rw-r--r-- | ext/standard/basic_functions.h | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/ext/standard/basic_functions.c b/ext/standard/basic_functions.c index 34033711d4..8c400933ff 100644 --- a/ext/standard/basic_functions.c +++ b/ext/standard/basic_functions.c @@ -3143,7 +3143,6 @@ PHP_FUNCTION(array_reverse) /* }}} */ -#if 0 /* {{{ proto array array_map(array input, string value_exp [, string key_exp] */ PHP_FUNCTION(array_map) { @@ -3176,7 +3175,6 @@ PHP_FUNCTION(array_map) zend_hash_move_forward((*input)->value.ht); } } -#endif /* * Local variables: 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); |
