diff options
| author | Andrey Hristov <andrey@php.net> | 1999-06-09 15:39:56 +0000 |
|---|---|---|
| committer | Andrey Hristov <andrey@php.net> | 1999-06-09 15:39:56 +0000 |
| commit | 835b0d8823a9a9fdb7b1903fcbe193256b5fe1a2 (patch) | |
| tree | 11c68f6ddc57754e90f4940f0138cebf5521e3f8 /ext/standard/basic_functions.h | |
| parent | 2a64925a6767dcc000d8d63c2fd717c83b239e9d (diff) | |
| download | php-git-835b0d8823a9a9fdb7b1903fcbe193256b5fe1a2.tar.gz | |
*** empty log message ***
Diffstat (limited to 'ext/standard/basic_functions.h')
| -rw-r--r-- | ext/standard/basic_functions.h | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/ext/standard/basic_functions.h b/ext/standard/basic_functions.h index 35c038d0b3..ab1fe02203 100644 --- a/ext/standard/basic_functions.h +++ b/ext/standard/basic_functions.h @@ -122,15 +122,15 @@ PHP_FUNCTION(function_exists); PHP_FUNCTION(in_array); PHP_FUNCTION(extract); PHP_FUNCTION(compact); -PHP_FUNCTION(push); -PHP_FUNCTION(pop); -PHP_FUNCTION(shift); -PHP_FUNCTION(unshift); -PHP_FUNCTION(splice); -PHP_FUNCTION(slice); +PHP_FUNCTION(array_push); +PHP_FUNCTION(array_pop); +PHP_FUNCTION(array_shift); +PHP_FUNCTION(array_unshift); +PHP_FUNCTION(array_splice); +PHP_FUNCTION(array_slice); PHP_FUNCTION(array_merge); -PHP_FUNCTION(keys); -PHP_FUNCTION(values); +PHP_FUNCTION(array_keys); +PHP_FUNCTION(array_values); #if HAVE_PUTENV typedef struct { |
