Home
last modified time | relevance | path

Searched refs:stream (Results 176 – 200 of 655) sorted by last modified time

12345678910>>...27

/PHP-5.5/ext/standard/tests/general_functions/
H A Dparse_ini_file.phpt130 Warning: parse_ini_file(%sparse_ini_file.dat): failed to open stream: No such file or directory in …
133 Warning: parse_ini_file(%sparse_ini_file.dat): failed to open stream: No such file or directory in …
H A Dvar_dump.phpt848 resource(%d) of type (stream)
850 resource(%d) of type (stream)
1232 resource(%d) of type (stream)
1234 resource(%d) of type (stream)
H A Dvar_dump_64bit.phpt848 resource(5) of type (stream)
850 resource(6) of type (stream)
1232 resource(5) of type (stream)
1234 resource(6) of type (stream)
H A Dgettype_settype_basic.phpt613 resource(%d) of type (stream)
618 resource(%d) of type (stream)
719 resource(%d) of type (stream)
726 resource(%d) of type (stream)
827 resource(%d) of type (stream)
834 resource(%d) of type (stream)
H A Dget_resource_type_basic.phpt19 string(6) "stream"
H A Ddebug_zval_dump_b.phpt270 resource(%d) of type (stream) refcount(4)
H A Ddebug_zval_dump_b_64bit.phpt270 resource(%d) of type (stream) refcount(4)
/PHP-5.5/ext/standard/tests/file/
H A Duserstreams_002.phpt34 test("valid stream", $fd, STDIN);
37 test("return value not a stream resource", $fd, "foo");
38 test("return value is stream itself", $fd, $fd);
46 ------ valid stream: -------
55 Warning: stream_select(): No stream arrays were passed in %s
62 Warning: stream_select(): No stream arrays were passed in %s
65 ------ return value not a stream resource: -------
73 Warning: stream_select(): No stream arrays were passed in %s
76 ------ return value is stream itself: -------
82 Warning: stream_select(): No stream arrays were passed in %s
[all …]
H A Duserstreams_005.phpt49 Warning: ftruncate(): Can't truncate this stream! in %s on line %d
H A Duserstreams.phpt238 /* now compare the real stream with the user stream */
H A Dunlink_variation6.phpt15 // test relative directories and stream contexts.
H A Duserfilters.phpt2 stream userfilter test
H A Dstream_rfc2397_002.phpt24 foreach($streams as $stream)
26 $stream = fopen($stream, 'r');
27 $meta = @stream_get_meta_data($stream);
54 Warning: fopen(data://): failed to open stream: rfc2397: no comma in URL in %sstream_rfc2397_002.ph…
75 Warning: fopen(data://;base64): failed to open stream: rfc2397: no comma in URL in %sstream_rfc2397…
79 Warning: fopen(data://foo,): failed to open stream: rfc2397: illegal media type in %sstream_rfc2397…
83 Warning: fopen(data://foo=bar,): failed to open stream: rfc2397: illegal media type in %sstream_rfc…
106 Warning: fopen(data://text/plain;foo,): failed to open stream: rfc2397: illegal parameter in %sstre…
131 Warning: fopen(data://text/plain;foo=bar;bla,): failed to open stream: rfc2397: illegal parameter i…
156 Warning: fopen(data://text/plain;foo=bar;bar=baz): failed to open stream: rfc2397: no comma in URL …
H A Dstream_rfc2397_003.phpt21 foreach($streams as $original => $stream)
24 var_dump(file_get_contents(dirname(__FILE__) . '/' . $original) == file_get_contents($stream));
26 var_dump(file_get_contents($stream));
H A Drename_variation9.phpt9 echo "\n*** Testing rename() by giving stream context as third argument ***\n";
45 *** Testing rename() by giving stream context as third argument ***
H A Drmdir_variation2.phpt106 // non stream context resource
H A Dstream_001.phpt20 Warning: fopen(file://%s): failed to open stream: no suitable wrapper could be found in %s on line …
23 resource(%d) of type (stream)
H A Dstream_enclosed.phpt2 Unexposed/leaked stream encloses another stream
12 /* force conversion of inner stream to STDIO. */
H A Dstream_rfc2397_004.phpt17 foreach($streams as $stream)
19 var_dump(@file_get_contents($stream));
/PHP-5.5/ext/standard/tests/filters/
H A Dread.phpt2 stream filter - reading
17 $bucket = stream_bucket_new($this->stream, "\n===close===\n");
H A Dstream_filter_remove_error.phpt30 echo "\n-- Testing stream_filter_remove() function with unexisting stream filter --\n";
65 -- Testing stream_filter_remove() function with unexisting stream filter --
72 Warning: stream_filter_remove(): Invalid resource given, not a stream filter in %s on line %d
78 Warning: stream_filter_remove(): Invalid resource given, not a stream filter in %s on line %d
H A Dbasic.phpt2 basic stream filter tests
32 resource(%d) of type (stream filter)
35 resource(%d) of type (stream filter)
38 resource(%d) of type (stream filter)
41 resource(%d) of type (stream filter)
43 resource(%d) of type (stream filter)
H A Dbug22538.phpt2 Bug #22538 (filtered stream doesn't update file pointer)
H A Dfilter_errors.inc18 $stream = fopen('php://memory', 'wb+');
20 fwrite($stream, b".\r\n$data");
21 fseek($stream, 0, SEEK_SET);
22 stream_get_line($stream, 8192, "\r\n");
24 $f = stream_filter_append($stream, $filter);
28 $stream = fopen('php://memory', 'wb+');
30 fwrite($stream, b"$data");
31 fseek($stream, 0, SEEK_SET);
33 stream_filter_append($stream, $filter);
34 stream_get_contents($stream);
H A Dfilter_errors_user.phpt55 fwrite($stream, b"42");
56 fseek($stream, 0, SEEK_SET);
58 stream_get_contents($stream);
63 $stream = fopen('php://memory', 'wb+');
64 fwrite($stream, b"42");
65 fseek($stream, 0, SEEK_SET);
71 stream_get_contents($stream);
78 fwrite($stream, b"42");
79 fseek($stream, 0, SEEK_SET);
85 stream_get_contents($stream);
[all …]

Completed in 49 milliseconds

12345678910>>...27