Home
last modified time | relevance | path

Searched refs:stream (Results 576 – 600 of 655) sorted by path

1...<<21222324252627

/PHP-5.5/ext/standard/tests/strings/
H A Dvfprintf_variation9.phpt6 * Description: Write a formatted string to a stream
/PHP-5.5/ext/standard/
H A Durl.c707 php_stream *stream; local
718 …if (!(stream = php_stream_open_wrapper_ex(url, "r", REPORT_ERRORS | STREAM_USE_URL | STREAM_ONLY_G…
722 if (!stream->wrapperdata || Z_TYPE_P(stream->wrapperdata) != IS_ARRAY) {
723 php_stream_close(stream);
730 …if (zend_hash_find(HASH_OF(stream->wrapperdata), "headers", sizeof("headers"), (void **)&h) != FAI…
733 php_stream_getc(stream);
735 zend_hash_find(HASH_OF(stream->wrapperdata), "headers", sizeof("headers"), (void **)&h);
738 hashT = HASH_OF(stream->wrapperdata);
777 php_stream_close(stream);
H A Duser_filters.c166 php_stream *stream, in userfilter_filter() argument
191 php_stream_to_zval(stream, zstream); in userfilter_filter()
512 php_stream *stream; in PHP_FUNCTION() local
522 php_stream_from_zval(stream, &zstream); in PHP_FUNCTION()
524 if (!(pbuffer = pemalloc(buffer_len, php_stream_is_persistent(stream)))) { in PHP_FUNCTION()
530 …bucket = php_stream_bucket_new(stream, pbuffer, buffer_len, 1, php_stream_is_persistent(stream) TS… in PHP_FUNCTION()
/PHP-5.5/ext/tidy/
H A Dtidy.c639 php_stream *stream; in php_tidy_file_to_mem() local
642 if (!(stream = php_stream_open_wrapper(filename, "rb", (use_include_path ? USE_PATH : 0), NULL))) { in php_tidy_file_to_mem()
645 if ((*len = (int) php_stream_copy_to_mem(stream, (void*) &data, PHP_STREAM_COPY_ALL, 0)) == 0) { in php_tidy_file_to_mem()
649 php_stream_close(stream); in php_tidy_file_to_mem()
/PHP-5.5/ext/wddx/
H A Dwddx.c1346 php_stream *stream = NULL; in PHP_FUNCTION() local
1356 php_stream_from_zval(stream, &packet); in PHP_FUNCTION()
1357 if (stream) { in PHP_FUNCTION()
1358 payload_len = php_stream_copy_to_mem(stream, &payload, PHP_STREAM_COPY_ALL, 0); in PHP_FUNCTION()
1371 if (stream) { in PHP_FUNCTION()
/PHP-5.5/ext/zip/
H A DTODO2 - stream to add or modify entries
H A Dphp_zip.c145 php_stream *stream; in php_zip_extract_file() local
258 stream = php_stream_open_wrapper(fullpath, "w+b", REPORT_ERRORS|ENFORCE_SAFE_MODE, NULL); in php_zip_extract_file()
260 stream = php_stream_open_wrapper(fullpath, "w+b", REPORT_ERRORS, NULL); in php_zip_extract_file()
263 if (stream == NULL) { in php_zip_extract_file()
271 php_stream_close(stream); in php_zip_extract_file()
278 php_stream_write(stream, b, n); in php_zip_extract_file()
281 php_stream_close(stream); in php_zip_extract_file()
2600 php_stream *stream; in ZIPARCHIVE_METHOD() local
2619 stream = php_stream_zip_open(obj->filename, filename, mode STREAMS_CC TSRMLS_CC); in ZIPARCHIVE_METHOD()
2620 if (stream) { in ZIPARCHIVE_METHOD()
[all …]
H A Dzip_stream.c23 php_stream *stream; member
41 stream->eof = 1; in php_zip_ops_read()
48 stream->eof = 1; in php_zip_ops_read()
60 if (!stream) { in php_zip_ops_write()
84 stream->abstract = NULL; in php_zip_ops_close()
92 if (!stream) { in php_zip_ops_flush()
218 self->stream = NULL; in php_stream_zip_open()
227 if (!stream) { in php_stream_zip_open()
230 return stream; in php_stream_zip_open()
311 if (!stream) { in php_stream_zip_opener()
[all …]
/PHP-5.5/ext/zip/tests/
H A Dbug49072.phpt16 if (!$r)die('failed to open a stream for file1');
24 Warning: fread(): Zip stream error: CRC error in %s on line %d
H A Dbug53579.phpt38 resource(%d) of type (stream)
H A Dbug53603.phpt33 Warning: ZipArchive::extractTo(teststream://test/foo): failed to open stream: "TestStream::stream_o…
H A Doo_stream.phpt44 resource(%d) of type (stream)
H A Dpecl12414.phpt27 echo "zip_readfile could not open stream from zero length file " . $zipname . " : " .$filename;
H A Dstream_meta_data.phpt2 stream_get_meta_data() on zip stream
/PHP-5.5/ext/zlib/tests/
H A D004.phpt21 Warning: gzfile(nonexistent_file_gzfile): failed to open stream: No such file or directory in %s on…
H A Dbug_40189.phpt2 Bug #40189 (endless loop in zlib.inflate stream filter)
H A Dgzclose_basic.phpt35 Warning: gzread(): %d is not a valid stream resource in %s on line %d
38 Warning: gzread(): %d is not a valid stream resource in %s on line %d
H A Dgzeof_variation1.phpt29 Warning: gzeof(): %d is not a valid stream resource in %s on line %d
H A Dgzfile_variation4.phpt29 Warning: gzfile(10.5): failed to open stream: No such file or directory in %s on line %d
32 Warning: gzfile(-10.5): failed to open stream: No such file or directory in %s on line %d
35 Warning: gzfile(123456789000): failed to open stream: No such file or directory in %s on line %d
38 Warning: gzfile(-123456789000): failed to open stream: No such file or directory in %s on line %d
41 Warning: gzfile(0.5): failed to open stream: No such file or directory in %s on line %d
H A Dgzfile_variation5.phpt28 Warning: gzfile(0): failed to open stream: No such file or directory in %s on line %d
31 Warning: gzfile(1): failed to open stream: No such file or directory in %s on line %d
34 Warning: gzfile(12345): failed to open stream: No such file or directory in %s on line %d
37 Warning: gzfile(-2345): failed to open stream: No such file or directory in %s on line %d
H A Dgzfile_variation6.phpt46 Error: 2 - gzfile(Class A object): failed to open stream: No such file or directory, %s(%d)
H A Dgzfile_variation7.phpt33 Warning: gzfile(string): failed to open stream: No such file or directory in %s on line %d
36 Warning: gzfile(string): failed to open stream: No such file or directory in %s on line %d
39 Warning: gzfile(sTrInG): failed to open stream: No such file or directory in %s on line %d
42 Warning: gzfile(hello world): failed to open stream: No such file or directory in %s on line %d
H A Dgzopen_basic2.phpt50 Warning: gzopen(): cannot open a zlib stream for reading and writing at the same time! in %s on lin…
H A Dgzopen_variation1.phpt125 Error: 2 - gzopen(0): failed to open stream: No such file or directory, %s(%d)
129 Error: 2 - gzopen(1): failed to open stream: No such file or directory, %s(%d)
133 Error: 2 - gzopen(12345): failed to open stream: No such file or directory, %s(%d)
137 Error: 2 - gzopen(-2345): failed to open stream: No such file or directory, %s(%d)
141 Error: 2 - gzopen(10.5): failed to open stream: No such file or directory, %s(%d)
145 Error: 2 - gzopen(-10.5): failed to open stream: No such file or directory, %s(%d)
149 Error: 2 - gzopen(123456789000): failed to open stream: No such file or directory, %s(%d)
153 Error: 2 - gzopen(-123456789000): failed to open stream: No such file or directory, %s(%d)
157 Error: 2 - gzopen(0.5): failed to open stream: No such file or directory, %s(%d)
185 Error: 2 - gzopen(1): failed to open stream: No such file or directory, %s(%d)
[all …]
H A Dgzopen_variation2.phpt125 Error: 2 - gzopen(%s/004.txt.gz): failed to open stream: %s, %s(%d)
129 Error: 2 - gzopen(%s/004.txt.gz): failed to open stream: %s, %s(%d)
133 Error: 2 - gzopen(%s/004.txt.gz): failed to open stream: %s, %s(%d)
137 Error: 2 - gzopen(%s/004.txt.gz): failed to open stream: %s, %s(%d)
141 Error: 2 - gzopen(%s/004.txt.gz): failed to open stream: %s, %s(%d)
145 Error: 2 - gzopen(%s/004.txt.gz): failed to open stream: %s, %s(%d)
149 Error: 2 - gzopen(%s/004.txt.gz): failed to open stream: %s, %s(%d)
153 Error: 2 - gzopen(%s/004.txt.gz): failed to open stream: %s, %s(%d)
157 Error: 2 - gzopen(%s/004.txt.gz): failed to open stream: %s, %s(%d)
177 Error: 2 - gzopen(%s/004.txt.gz): failed to open stream: %s, %s(%d)
[all …]

Completed in 57 milliseconds

1...<<21222324252627