Home
last modified time | relevance | path

Searched refs:stream (Results 251 – 275 of 655) sorted by relevance

1...<<11121314151617181920>>...27

/PHP-5.5/ext/standard/tests/array/
H A Darray_fill_keys_variation3.phpt45 resource(%d) of type (stream)
47 resource(%d) of type (stream)
/PHP-5.5/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
H A Dvfprintf_variation1.phpt9 /* Prototype : int vfprintf(resource stream, string format, array args)
10 * Description: Output a formatted string into a stream
/PHP-5.5/ext/standard/tests/file/
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
H A Dfclose_variation1.phpt13 Warning: fread(): %d is not a valid stream resource in %s on line %d
H A D007_variation1.phpt45 resource(%d) of type (stream)
46 string(6) "stream"
H A D007_variation17.phpt45 resource(%d) of type (stream)
46 string(6) "stream"
H A D007_variation9.phpt45 resource(%d) of type (stream)
46 string(6) "stream"
/PHP-5.5/ext/phar/tests/
H A Dfrontcontroller26.phpt12 Content-type: application/octet-stream
/PHP-5.5/ext/standard/tests/general_functions/
H A Dget_resource_type_basic.phpt19 string(6) "stream"
/PHP-5.5/ext/mbstring/tests/
H A Dmb_output_handler_pattern-10.phpt11 header("Content-Type: application/octet-stream");
/PHP-5.5/ext/phar/tests/tar/
H A Dfrontcontroller17.phar.phpt12 Content-type: application/octet-stream
/PHP-5.5/ext/sqlite3/
H A Dsqlite3.c1097 stream->eof = 1;
1142 stream->eof = 0;
1153 stream->eof = 0;
1165 stream->eof = 0;
1180 stream->eof = 0;
1225 php_stream *stream; local
1247 if (stream) {
1248 php_stream_to_zval(stream, return_value);
1539 php_stream *stream = NULL; local
1544 if (stream == NULL) {
[all …]
/PHP-5.5/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.5/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.5/ext/bz2/
H A Dbz2_filter.c68 php_stream *stream, in php_bz2_decompress_filter() argument
142 …out_bucket = php_stream_bucket_new(stream, estrndup(data->outbuf, bucketlen), bucketlen, 1, 0 TSRM… in php_bz2_decompress_filter()
165 …bucket = php_stream_bucket_new(stream, estrndup(data->outbuf, bucketlen), bucketlen, 1, 0 TSRMLS_C… in php_bz2_decompress_filter()
206 php_stream *stream, in php_bz2_compress_filter() argument
256 …out_bucket = php_stream_bucket_new(stream, estrndup(data->outbuf, bucketlen), bucketlen, 1, 0 TSRM… in php_bz2_compress_filter()
274 …bucket = php_stream_bucket_new(stream, estrndup(data->outbuf, bucketlen), bucketlen, 1, 0 TSRMLS_C… in php_bz2_compress_filter()
/PHP-5.5/ext/zlib/
H A Dzlib_filter.c55 php_stream *stream, in php_zlib_inflate_filter() argument
117 …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
231 …out_bucket = php_stream_bucket_new(stream, estrndup(data->outbuf, bucketlen), bucketlen, 1, 0 TSRM… in php_zlib_deflate_filter()
250 …bucket = php_stream_bucket_new(stream, estrndup(data->outbuf, bucketlen), bucketlen, 1, 0 TSRMLS_C… in php_zlib_deflate_filter()
/PHP-5.5/ext/standard/tests/streams/
H A Dbug65483.phpt2 Bug #65483: quoted-printable encode stream filter incorrectly encoding spaces
/PHP-5.5/ext/phar/tests/cache_list/
H A Dfrontcontroller17.phpt14 Content-type: application/octet-stream
H A Dfrontcontroller26.phpt14 Content-type: application/octet-stream
/PHP-5.5/ext/standard/tests/image/
H A Dgetimagesize_variation_003.phpt53 Warning: getimagesize(%s): failed to open stream: No such file or directory in %s on line %d
56 Warning: getimagesize(%s): failed to open stream: No such file or directory in %s on line %d
/PHP-5.5/ext/standard/tests/dir/
H A Drewinddir_basic.phpt70 resource(%d) of type (stream)
71 resource(%d) of type (stream)
/PHP-5.5/ext/fileinfo/tests/
H A Dfinfo_open_error.phpt30 Warning: finfo_open(%sfoobarfile): failed to open stream: No such file or directory in %sfinfo_open…
32 Warning: finfo_open(%sfoobarfile): failed to open stream: No such file or directory in %sfinfo_open…
/PHP-5.5/ext/standard/
H A Dmail.c218 php_stream *stream = php_stream_open_wrapper(filename, "a", flags, NULL); in php_mail_log_to_file() local
219 if (stream) { in php_mail_log_to_file()
220 php_stream_write(stream, message, message_size); in php_mail_log_to_file()
221 php_stream_close(stream); in php_mail_log_to_file()

Completed in 120 milliseconds

1...<<11121314151617181920>>...27