Home
last modified time | relevance | path

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

/PHP-8.2/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.2/ext/standard/
H A Dflock_compat.h56 # define fsync _commit macro
H A Dfile.c1336 PHP_FUNCTION(fsync) in PHP_FUNCTION() argument
H A Dbasic_functions.stub.php2836 function fsync($stream): bool {}
H A Dbasic_functions_arginfo.h2659 ZEND_FUNCTION(fsync);
3296 ZEND_FE(fsync, arginfo_fsync)
/PHP-8.2/main/
H A Dphp_network.h44 # define fsync _commit macro
/PHP-8.2/main/streams/
H A Dplain_wrapper.c57 #define fsync _commit macro
58 #define fdatasync fsync
62 # define fdatasync fsync
567 return fsync(fd); in php_stdiop_sync()
H A Dxp_socket.c259 return fsync(sock->socket); in php_sockop_flush()

Completed in 44 milliseconds