srcstream         589 ext/standard/file.c 	php_stream *srcstream = NULL;
srcstream         597 ext/standard/file.c 		php_stream_from_zval(srcstream, &data);
srcstream         634 ext/standard/file.c 			if (php_stream_copy_to_stream_ex(srcstream, stream, PHP_STREAM_COPY_ALL, &len) != SUCCESS) {
srcstream        1656 ext/standard/file.c 	php_stream *srcstream = NULL, *deststream = NULL;
srcstream        1725 ext/standard/file.c 	srcstream = php_stream_open_wrapper_ex(src, "rb", src_flg | REPORT_ERRORS, NULL, ctx);
srcstream        1727 ext/standard/file.c 	if (!srcstream) {
srcstream        1733 ext/standard/file.c 	if (srcstream && deststream) {
srcstream        1734 ext/standard/file.c 		ret = php_stream_copy_to_stream_ex(srcstream, deststream, PHP_STREAM_COPY_ALL, NULL);
srcstream        1736 ext/standard/file.c 	if (srcstream) {
srcstream        1737 ext/standard/file.c 		php_stream_close(srcstream);