diff options
Diffstat (limited to 'ext/standard/file.h')
| -rw-r--r-- | ext/standard/file.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/standard/file.h b/ext/standard/file.h index 334e69af2b..adf9d9b028 100644 --- a/ext/standard/file.h +++ b/ext/standard/file.h @@ -46,6 +46,7 @@ PHP_FUNCTION(feof); PHP_FUNCTION(fread); PHP_FUNCTION(fgetc); PHP_FUNCTION(fgets); +PHP_FUNCTION(fscanf); PHP_FUNCTION(fgetss); PHP_FUNCTION(fgetcsv); PHP_FUNCTION(fwrite); |
