Home
last modified time | relevance | path

Searched refs:php_stream_truncate_supported (Results 1 – 5 of 5) sorted by relevance

/PHP-8.0/ext/dba/libinifile/
H A Dinifile.c85 if (!php_stream_truncate_supported(fp)) { in inifile_alloc()
/PHP-8.0/ext/com_dotnet/
H A Dcom_persist.c174 if (php_stream_truncate_supported(stm->stream)) { in stm_set_size()
/PHP-8.0/main/
H A Dphp_streams.h430 #define php_stream_truncate_supported(stream) (_php_stream_set_option((stream), PHP_STREAM_OPTION_T… macro
/PHP-8.0/ext/standard/
H A Dfile.c1485 if (!php_stream_truncate_supported(stream)) { in PHP_FUNCTION()
/PHP-8.0/ext/spl/
H A Dspl_directory.c2713 if (!php_stream_truncate_supported(intern->u.file.stream)) { in PHP_METHOD()

Completed in 26 milliseconds