Home
last modified time | relevance | path

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

1...<<11121314151617181920>>...32

/PHP-8.1/ext/standard/tests/file/
H A Dreadfile_variation9.phpt75 …/readfileVar8Sub//..//../readfileVar8Sub/fileToRead.tmp): Failed to open stream: No such file or d…
79 Warning: readfile(%sreadfileVar8Sub/BADDIR/fileToRead.tmp): Failed to open stream: No such file or …
91 Warning: readfile(BADDIR/fileToRead.tmp): Failed to open stream: No such file or directory in %s on…
H A Dfgets_variation2.phpt38 fgets(): supplied resource is not a valid stream resource
39 fgets(): supplied resource is not a valid stream resource
H A Drename_variation9.phpt5 echo "\n*** Testing rename() by giving stream context as third argument ***\n";
41 *** Testing rename() by giving stream context as third argument ***
H A Dfile_get_contents_variation7.phpt73 …//..//../fileGetContentsVar7Sub/FileGetContentsVar7.tmp): Failed to open stream: No such file or d…
78 …r/fileGetContentsVar7Sub/BADDIR/FileGetContentsVar7.tmp): Failed to open stream: No such file or d…
95 Warning: file_get_contents(BADDIR/FileGetContentsVar7.tmp): Failed to open stream: No such file or …
H A Dfile_put_contents_variation8-win32.phpt65 Warning: file_put_contents( ): Failed to open stream: Permission denied in %s on line %d
76 Warning: file_put_contents(/no/such/file/dir): Failed to open stream: %s in %s on line %d
81 Warning: file_put_contents(php/php): Failed to open stream: %s in %s on line %d
H A Dfile_variation8.phpt85 …fileVar8Sub//..//../fileVar8Sub/FileGetContentsVar7.tmp): Failed to open stream: No such file or d…
90 Warning: file(%sfileVar8.dir/fileVar8Sub/BADDIR/FileGetContentsVar7.tmp): Failed to open stream: No…
119 Warning: file(BADDIR/FileGetContentsVar7.tmp): Failed to open stream: No such file or directory in …
H A Dparse_ini_file_variation6.phpt86 …ar6Sub//..//../parseIniFileVar6Sub/ParseIniFileVar6.ini): Failed to open stream: No such file or d…
91 …ar6.dir/parseIniFileVar6Sub/BADDIR/ParseIniFileVar6.ini): Failed to open stream: No such file or d…
120 Warning: parse_ini_file(BADDIR/ParseIniFileVar6.ini): Failed to open stream: No such file or direct…
H A Dparse_ini_file_error.phpt25 Warning: parse_ini_file(%s): Failed to open stream: No such file or directory in %s on line %d
30 Warning: parse_ini_file(%s): Failed to open stream: No such file or directory in %s on line %d
H A Dfile_get_contents_variation7-win32-mb.phpt81 …eGetContentsVar7Sub私はガラスを食べられます\FileGetContentsVar7.tmp): Failed to open stream: No such file or d…
86 …tentsVar7Sub私はガラスを食べられます\BADDIR\FileGetContentsVar7.tmp): Failed to open stream: No such file or d…
103 Warning: file_get_contents(BADDIR\FileGetContentsVar7.tmp): Failed to open stream: No such file or …
/PHP-8.1/ext/standard/tests/array/
H A Darray_reverse_variation5.phpt306 resource(%d) of type (stream)
316 resource(%d) of type (stream)
326 resource(%d) of type (stream)
345 resource(%d) of type (stream)
365 resource(%d) of type (stream)
385 resource(%d) of type (stream)
/PHP-8.1/ext/zlib/tests/
H A Dgzopen_variation4.phpt117 Warning: gzopen(): Cannot open a zlib stream for reading and writing at the same time! in %s on lin…
119 Warning: gzopen(): Cannot open a zlib stream for reading and writing at the same time! in %s on lin…
121 Warning: gzopen(): Cannot open a zlib stream for reading and writing at the same time! in %s on lin…
123 Warning: gzopen(): Cannot open a zlib stream for reading and writing at the same time! in %s on lin…
125 Warning: gzopen(): Cannot open a zlib stream for reading and writing at the same time! in %s on lin…
/PHP-8.1/ext/standard/tests/network/
H A Dfsockopen_variation2.phpt38 resource(%d) of type (stream)
44 resource(%d) of type (stream)
/PHP-8.1/ext/phar/tests/tar/
H A Dcreate_new_phar_b.phpt19 Warning: file_put_contents(phar://%screate_new_phar_b.phar.tar/a.php): Failed to open stream: phar …
21 Warning: include(phar://%screate_new_phar_b.phar.tar/a.php): Failed to open stream: %s in %screate_…
/PHP-8.1/ext/phar/tests/zip/
H A Dcreate_new_phar_b.phpt19 Warning: file_put_contents(phar://%screate_new_phar_b.phar.zip/a.php): Failed to open stream: phar …
21 Warning: include(phar://%screate_new_phar_b.phar.zip/a.php): Failed to open stream: %s in %screate_…
/PHP-8.1/ext/phar/
H A Dfunc_interceptors.c57 php_stream *stream; in PHAR_FUNC() local
79 if (!stream) { in PHAR_FUNC()
98 php_stream *stream; in PHAR_FUNC() local
201 if (!stream) { in PHAR_FUNC()
207 php_stream_close(stream); in PHAR_FUNC()
222 php_stream_close(stream); in PHAR_FUNC()
239 php_stream *stream; in PHAR_FUNC() local
318 if (stream == NULL) { in PHAR_FUNC()
322 php_stream_close(stream); in PHAR_FUNC()
339 php_stream *stream; in PHAR_FUNC() local
[all …]
H A Dstream.c347 static int phar_stream_close(php_stream *stream, int close_handle) /* {{{ */ in phar_stream_close() argument
350 phar_stream_flush(stream); in phar_stream_close()
352 phar_entry_delref((phar_entry_data *)stream->abstract); in phar_stream_close()
363 phar_entry_data *data = (phar_entry_data *)stream->abstract; in phar_stream_read()
374 stream->eof = 1; in phar_stream_read()
383 stream->eof = (data->position == (zend_off_t) entry->uncompressed_filesize); in phar_stream_read()
394 phar_entry_data *data = (phar_entry_data *)stream->abstract; in phar_stream_seek()
438 phar_entry_data *data = (phar_entry_data *) stream->abstract; in phar_stream_write()
459 static int phar_stream_flush(php_stream *stream) /* {{{ */ in phar_stream_flush() argument
463 phar_entry_data *data = (phar_entry_data *) stream->abstract; in phar_stream_flush()
[all …]
/PHP-8.1/ext/standard/tests/streams/
H A Dstream_get_line_nb.phpt2 stream_get_line() on non-blocking stream
53 resource(%d) of type (stream)
55 resource(%d) of type (stream)
/PHP-8.1/ext/phar/tests/
H A Dphar_gobyebye.phpt33 Warning: readfile(foo/hi): Failed to open stream: No such file or directory in phar://%sphar_gobyeb…
35 Warning: fopen(foo/hi): Failed to open stream: No such file or directory in phar://%sphar_gobyebye.…
37 Warning: file_get_contents(foo/hi): Failed to open stream: No such file or directory in phar://%sph…
/PHP-8.1/ext/standard/tests/dir/
H A Ddir_variation9.phpt77 resource(%d) of type (stream)
83 resource(%d) of type (stream)
89 resource(%d) of type (stream)
95 resource(%d) of type (stream)
/PHP-8.1/sapi/cli/
H A Dgenerate_mime_type_map.php27 if ($oldMime !== 'application/octet-stream'
/PHP-8.1/ext/openssl/tests/
H A Dtlsv1.0_wrapper.phpt2 tlsv1.0 stream wrapper
61 resource(%d) of type (stream)
H A Dtlsv1.2_wrapper.phpt2 tlsv1.2 stream wrapper
59 resource(%d) of type (stream)
H A Dtlsv1.1_wrapper.phpt2 tlsv1.1 stream wrapper
61 resource(%d) of type (stream)
/PHP-8.1/ext/imap/tests/
H A Dbug31142_1.phpt17 $part2["subtype"] = "octet-stream";
41 Content-Type: APPLICATION/octet-stream
H A Dbug40854.phpt16 $part2["subtype"] = "octet-stream";
39 Content-Type: APPLICATION/octet-stream

Completed in 44 milliseconds

1...<<11121314151617181920>>...32