From 1424e36315c3f4c5dc28a4568ca562b78a3d79eb Mon Sep 17 00:00:00 2001 From: Andrei Zmievski Date: Tue, 20 Feb 2001 14:23:03 +0000 Subject: Rename to array_search(). --- 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 0b2c9dcecc..aa75255087 100644 --- a/ext/standard/php_array.h +++ b/ext/standard/php_array.h @@ -49,7 +49,7 @@ PHP_FUNCTION(key); PHP_FUNCTION(min); PHP_FUNCTION(max); PHP_FUNCTION(in_array); -PHP_FUNCTION(search_array); +PHP_FUNCTION(array_search); PHP_FUNCTION(extract); PHP_FUNCTION(compact); PHP_FUNCTION(range); -- cgit v1.2.1