diff options
author | Andrey Hristov <andrey@php.net> | 2003-01-18 15:03:01 +0000 |
---|---|---|
committer | Andrey Hristov <andrey@php.net> | 2003-01-18 15:03:01 +0000 |
commit | 309ef518fc9e04f672243fae06a0f445616cb5b6 (patch) | |
tree | d1ff2832f37f07da3f8018ccbab7cd66571c83be /ext/standard/php_var.h | |
parent | 7002a39f97cfe2ca4d104852762de0aec98b88b2 (diff) | |
download | php-git-309ef518fc9e04f672243fae06a0f445616cb5b6.tar.gz |
Renamed get_memory_usage() to memory_get_usage() (per Andi's advice)
This doesn't break any BC.
Diffstat (limited to 'ext/standard/php_var.h')
-rw-r--r-- | ext/standard/php_var.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/standard/php_var.h b/ext/standard/php_var.h index f399a236bf..3ae0bb200f 100644 --- a/ext/standard/php_var.h +++ b/ext/standard/php_var.h @@ -29,7 +29,7 @@ PHP_FUNCTION(debug_zval_dump); PHP_FUNCTION(serialize); PHP_FUNCTION(unserialize); #if MEMORY_LIMIT -PHP_FUNCTION(get_memory_usage); +PHP_FUNCTION(memory_get_usage); #endif void php_var_dump(zval **struc, int level TSRMLS_DC); |