Home
last modified time | relevance | path

Searched refs:stream (Results 476 – 500 of 655) sorted by last modified time

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

/PHP-5.5/ext/phar/tests/
H A Dopen_for_write_newfile_c_5_2.phpt33 Warning: fopen(phar://%sopen_for_write_newfile_c_5_2.phar.php/b/new.php): failed to open stream: ph…
35 Warning: fwrite(): supplied argument is not a valid stream resource in %sopen_for_write_newfile_c_5…
37 Warning: fclose(): supplied argument is not a valid stream resource in %sopen_for_write_newfile_c_5…
40 Warning: include(phar://%sopen_for_write_newfile_c_5_2.phar.php/b/new.php): failed to open stream: …
H A Dphar_buildfromiterator9.phpt63 string(%d) "[stream]"
H A Dfrontcontroller26.phpt12 Content-type: application/octet-stream
H A Ddelete_in_phar.phpt52 Warning: include(%sdelete_in_phar.phar.php/b/c.php): failed to open stream: phar error: "b/c.php" i…
H A Ddelete_in_phar_confirm.phpt56 Warning: include(%sdelete_in_phar_confirm.phar.php/b/c.php): failed to open stream: phar error: "b/…
H A Dfgc_edgecases.phpt83 Warning: file_get_contents(phar://%sfgc_edgecases.phar.php/oops): failed to open stream: phar error…
85 Warning: file_get_contents(): Failed to seek to position 50000 in the stream in phar://%sfgc_edgeca…
H A Dfopen.phpt42 Warning: fopen(notfound.txt): failed to open stream: No such file or directory in phar://%sfopen.ph…
H A Dfopen5.2.phpt42 Warning: fopen(phar://%sfopen5.2.phar.php/notfound.txt): failed to open stream: phar error: "notfou…
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 Dfopen_edgecases2.phpt43 Warning: fopen(phar://%sfopen_edgecases2.phar.php/oops): failed to open stream: phar error: path "o…
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 Dfrontcontroller17.phpt12 Content-type: application/octet-stream
H A Dfrontcontroller22.phpt19 Warning: include(./hi.php): failed to open stream: No such file or directory in phar://%s/oof/test.…
H A Dcreate_new_phar_b.phpt21 Warning: file_put_contents(phar://%screate_new_phar_b.phar.php/a.php): failed to open stream: phar …
23 Warning: include(phar://%screate_new_phar_b.phar.php/a.php): failed to open stream: %s in %screate_…
H A Dcreate_path_error.phpt70 1:Error: file_put_contents(phar://%s//): failed to open stream: phar error: file "" in phar "%s" ca…
71 2:Error: file_put_contents(phar://%s/.): failed to open stream: phar error: file "" in phar "%s" ca…
72 3:Error: file_put_contents(phar://%s/../): failed to open stream: phar error: file "" in phar "%s" …
73 4:Error: file_put_contents(phar://%s/a/..): failed to open stream: phar error: file "" in phar "%s"…
78 9:Error: file_put_contents(phar:///%s): failed to open stream: phar error: invalid path "%s" contai…
79 10:Error: file_put_contents(phar:///%s): failed to open stream: phar error: invalid path "%s" conta…
80 11:Error: file_put_contents(phar:///%s): failed to open stream: phar error: invalid path "%s" conta…
81 12:Error: file_put_contents(phar:///%s): failed to open stream: phar error: invalid path "%s" conta…
82 13:Error: file_put_contents(phar:///%s): failed to open stream: phar error: invalid path "%s" conta…
H A Ddelete.phpt31 Warning: file_get_contents(phar://%sdelete.phar.php/a): failed to open stream: phar error: "a" is n…
H A D021.phpt2 Phar: stream stat
H A D022.phpt2 Phar: stream stat
H A Dbug69720.phpt28 Warning: file_get_contents(phar:///%s): failed to open stream: phar error: "test.php" is not a file…
/PHP-5.5/ext/phar/tests/cache_list/
H A Dfrontcontroller22.phpt20 Warning: include(./hi.php): failed to open stream: No such file or directory in phar://%s/oof/test.…
H A Dfrontcontroller17.phpt14 Content-type: application/octet-stream
H A Dfrontcontroller26.phpt14 Content-type: application/octet-stream
/PHP-5.5/ext/phar/
H A Dphar_object.c2882 php_stream *stream; in PHP_METHOD() local
2903 if ((php_stream_from_zval_no_verify(stream, &zstub)) != NULL) { in PHP_METHOD()
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 …]
H A Dstream.h33 static size_t phar_stream_write(php_stream *stream, const char *buf, size_t count TSRMLS_DC);
34 static size_t phar_stream_read( php_stream *stream, char *buf, size_t count TSRMLS_DC);
35 static int phar_stream_close(php_stream *stream, int close_handle TSRMLS_DC);
36 static int phar_stream_flush(php_stream *stream TSRMLS_DC);
37 static int phar_stream_seek( php_stream *stream, off_t offset, int whence, off_t *newoffset TSRM…
38 static int phar_stream_stat( php_stream *stream, php_stream_statbuf *ssb TSRMLS_DC);

Completed in 58 milliseconds

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