Home
last modified time | relevance | path

Searched refs:php_stream_sync (Results 1 – 2 of 2) sorted by last modified time

/PHP-8.1/main/
H A Dphp_streams.h341 #define php_stream_sync(stream, d) _php_stream_sync((stream), (d)) macro
/PHP-8.1/ext/standard/
H A Dfile.c1486 RETURN_BOOL(php_stream_sync(stream, /* data_only */ 0) == 0); in PHP_FUNCTION()
1505 RETURN_BOOL(php_stream_sync(stream, /* data_only */ 1) == 0); in PHP_FUNCTION()

Completed in 20 milliseconds