Home
last modified time | relevance | path

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

/php-src/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-src/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.php2834 function fsync($stream): bool {}
H A Dbasic_functions_arginfo.h2657 ZEND_FUNCTION(fsync);
3293 ZEND_FE(fsync, arginfo_fsync)
/php-src/main/
H A Dphp_network.h42 # define fsync _commit macro
/php-src/main/streams/
H A Dplain_wrapper.c58 #define fsync _commit macro
59 #define fdatasync fsync
63 # define fdatasync fsync
564 return fsync(fd); in php_stdiop_sync()
H A Dxp_socket.c259 return fsync(sock->socket); in php_sockop_flush()

Completed in 74 milliseconds