Home
last modified time | relevance | path

Searched refs:stream (Results 301 – 325 of 655) sorted by relevance

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

/PHP-5.5/ext/standard/tests/mail/
H A Dmail_include.inc18 * @return IMAP stream to new mailbox on success; FALSE on failure
23 // open a stream to default mailbox
40 // reopen stream to new mailbox
/PHP-5.5/ext/standard/tests/file/
H A Dbug43353.phpt24 Warning: file_get_contents(datafoo:text/plain,foo): failed to open stream: No such file or director…
H A Duserfilters.phpt2 stream userfilter test
H A D007_variation10.phpt47 resource(%d) of type (stream)
48 string(6) "stream"
H A D007_variation18.phpt47 resource(%d) of type (stream)
48 string(6) "stream"
H A D007_variation2.phpt47 resource(%d) of type (stream)
48 string(6) "stream"
H A Dbug53241.phpt2 Bug #53241 (stream casting that relies on fdopen/fopencookie fails with 'xb' mode)
/PHP-5.5/ext/sockets/
H A Dsockets.c251 ZEND_ARG_INFO(0, stream)
973 php_stream *stream; local
977 if (stream != NULL) {
1013 php_stream *stream; local
1016 if (stream != NULL) {
1070 php_stream *stream = NULL; local
1072 if (stream != NULL) {
1075 php_stream_free(stream, PHP_STREAM_FREE_CLOSE |
2265 php_stream *stream; local
2272 php_stream_from_zval(stream, &zstream);
[all …]
/PHP-5.5/ext/standard/tests/streams/
H A Dbug60455_01.phpt6 //It's critical the read on the stream returns the input but doesn't set EOF
H A Dbug67626.phpt2 Bug #67626: Exceptions not properly handled in user stream handlers
H A Dbug60817.phpt2 Bug #60817: stream_get_line() reads from stream even when there is already sufficient data buffered
/PHP-5.5/ext/gd/tests/
H A D001.phpt20 Warning: imagecreatefrompng(%s001.test): failed to open stream: No such file or directory in %s on …
/PHP-5.5/ext/phar/tests/
H A Dopen_for_write_newfile_b.phpt41 Warning: fopen(phar://%sopen_for_write_newfile_b.phar.php/b/new.php): failed to open stream: phar e…
48 Warning: include(phar://%sopen_for_write_newfile_b.phar.php/b/new.php): failed to open stream: phar…
/PHP-5.5/ext/phar/tests/zip/
H A Dopen_for_write_newfile_c.phpt46 Warning: fopen(phar://%sopen_for_write_newfile_c.phar.zip/b/new.php): failed to open stream: phar e…
53 Warning: include(phar://%sopen_for_write_newfile_c.phar.zip/b/new.php): failed to open stream: phar…
H A Dopen_for_write_newfile_b.phpt52 Warning: fopen(phar://%sopen_for_write_newfile_b.phar.zip/b/new.php): failed to open stream: phar e…
59 Warning: include(phar://%sopen_for_write_newfile_b.phar.zip/b/new.php): failed to open stream: phar…
/PHP-5.5/ext/phar/tests/tar/
H A Dopen_for_write_newfile_c.phpt46 Warning: fopen(phar://%sopen_for_write_newfile_c.phar.tar/b/new.php): failed to open stream: phar e…
53 Warning: include(phar://%sopen_for_write_newfile_c.phar.tar/b/new.php): failed to open stream: phar…
H A Dopen_for_write_newfile_b.phpt53 Warning: fopen(phar://%sopen_for_write_newfile_b.phar.tar/b/new.php): failed to open stream: phar e…
60 Warning: include(phar://%sopen_for_write_newfile_b.phar.tar/b/new.php): failed to open stream: phar…
/PHP-5.5/ext/sqlite3/tests/
H A Dstream_test.inc43 …gister('sqliteBlobTest', "SQLite3_Test_Stream") or die("Unable to register sqliteBlobTest stream");
/PHP-5.5/Zend/tests/
H A Dbug41421.phpt2 Bug #41421 (Uncaught exception from a stream wrapper segfaults)
/PHP-5.5/tests/lang/
H A Dbug43958.phpt14 Warning: include(file-which-does-not-exist-on-purpose.php): failed to open stream: No such file or …
/PHP-5.5/ext/standard/
H A Dfilters.c37 php_stream *stream, in strfilter_rot13_filter() argument
85 php_stream *stream, in strfilter_toupper_filter() argument
113 php_stream *stream, in strfilter_tolower_filter() argument
204 php_stream *stream, in strfilter_strip_tags_filter() argument
1541 php_stream *stream, php_stream_filter *filter, in strfilter_convert_append_bucket() argument
1742 php_stream *stream, in strfilter_convert_filter() argument
1761 php_stream_is_persistent(stream) TSRMLS_CC) != SUCCESS) { in strfilter_convert_filter()
1771 php_stream_is_persistent(stream) TSRMLS_CC) != SUCCESS) { in strfilter_convert_filter()
1861 php_stream *stream, in consumed_filter_filter() argument
1874 data->offset = php_stream_tell(stream); in consumed_filter_filter()
[all …]
/PHP-5.5/ext/zip/tests/
H A Dbug53603.phpt33 Warning: ZipArchive::extractTo(teststream://test/foo): failed to open stream: "TestStream::stream_o…
/PHP-5.5/ext/zlib/tests/
H A Dgzeof_variation1.phpt29 Warning: gzeof(): %d is not a valid stream resource in %s on line %d
/PHP-5.5/ext/ftp/tests/
H A Dbug39583-2.phpt29 // close the FTP stream
H A Dbug39583.phpt30 // close the FTP stream

Completed in 46 milliseconds

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