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 b2ff0f4f22..334e69af2b 100644 --- a/ext/standard/file.h +++ b/ext/standard/file.h @@ -49,6 +49,7 @@ PHP_FUNCTION(fgets); PHP_FUNCTION(fgetss); PHP_FUNCTION(fgetcsv); PHP_FUNCTION(fwrite); +PHP_FUNCTION(fflush); PHP_FUNCTION(rewind); PHP_FUNCTION(ftell); PHP_FUNCTION(fseek); |