diff options
Diffstat (limited to 'ext/standard/php_array.h')
| -rw-r--r-- | ext/standard/php_array.h | 2 | 
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); | 
