From 78e4644fa1bdd4214709c3584b776d93a18615fd Mon Sep 17 00:00:00 2001 From: Derick Rethans Date: Sun, 11 Nov 2001 18:28:43 +0000 Subject: - Renaming key_exists to array_key_exists @- Renamed key_exists tp array_key_exists. (Derick) #- Not sure if this belongs in NEWS, but it was already in a released # version. And yes, I know I'm breaking BC here, but as it was not documented # yet, that doesn't matter. --- ext/standard/php_array.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/standard/php_array.h') diff --git a/ext/standard/php_array.h b/ext/standard/php_array.h index 0292b2416e..73b17bde92 100644 --- a/ext/standard/php_array.h +++ b/ext/standard/php_array.h @@ -79,7 +79,7 @@ PHP_FUNCTION(array_diff); PHP_FUNCTION(array_sum); PHP_FUNCTION(array_filter); PHP_FUNCTION(array_map); -PHP_FUNCTION(key_exists); +PHP_FUNCTION(array_key_exists); PHP_FUNCTION(array_chunk); HashTable* php_splice(HashTable *, int, int, zval ***, int, HashTable **); -- cgit v1.2.1