diff options
| author | Andrey Hristov <andrey@php.net> | 1999-06-07 18:52:20 +0000 |
|---|---|---|
| committer | Andrey Hristov <andrey@php.net> | 1999-06-07 18:52:20 +0000 |
| commit | bc1e4a5a10721b3e6641f806ea1f66d02b77642b (patch) | |
| tree | 6ca90d195111ff04e8cbca62ce4b8e491ce0bd38 /ext/standard/basic_functions.h | |
| parent | d8a9548cb2468c7ac7981b7a3c441e918482d7e3 (diff) | |
| download | php-git-bc1e4a5a10721b3e6641f806ea1f66d02b77642b.tar.gz | |
Don't set is_ref in _phpi_splice()
More checking in array_merge()
Added keys() and values() array functions.
Diffstat (limited to 'ext/standard/basic_functions.h')
| -rw-r--r-- | ext/standard/basic_functions.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/standard/basic_functions.h b/ext/standard/basic_functions.h index e3f70559af..35c038d0b3 100644 --- a/ext/standard/basic_functions.h +++ b/ext/standard/basic_functions.h @@ -129,6 +129,8 @@ PHP_FUNCTION(unshift); PHP_FUNCTION(splice); PHP_FUNCTION(slice); PHP_FUNCTION(array_merge); +PHP_FUNCTION(keys); +PHP_FUNCTION(values); #if HAVE_PUTENV typedef struct { |
