Home
last modified time | relevance | path

Searched refs:fsync (Results 1 – 10 of 10) sorted by relevance

/PHP-8.1/ext/standard/tests/file/
H A Dfsync.phpt2 Test fsync() function: basic functionality
27 var_dump( fsync($file_handle) );
30 echo "\n*** Testing fsync(): for return type ***\n";
31 $return_value = fsync($file_handle);
37 var_dump(fsync($file_handle));
40 echo "\n*** Testing fsync(): for non-file stream ***\n";
42 $return_value = fsync($file_handle);
62 *** Testing fsync(): for return type ***
65 *** Testing fsync(): attempting to sync stdin ***
68 *** Testing fsync(): for non-file stream ***
[all …]
H A Dfdatasync.phpt70 Warning: fdatasync(): Can't fsync this stream! in %s on line %d
/PHP-8.1/ext/standard/
H A Dflock_compat.h56 # define fsync _commit macro
H A Dbasic_functions.stub.php1106 function fsync($stream): bool {} function
H A Dbasic_functions_arginfo.h2570 ZEND_FUNCTION(fsync);
3210 ZEND_FE(fsync, arginfo_fsync)
H A Dfile.c1470 PHP_FUNCTION(fsync) in PHP_FUNCTION() argument
/PHP-8.1/main/
H A Dphp_network.h44 # define fsync _commit macro
/PHP-8.1/main/streams/
H A Dplain_wrapper.c57 #define fsync _commit macro
58 #define fdatasync fsync
62 # define fdatasync fsync
564 return fsync(fd); in php_stdiop_sync()
H A Dxp_socket.c237 return fsync(sock->socket); in php_sockop_flush()
/PHP-8.1/
H A DUPGRADING530 . Added fsync() and fdatasync(), which instruct the operating system to

Completed in 42 milliseconds