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 2fee1a3589..1f4f28cdb2 100644 --- a/ext/standard/php_array.h +++ b/ext/standard/php_array.h @@ -62,7 +62,7 @@ PHP_FUNCTION(extract); PHP_FUNCTION(compact); PHP_FUNCTION(range); PHP_FUNCTION(shuffle); -PHP_FUNCTION(multisort); +PHP_FUNCTION(array_multisort); PHP_FUNCTION(array_push); PHP_FUNCTION(array_pop); PHP_FUNCTION(array_shift); |