Home
last modified time | relevance | path

Searched refs:stream (Results 226 – 250 of 622) sorted by relevance

12345678910>>...25

/PHP-5.3/ext/standard/tests/file/
H A Dfile_put_contents_variation7.phpt94 …//..//../filePutContentsVar7Sub/FileGetContentsVar7.tmp): failed to open stream: %s in %s on line …
99 …r/filePutContentsVar7Sub/BADDIR/FileGetContentsVar7.tmp): failed to open stream: %s in %s on line …
116 Warning: file_put_contents(BADDIR/FileGetContentsVar7.tmp): failed to open stream: %s in %s on line…
H A Dfile_put_contents_variation8-win32.phpt76 Warning: file_put_contents( ): failed to open stream: Permission denied in %s on line %d
89 Warning: file_put_contents(/no/such/file/dir): failed to open stream: %s in %s on line %d
94 Warning: file_put_contents(php/php): failed to open stream: %s in %s on line %d
H A D007_error.phpt79 Warning: fclose(): 5 is not a valid stream resource in %s on line %d
88 Warning: feof(): 5 is not a valid stream resource in %s on line %d
108 Warning: fopen(string): failed to open stream: No such file or directory in %s on line %d
118 Warning: fopen(10): failed to open stream: No such file or directory in %s on line %d
128 Warning: fopen(10.5): failed to open stream: No such file or directory in %s on line %d
138 Warning: fopen(1): failed to open stream: No such file or directory in %s on line %d
H A Dparse_ini_file_error.phpt40 Warning: parse_ini_file(%s): failed to open stream: No such file or directory in %s on line %d
45 Warning: parse_ini_file(%s): failed to open stream: No such file or directory in %s on line %d
H A Dbug35740.phpt11 Warning: include(%s): failed to open stream: %s in %s on line %d
/PHP-5.3/ext/phar/tests/
H A Dfopen_edgecases.phpt75 Warning: fopen(phar://%sfopen_edgecases.phar.php/b/c.php): failed to open stream: phar error: open …
77 Warning: fopen(phar://%sfopen_edgecases.phar.php.phar.gz): failed to open stream: phar error: inval…
80 Warning: fopen(phar://%sfopen_edgecases.2.phar.php/hi): failed to open stream: internal corruption …
82 Warning: fopen(phar://): failed to open stream: phar error: no directory in "phar://", must have at…
84 Warning: fopen(phar://foo.phar): failed to open stream: %s in %sfopen_edgecases.php on line %d
122 Warning: fopen(./notfound.php): failed to open stream: No such file or directory in phar://%sfopen_…
H A Dfrontcontroller17.phpt14 Content-type: application/octet-stream
H A Dfrontcontroller26.phpt14 Content-type: application/octet-stream
/PHP-5.3/ext/pdo_oci/
H A Doci_statement.c608 static size_t oci_blob_write(php_stream *stream, const char *buf, size_t count TSRMLS_DC) in oci_blob_write() argument
610 struct oci_lob_self *self = (struct oci_lob_self*)stream->abstract; in oci_blob_write()
628 static size_t oci_blob_read(php_stream *stream, char *buf, size_t count TSRMLS_DC) in oci_blob_read() argument
630 struct oci_lob_self *self = (struct oci_lob_self*)stream->abstract; in oci_blob_read()
645 stream->eof = 1; in oci_blob_read()
650 static int oci_blob_close(php_stream *stream, int close_handle TSRMLS_DC) in oci_blob_close() argument
652 struct oci_lob_self *self = (struct oci_lob_self*)stream->abstract; in oci_blob_close()
665 static int oci_blob_flush(php_stream *stream TSRMLS_DC) in oci_blob_flush()
667 struct oci_lob_self *self = (struct oci_lob_self*)stream->abstract; in oci_blob_flush()
672 static int oci_blob_seek(php_stream *stream, off_t offset, int whence, off_t *newoffset TSRMLS_DC) in oci_blob_seek() argument
[all …]
/PHP-5.3/ext/zlib/tests/
H A Dgzopen_variation4.phpt119 Warning: gzopen(): cannot open a zlib stream for reading and writing at the same time! in %s on lin…
126 Warning: gzopen(): cannot open a zlib stream for reading and writing at the same time! in %s on lin…
133 Warning: gzopen(): cannot open a zlib stream for reading and writing at the same time! in %s on lin…
140 Warning: gzopen(): cannot open a zlib stream for reading and writing at the same time! in %s on lin…
147 Warning: gzopen(): cannot open a zlib stream for reading and writing at the same time! in %s on lin…
H A Dzlib_wrapper_flock_basic.phpt2 Test function stream_get_meta_data on a zlib stream
/PHP-5.3/ext/phar/
H A Ddirstream.c43 static int phar_dir_close(php_stream *stream, int close_handle TSRMLS_DC) /* {{{ */ in phar_dir_close() argument
45 HashTable *data = (HashTable *)stream->abstract; in phar_dir_close()
51 stream->abstract = NULL; in phar_dir_close()
61 static int phar_dir_seek(php_stream *stream, off_t offset, int whence, off_t *newoffset TSRMLS_DC) … in phar_dir_seek() argument
63 HashTable *data = (HashTable *)stream->abstract; in phar_dir_seek()
93 static size_t phar_dir_read(php_stream *stream, char *buf, size_t count TSRMLS_DC) /* {{{ */ in phar_dir_read() argument
96 HashTable *data = (HashTable *)stream->abstract; in phar_dir_read()
131 static size_t phar_dir_write(php_stream *stream, const char *buf, size_t count TSRMLS_DC) /* {{{ */ in phar_dir_write() argument
140 static int phar_dir_flush(php_stream *stream TSRMLS_DC) /* {{{ */ in phar_dir_flush()
/PHP-5.3/ext/standard/
H A Dphp_image.h61 PHPAPI int php_getimagetype(php_stream *stream, char *filetype TSRMLS_DC);
/PHP-5.3/ext/mbstring/tests/
H A Dmb_output_handler_pattern-04.phpt10 header("Content-Type: application/octet-stream");
H A Dmb_output_handler_pattern-10.phpt11 header("Content-Type: application/octet-stream");
/PHP-5.3/ext/standard/tests/strings/
H A Dvfprintf_basic.phpt9 /* Prototype : int vfprintf(resource stream, string format, array args)
10 * Description: Output a formatted string into a stream
/PHP-5.3/ext/standard/tests/array/
H A Darray_fill_keys_variation3.phpt45 resource(%d) of type (stream)
47 resource(%d) of type (stream)
/PHP-5.3/ext/phar/tests/tar/
H A Dfrontcontroller17.phar.phpt12 Content-type: application/octet-stream
/PHP-5.3/ext/standard/tests/general_functions/
H A Dget_resource_type_basic.phpt19 string(6) "stream"
/PHP-5.3/ext/sqlite3/
H A Dsqlite3.c1084 stream->eof = 1;
1129 stream->eof = 0;
1140 stream->eof = 0;
1152 stream->eof = 0;
1167 stream->eof = 0;
1212 php_stream *stream; local
1234 if (stream) {
1235 php_stream_to_zval(stream, return_value);
1506 php_stream *stream = NULL; local
1511 if (stream == NULL) {
[all …]
/PHP-5.3/tests/security/
H A Dopen_basedir_opendir.phpt69 resource(%d) of type (stream)
70 resource(%d) of type (stream)
71 resource(%d) of type (stream)
/PHP-5.3/ext/spl/internal/
H A Dsplfileobject.inc13 * @brief Object representation for any stream
35 * @param $file_name The name of the stream to open
38 * @param $context A stream context
53 * @return whether the end of the stream is reached
61 * @return next line from stream
164 /** Read and return remaining part of stream
/PHP-5.3/ext/zlib/
H A Dzlib_filter.c55 php_stream *stream, in php_zlib_inflate_filter() argument
119 …out_bucket = php_stream_bucket_new(stream, estrndup(data->outbuf, bucketlen), bucketlen, 1, 0 TSRM… in php_zlib_inflate_filter()
141 …bucket = php_stream_bucket_new(stream, estrndup(data->outbuf, bucketlen), bucketlen, 1, 0 TSRMLS_C… in php_zlib_inflate_filter()
180 php_stream *stream, in php_zlib_deflate_filter() argument
234 …out_bucket = php_stream_bucket_new(stream, estrndup(data->outbuf, bucketlen), bucketlen, 1, 0 TSRM… in php_zlib_deflate_filter()
252 …bucket = php_stream_bucket_new(stream, estrndup(data->outbuf, bucketlen), bucketlen, 1, 0 TSRMLS_C… in php_zlib_deflate_filter()
/PHP-5.3/ext/bz2/
H A Dbz2_filter.c68 php_stream *stream, in php_bz2_decompress_filter() argument
141 …out_bucket = php_stream_bucket_new(stream, estrndup(data->outbuf, bucketlen), bucketlen, 1, 0 TSRM… in php_bz2_decompress_filter()
164 …bucket = php_stream_bucket_new(stream, estrndup(data->outbuf, bucketlen), bucketlen, 1, 0 TSRMLS_C… in php_bz2_decompress_filter()
205 php_stream *stream, in php_bz2_compress_filter() argument
257 …out_bucket = php_stream_bucket_new(stream, estrndup(data->outbuf, bucketlen), bucketlen, 1, 0 TSRM… in php_bz2_compress_filter()
275 …bucket = php_stream_bucket_new(stream, estrndup(data->outbuf, bucketlen), bucketlen, 1, 0 TSRMLS_C… in php_bz2_compress_filter()
/PHP-5.3/ext/phar/tests/cache_list/
H A Dfrontcontroller17.phpt15 Content-type: application/octet-stream

Completed in 42 milliseconds

12345678910>>...25