diff options
author | Jon Parise <jon@php.net> | 2001-05-15 23:28:17 +0000 |
---|---|---|
committer | Jon Parise <jon@php.net> | 2001-05-15 23:28:17 +0000 |
commit | 6c5db8d2d71154286fede9f30df1ed2cdde50573 (patch) | |
tree | 6d3d80a310519e98c7b41e1f203655be2e6d8aa9 /ext/standard/php_filestat.h | |
parent | 58f7df0ae4665209acd92609658b23cd91ede2f7 (diff) | |
download | php-git-6c5db8d2d71154286fede9f30df1ed2cdde50573.tar.gz |
@ - Renamed diskfreespace() to disk_free_space() to conform to established
@ naming conventions. (jon)
Diffstat (limited to 'ext/standard/php_filestat.h')
-rw-r--r-- | ext/standard/php_filestat.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/standard/php_filestat.h b/ext/standard/php_filestat.h index fc78fb4dfe..57e30c35b7 100644 --- a/ext/standard/php_filestat.h +++ b/ext/standard/php_filestat.h @@ -43,7 +43,7 @@ PHP_FUNCTION(is_link); PHP_FUNCTION(file_exists); PHP_NAMED_FUNCTION(php_if_stat); PHP_NAMED_FUNCTION(php_if_lstat); -PHP_FUNCTION(diskfreespace); +PHP_FUNCTION(disk_free_space); PHP_FUNCTION(chown); PHP_FUNCTION(chgrp); PHP_FUNCTION(chmod); |