|
1 | 1 | /* This is a generated file, edit the .stub.php file instead.
|
2 |
| - * Stub hash: 7540039937587f05584660bc1a1a8a80aa5ccbd1 */ |
| 2 | + * Stub hash: 10b34c3c2fc59b9b7d635c69604b4c3d5fd7b19b */ |
3 | 3 |
|
4 | 4 | ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(arginfo_set_time_limit, 0, 1, _IS_BOOL, 0)
|
5 | 5 | ZEND_ARG_TYPE_INFO(0, seconds, IS_LONG, 0)
|
@@ -1269,6 +1269,8 @@ ZEND_END_ARG_INFO()
|
1269 | 1269 |
|
1270 | 1270 | #define arginfo_fflush arginfo_rewind
|
1271 | 1271 |
|
| 1272 | +#define arginfo_fsync arginfo_rewind |
| 1273 | + |
1272 | 1274 | ZEND_BEGIN_ARG_WITH_RETURN_TYPE_MASK_EX(arginfo_fwrite, 0, 2, MAY_BE_LONG|MAY_BE_FALSE)
|
1273 | 1275 | ZEND_ARG_INFO(0, stream)
|
1274 | 1276 | ZEND_ARG_TYPE_INFO(0, data, IS_STRING, 0)
|
@@ -2560,6 +2562,7 @@ ZEND_FUNCTION(fstat);
|
2560 | 2562 | ZEND_FUNCTION(fseek);
|
2561 | 2563 | ZEND_FUNCTION(ftell);
|
2562 | 2564 | ZEND_FUNCTION(fflush);
|
| 2565 | +ZEND_FUNCTION(fsync); |
2563 | 2566 | ZEND_FUNCTION(fwrite);
|
2564 | 2567 | ZEND_FUNCTION(mkdir);
|
2565 | 2568 | ZEND_FUNCTION(rename);
|
@@ -3197,6 +3200,7 @@ static const zend_function_entry ext_functions[] = {
|
3197 | 3200 | ZEND_FE(fseek, arginfo_fseek)
|
3198 | 3201 | ZEND_FE(ftell, arginfo_ftell)
|
3199 | 3202 | ZEND_FE(fflush, arginfo_fflush)
|
| 3203 | + ZEND_FE(fsync, arginfo_fsync) |
3200 | 3204 | ZEND_FE(fwrite, arginfo_fwrite)
|
3201 | 3205 | ZEND_FALIAS(fputs, fwrite, arginfo_fputs)
|
3202 | 3206 | ZEND_FE(mkdir, arginfo_mkdir)
|
|
0 commit comments