Skip to content

Commit 344f380

Browse files
committed
regenerated args header
1 parent c4b7d5d commit 344f380

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

ext/standard/basic_functions_arginfo.h

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* This is a generated file, edit the .stub.php file instead.
2-
* Stub hash: 7540039937587f05584660bc1a1a8a80aa5ccbd1 */
2+
* Stub hash: 10b34c3c2fc59b9b7d635c69604b4c3d5fd7b19b */
33

44
ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(arginfo_set_time_limit, 0, 1, _IS_BOOL, 0)
55
ZEND_ARG_TYPE_INFO(0, seconds, IS_LONG, 0)
@@ -1269,6 +1269,8 @@ ZEND_END_ARG_INFO()
12691269

12701270
#define arginfo_fflush arginfo_rewind
12711271

1272+
#define arginfo_fsync arginfo_rewind
1273+
12721274
ZEND_BEGIN_ARG_WITH_RETURN_TYPE_MASK_EX(arginfo_fwrite, 0, 2, MAY_BE_LONG|MAY_BE_FALSE)
12731275
ZEND_ARG_INFO(0, stream)
12741276
ZEND_ARG_TYPE_INFO(0, data, IS_STRING, 0)
@@ -2560,6 +2562,7 @@ ZEND_FUNCTION(fstat);
25602562
ZEND_FUNCTION(fseek);
25612563
ZEND_FUNCTION(ftell);
25622564
ZEND_FUNCTION(fflush);
2565+
ZEND_FUNCTION(fsync);
25632566
ZEND_FUNCTION(fwrite);
25642567
ZEND_FUNCTION(mkdir);
25652568
ZEND_FUNCTION(rename);
@@ -3197,6 +3200,7 @@ static const zend_function_entry ext_functions[] = {
31973200
ZEND_FE(fseek, arginfo_fseek)
31983201
ZEND_FE(ftell, arginfo_ftell)
31993202
ZEND_FE(fflush, arginfo_fflush)
3203+
ZEND_FE(fsync, arginfo_fsync)
32003204
ZEND_FE(fwrite, arginfo_fwrite)
32013205
ZEND_FALIAS(fputs, fwrite, arginfo_fputs)
32023206
ZEND_FE(mkdir, arginfo_mkdir)

0 commit comments

Comments
 (0)