From bc1e4a5a10721b3e6641f806ea1f66d02b77642b Mon Sep 17 00:00:00 2001 From: Andrey Hristov Date: Mon, 7 Jun 1999 18:52:20 +0000 Subject: Don't set is_ref in _phpi_splice() More checking in array_merge() Added keys() and values() array functions. --- ext/standard/basic_functions.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ext/standard/basic_functions.h') 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 { -- cgit v1.2.1