Home
last modified time | relevance | path

Searched refs:stream (Results 326 – 350 of 655) sorted by relevance

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

/PHP-5.5/ext/standard/tests/file/
H A D007_variation14.phpt50 resource(%d) of type (stream)
51 string(6) "stream"
H A D007_variation21.phpt51 resource(%d) of type (stream)
52 string(6) "stream"
H A D007_variation22.phpt50 resource(%d) of type (stream)
51 string(6) "stream"
H A D007_variation5.phpt51 resource(%d) of type (stream)
52 string(6) "stream"
H A D007_variation6.phpt50 resource(%d) of type (stream)
51 string(6) "stream"
H A Dbug38450_2.phpt2 Bug #38450 (constructor is not called for classes used in userspace stream wrappers)
107 Warning: fopen(var://myvar): failed to open stream: "VariableStream::stream_open" call failed in %s…
H A Dfile_put_contents.phpt25 Warning: file_put_contents(): supplied resource is not a valid stream resource in %s on line %d
H A Dbug37158.phpt2 Bug #37158 (if userspace stream is present, fread() reads in 8192 max, otherwise it works)
/PHP-5.5/ext/spl/
H A Dspl_directory.c104 if (intern->u.file.stream) { in spl_filesystem_object_free_storage()
108 if (!intern->u.file.stream->is_persistent) { in spl_filesystem_object_free_storage()
291 if (!intern->file_name_len || !intern->u.file.stream) { in spl_filesystem_file_open()
308 …intern->orig_path = estrndup(intern->u.file.stream->orig_path, strlen(intern->u.file.stream->orig_… in spl_filesystem_file_open()
2062 if (php_stream_eof(intern->u.file.stream)) { in spl_filesystem_file_read()
2195 if (php_stream_eof(intern->u.file.stream)) { in spl_filesystem_file_read_line_ex()
2270 if (-1 == php_stream_rewind(intern->u.file.stream)) { in spl_filesystem_file_rewind()
2402 RETURN_BOOL(php_stream_eof(intern->u.file.stream)); in SPL_METHOD()
2418 RETVAL_BOOL(!php_stream_eof(intern->u.file.stream)); in SPL_METHOD()
2746 long ret = php_stream_tell(intern->u.file.stream); in SPL_METHOD()
[all …]
/PHP-5.5/ext/standard/tests/streams/
H A Dbug64166.phpt2 Bug #64166: quoted-printable-encode stream filter incorrectly discarding whitespace
H A Dbug49936_win32.phpt2 Bug #49936 (crash with ftp stream in php_stream_context_get_option())
H A Dbug64166_3.phpt2 Bug #64166: quoted-printable-encode stream filter incorrectly discarding whitespace - writes
/PHP-5.5/ext/standard/tests/dir/
H A Dreaddir_variation7.phpt24 resource(%d) of type (stream)
/PHP-5.5/ext/standard/tests/array/
H A Darray_splice_variation4.phpt67 resource(%d) of type (stream)
/PHP-5.5/ext/zlib/tests/
H A Dzlib_wrapper_fflush_basic.phpt2 Test function fflush() on a zlib stream wrapper
/PHP-5.5/sapi/tests/
H A Dtest007.phpt35 Content-Type: application/octet-stream
/PHP-5.5/Zend/
H A Dzend_stream.h69 zend_stream stream; member
/PHP-5.5/ext/phar/tests/
H A D013.phpt23 Warning: file_get_contents(phar://%s/a): failed to open stream: phar error: internal corruption of …
H A D014.phpt23 Warning: file_get_contents(phar://%s/a): failed to open stream: phar error: internal corruption of …
H A Dfrontcontroller22.phpt19 Warning: include(./hi.php): failed to open stream: No such file or directory in phar://%s/oof/test.…
/PHP-5.5/Zend/tests/
H A Dbug38779.phpt2 Bug #38779 (engine crashes when require()'ing file with syntax error through userspace stream wrapp…
H A Dbug60909_1.phpt13 error(require(notfound.php): failed to open stream: %s)
H A Dcast_to_array.phpt90 resource(%d) of type (stream)
H A Dsettype_array.phpt90 resource(%d) of type (stream)
/PHP-5.5/ext/zip/tests/
H A Dbug53579.phpt38 resource(%d) of type (stream)

Completed in 113 milliseconds

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