Home
last modified time | relevance | path

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

12345678910>>...27

/PHP-5.5/ext/imap/tests/
H A Dimap_fetch_overview_variation4.phpt36 resource(%d) of type (stream)
42 resource(%d) of type (stream)
H A Dimap_errors_basic.phpt35 Warning: imap_open(): Couldn't open stream %s in %s on line %d
49 Warning: imap_open(): Couldn't open stream %s in %s on line %d
/PHP-5.5/ext/phar/tests/
H A Dfopen_edgecases2U.phpt41 Warning: fopen(Array): failed to open stream: No such file or directory in %sfopen_edgecases2U.php …
45 Warning: fopen(phar://%sfopen_edgecases2U.phar.php/oops): failed to open stream: phar error: path "…
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.phpt12 Content-type: application/octet-stream
/PHP-5.5/ext/standard/tests/dir/
H A Dopendir_basic.phpt53 resource(%d) of type (stream)
57 resource(%d) of type (stream)
H A Dreaddir_basic.phpt59 resource(%d) of type (stream)
67 resource(%d) of type (stream)
/PHP-5.5/ext/standard/tests/file/
H A Dfseek_dir_basic.phpt2 Testing fseek() on a directory stream
45 resource(%d) of type (stream)
H A Dpopen_pclose_error-sunos.phpt44 resource(%d) of type (stream)
52 Warning: pclose(): supplied argument is not a valid stream resource in %s on line %d
H A Dfile_put_contents_variation7-win32.phpt102 …\\..\\..\filePutContentsVar7Sub\FileGetContentsVar7.tmp): failed to open stream: %s in %s on line …
107 …r\filePutContentsVar7Sub\BADDIR\FileGetContentsVar7.tmp): failed to open stream: %s in %s on line …
124 Warning: file_put_contents(BADDIR\FileGetContentsVar7.tmp): failed to open stream: %s in %s on line…
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
91 Warning: file_put_contents(/no/such/file/dir): failed to open stream: %s in %s on line %d
96 Warning: file_put_contents(php/php): failed to open stream: %s in %s on line %d
H A D007_variation16.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 D007_variation24.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 Dstream_rfc2397_007.phpt12 foreach($streams as $stream)
14 echo "===$stream===\n";
16 $fp = fopen($stream, 'rb');
H A D007_error.phpt79 Warning: fclose(): %d is not a valid stream resource in %s on line %d
88 Warning: feof(): %d 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
/PHP-5.5/ext/bz2/tests/
H A D001.phpt40 Warning: bzopen(no_such_file): failed to open stream: No such file or directory in %s on line %d
42 resource(%d) of type (stream)
/PHP-5.5/ext/standard/
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()
H A Dphp_image.h62 PHPAPI int php_getimagetype(php_stream *stream, char *filetype TSRMLS_DC);
/PHP-5.5/ext/pdo_oci/
H A Doci_statement.c614 static size_t oci_blob_write(php_stream *stream, const char *buf, size_t count TSRMLS_DC) in oci_blob_write() argument
616 struct oci_lob_self *self = (struct oci_lob_self*)stream->abstract; in oci_blob_write()
634 static size_t oci_blob_read(php_stream *stream, char *buf, size_t count TSRMLS_DC) in oci_blob_read() argument
636 struct oci_lob_self *self = (struct oci_lob_self*)stream->abstract; in oci_blob_read()
651 stream->eof = 1; in oci_blob_read()
656 static int oci_blob_close(php_stream *stream, int close_handle TSRMLS_DC) in oci_blob_close() argument
658 struct oci_lob_self *self = (struct oci_lob_self*)stream->abstract; in oci_blob_close()
670 static int oci_blob_flush(php_stream *stream TSRMLS_DC) in oci_blob_flush()
672 struct oci_lob_self *self = (struct oci_lob_self*)stream->abstract; in oci_blob_flush()
677 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.5/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.5/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.5/ext/standard/tests/streams/
H A Dbug49936.phpt2 Bug #49936 (crash with ftp stream in php_stream_context_get_option())
/PHP-5.5/ext/mbstring/tests/
H A Dmb_output_handler_pattern-04.phpt10 header("Content-Type: application/octet-stream");

Completed in 37 milliseconds

12345678910>>...27