We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8a2a29 commit c4b7d5dCopy full SHA for c4b7d5d
ext/standard/basic_functions_arginfo.h
@@ -2560,7 +2560,6 @@ ZEND_FUNCTION(fstat);
2560
ZEND_FUNCTION(fseek);
2561
ZEND_FUNCTION(ftell);
2562
ZEND_FUNCTION(fflush);
2563
-ZEND_FUNCTION(fsync);
2564
ZEND_FUNCTION(fwrite);
2565
ZEND_FUNCTION(mkdir);
2566
ZEND_FUNCTION(rename);
@@ -3198,7 +3197,6 @@ static const zend_function_entry ext_functions[] = {
3198
3197
ZEND_FE(fseek, arginfo_fseek)
3199
ZEND_FE(ftell, arginfo_ftell)
3200
ZEND_FE(fflush, arginfo_fflush)
3201
- ZEND_FE(fsync, arginfo_fflush)
3202
ZEND_FE(fwrite, arginfo_fwrite)
3203
ZEND_FALIAS(fputs, fwrite, arginfo_fputs)
3204
ZEND_FE(mkdir, arginfo_mkdir)
0 commit comments