summaryrefslogtreecommitdiff
path: root/ext/standard/file.c
diff options
context:
space:
mode:
authorWez Furlong <wez@php.net>2002-03-16 16:52:24 +0000
committerWez Furlong <wez@php.net>2002-03-16 16:52:24 +0000
commit0895998befef84b10cb4a2fea0541f1bca098c28 (patch)
treef0b5038e1724835b7f9cf0c33c02bbdc2b309383 /ext/standard/file.c
parent11a67831d1000617e44e4972a12413d559a65b78 (diff)
downloadphp-git-0895998befef84b10cb4a2fea0541f1bca098c28.tar.gz
s/get_file_contents/file_get_contents/
Diffstat (limited to 'ext/standard/file.c')
-rw-r--r--ext/standard/file.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/standard/file.c b/ext/standard/file.c
index 78259c6675..8c4f727c33 100644
--- a/ext/standard/file.c
+++ b/ext/standard/file.c
@@ -366,9 +366,9 @@ PHP_FUNCTION(get_meta_tags)
/* }}} */
-/* {{{ proto string get_file_contents(string filename [, bool use_include_path])
+/* {{{ proto string file_get_contents(string filename [, bool use_include_path])
Read the entire file into a string */
-PHP_FUNCTION(get_file_contents)
+PHP_FUNCTION(file_get_contents)
{
char *filename;
int filename_len;