diff options
Diffstat (limited to 'ext/standard/file.c')
| -rw-r--r-- | ext/standard/file.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/standard/file.c b/ext/standard/file.c index 20ad89d413..75300986d8 100644 --- a/ext/standard/file.c +++ b/ext/standard/file.c @@ -1243,7 +1243,7 @@ PHPAPI PHP_FUNCTION(fgetss) } /* }}} */ -/* {{{ proto mixed fscanf(string str, string format [, string ...]) +/* {{{ proto mixed fscanf(resource stream, string format [, string ...]) Implements a mostly ANSI compatible fscanf() */ PHP_FUNCTION(fscanf) { |
