Home
last modified time | relevance | path

Searched refs:stream (Results 201 – 225 of 655) sorted by relevance

12345678910>>...27

/PHP-5.5/ext/imap/tests/
H A Dimap_fetchbody_variation5.phpt36 resource(5) of type (stream)
42 resource(6) of type (stream)
H A Dimap_fetchheader_variation4.phpt35 resource(%d) of type (stream)
41 resource(%d) of type (stream)
H A Dimap_open_error.phpt41 Warning: imap_open(): Couldn't open stream in %s on line %d
43 Warning: imap_open(): Couldn't open stream in %s on line %d
/PHP-5.5/ext/standard/tests/filters/
H A Dread.phpt2 stream filter - reading
17 $bucket = stream_bucket_new($this->stream, "\n===close===\n");
/PHP-5.5/ext/curl/tests/
H A Dbug27023.phpt43 string(%d) "curl_testdata1.txt|application/octet-stream"
45 string(%d) "foo.txt|application/octet-stream"
/PHP-5.5/ext/phar/tests/
H A Dphar_gobyebye-win32.phpt32 Warning: readfile(foo/hi): failed to open stream: No such file or directory in phar://%sphar_gobyeb…
34 Warning: fopen(foo/hi): failed to open stream: No such file or directory in phar://%sphar_gobyebye-…
36 Warning: file_get_contents(foo/hi): failed to open stream: No such file or directory in phar://%sph…
/PHP-5.5/ext/standard/tests/file/
H A Dfile_variation8-win32.phpt99 …fileVar8Sub\\..\\..\fileVar8Sub\FileGetContentsVar7.tmp): failed to open stream: No such file or d…
104 Warning: file(%sfileVar8.dir\fileVar8Sub\BADDIR\FileGetContentsVar7.tmp): failed to open stream: No…
133 Warning: file(BADDIR\FileGetContentsVar7.tmp): failed to open stream: No such file or directory in …
H A D007_variation15.phpt47 resource(%d) of type (stream)
48 %unicode|string%(6) "stream"
57 Warning: fopen(%s): failed to open stream: File exists in %s on line %s
H A D007_variation23.phpt47 resource(%d) of type (stream)
48 %unicode|string%(6) "stream"
57 Warning: fopen(%s): failed to open stream: File exists in %s on line %s
H A D007_variation7.phpt47 resource(%d) of type (stream)
48 %unicode|string%(6) "stream"
57 Warning: fopen(%s): failed to open stream: File exists in %s on line %s
H A D007_variation8.phpt47 resource(%d) of type (stream)
48 string(6) "stream"
59 Warning: fopen(%s): failed to open stream: File exists in %s on line %d
H A Dfile_get_contents_variation7-win32.phpt87 …\\..\\..\fileGetContentsVar7Sub\FileGetContentsVar7.tmp): failed to open stream: No such file or d…
92 …r\fileGetContentsVar7Sub\BADDIR\FileGetContentsVar7.tmp): failed to open stream: No such file or d…
109 Warning: file_get_contents(BADDIR\FileGetContentsVar7.tmp): failed to open stream: No such file or …
H A Dparse_ini_file_variation6-win32.phpt100 …ar6Sub\\..\\..\parseIniFileVar6Sub\ParseIniFileVar6.ini): failed to open stream: No such file or d…
105 …ar6.dir\parseIniFileVar6Sub\BADDIR\ParseIniFileVar6.ini): failed to open stream: No such file or d…
134 Warning: parse_ini_file(BADDIR\ParseIniFileVar6.ini): failed to open stream: No such file or direct…
H A Dreadfile_variation8-win32.phpt89 …\readfileVar8Sub\\..\\..\readfileVar8Sub\fileToRead.tmp): failed to open stream: No such file or d…
93 Warning: readfile(%s\readfileVar8\readfileVar8Sub\BADDIR\fileToRead.tmp): failed to open stream: No…
105 Warning: readfile(BADDIR\fileToRead.tmp): failed to open stream: No such file or directory in %s on…
H A Dbug20424.phpt2 Bug #20424 (stream_get_meta_data crashes on a normal file stream)
H A Dbug68335.phpt2 Bug #68335: rmdir doesnt work with file:// stream wrapper
H A Dfopen_variation1.phpt14 resource(%d) of type (stream)
/PHP-5.5/ext/standard/tests/array/
H A Darray_intersect_assoc_variation7.phpt182 resource(%d) of type (stream)
189 resource(%d) of type (stream)
196 resource(%d) of type (stream)
206 resource(%d) of type (stream)
H A Darray_intersect_assoc_variation8.phpt182 resource(%d) of type (stream)
189 resource(%d) of type (stream)
196 resource(%d) of type (stream)
206 resource(%d) of type (stream)
H A Darray_intersect_variation7.phpt175 resource(%d) of type (stream)
182 resource(%d) of type (stream)
192 resource(%d) of type (stream)
205 resource(%d) of type (stream)
H A Darray_intersect_variation8.phpt176 resource(%d) of type (stream)
183 resource(%d) of type (stream)
191 resource(%d) of type (stream)
206 resource(%d) of type (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);
/PHP-5.5/ext/phar/
H A Dstream.c348 static int phar_stream_close(php_stream *stream, int close_handle TSRMLS_DC) /* {{{ */ in phar_stream_close() argument
350 phar_entry_delref((phar_entry_data *)stream->abstract TSRMLS_CC); in phar_stream_close()
361 phar_entry_data *data = (phar_entry_data *)stream->abstract; in phar_stream_read()
372 stream->eof = 1; in phar_stream_read()
381 stream->eof = (data->position == (off_t) entry->uncompressed_filesize); in phar_stream_read()
392 phar_entry_data *data = (phar_entry_data *)stream->abstract; in phar_stream_seek()
436 phar_entry_data *data = (phar_entry_data *) stream->abstract; in phar_stream_write()
457 static int phar_stream_flush(php_stream *stream TSRMLS_DC) /* {{{ */ in phar_stream_flush()
461 phar_entry_data *data = (phar_entry_data *) stream->abstract; in phar_stream_flush()
467 php_stream_wrapper_log_error(stream->wrapper, REPORT_ERRORS TSRMLS_CC, "%s", error); in phar_stream_flush()
[all …]
/PHP-5.5/ext/standard/tests/streams/
H A Dbug44712.phpt9 Warning: stream_context_set_params(): Invalid stream/context parameter in %sbug44712.php on line %s
/PHP-5.5/ext/mcrypt/tests/
H A Dmcrypt_list_modes.phpt25 string(6) "stream"

Completed in 53 milliseconds

12345678910>>...27