summaryrefslogtreecommitdiff
path: root/ext/standard/php_array.h
diff options
context:
space:
mode:
authorAndrei Zmievski <andrei@php.net>2001-02-20 14:23:03 +0000
committerAndrei Zmievski <andrei@php.net>2001-02-20 14:23:03 +0000
commit1424e36315c3f4c5dc28a4568ca562b78a3d79eb (patch)
tree08d70db320f583b201d8b16395243a86ca7caf4f /ext/standard/php_array.h
parent4c04c755ddf913632db77987db9ddbb64fdb9100 (diff)
downloadphp-git-1424e36315c3f4c5dc28a4568ca562b78a3d79eb.tar.gz
Rename to array_search().
Diffstat (limited to 'ext/standard/php_array.h')
-rw-r--r--ext/standard/php_array.h2
1 files changed, 1 insertions, 1 deletions
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);