Home
last modified time | relevance | path

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

/PHP-7.4/ext/phar/
H A Dphar_object.c3639 php_stream *contents_file = NULL; in phar_add_file() local
3684 if (!(php_stream_from_zval_no_verify(contents_file, zresource))) { in phar_add_file()
3688 php_stream_copy_to_stream_ex(contents_file, data->fp, PHP_STREAM_COPY_ALL, &contents_len); in phar_add_file()
3693 if (contents_file != NULL && php_stream_stat(contents_file, &ssb) != -1) { in phar_add_file()

Completed in 22 milliseconds