Searched refs:contents_file (Results 1 – 1 of 1) sorted by relevance
3642 php_stream *contents_file = NULL; in phar_add_file() local3674 if (!(php_stream_from_zval_no_verify(contents_file, zresource))) { in phar_add_file()3678 php_stream_copy_to_stream_ex(contents_file, data->fp, PHP_STREAM_COPY_ALL, &contents_len); in phar_add_file()3683 if (contents_file != NULL && php_stream_stat(contents_file, &ssb) != -1) { in phar_add_file()
Completed in 30 milliseconds