summaryrefslogtreecommitdiff
path: root/ext/standard/file.c
diff options
context:
space:
mode:
authorGabriel Caruso <carusogabriel34@gmail.com>2018-02-23 04:42:27 -0300
committerChristoph M. Becker <cmbecker69@gmx.de>2018-02-23 11:06:20 +0100
commit1314f0fb3a9ff25b9afe68845012c1d0acbec262 (patch)
tree85f4d3abdfe8c3da39b85ccf47ae25075d2987d3 /ext/standard/file.c
parentbff179888f6d247c3584150f0c729634b95c745b (diff)
downloadphp-git-1314f0fb3a9ff25b9afe68845012c1d0acbec262.tar.gz
Use int instead of long in protos
Diffstat (limited to 'ext/standard/file.c')
-rw-r--r--ext/standard/file.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/standard/file.c b/ext/standard/file.c
index d5b52e0b72..bb497616e0 100644
--- a/ext/standard/file.c
+++ b/ext/standard/file.c
@@ -517,7 +517,7 @@ PHP_FUNCTION(get_meta_tags)
}
/* }}} */
-/* {{{ proto string file_get_contents(string filename [, bool use_include_path [, resource context [, long offset [, long maxlen]]]])
+/* {{{ proto string file_get_contents(string filename [, bool use_include_path [, resource context [, int offset [, int maxlen]]]])
Read the entire file into a string */
PHP_FUNCTION(file_get_contents)
{