Home
last modified time | relevance | path

Searched refs:stream (Results 101 – 125 of 816) sorted by relevance

12345678910>>...33

/PHP-7.4/ext/standard/tests/dir/
H A Dopendir_variation7.phpt82 resource(%d) of type (stream)
86 resource(%d) of type (stream)
90 resource(%d) of type (stream)
94 resource(%d) of type (stream)
98 resource(%d) of type (stream)
102 resource(%d) of type (stream)
106 resource(%d) of type (stream)
110 resource(%d) of type (stream)
114 resource(%d) of type (stream)
118 resource(%d) of type (stream)
H A Dreaddir_variation5.phpt79 resource(%d) of type (stream)
85 resource(%d) of type (stream)
91 resource(%d) of type (stream)
97 resource(%d) of type (stream)
103 resource(%d) of type (stream)
109 resource(%d) of type (stream)
115 resource(%d) of type (stream)
121 resource(%d) of type (stream)
127 resource(%d) of type (stream)
133 resource(%d) of type (stream)
/PHP-7.4/ext/sockets/tests/
H A Dsocket_export_stream-4-win.phpt14 function test($stream, $sock) {
15 if ($stream !== null) {
17 print_r(stream_set_blocking($stream, 0));
37 echo "\nunset stream\n";
51 echo "\nclose stream\n";
73 unset stream
82 close stream
84 Warning: stream_set_blocking(): supplied resource is not a valid stream resource in %s on line %d
98 Warning: stream_set_blocking(): supplied resource is not a valid stream resource in %s on line %d
H A Dsocket_export_stream-3.phpt23 $stream = socket_export_stream($sock);
24 var_dump($stream);
37 stream_set_blocking($stream, 0);
38 var_dump(fread($stream, strlen($m)));
41 resource(%d) of type (stream)
/PHP-7.4/ext/openssl/tests/
H A Dtls_wrapper_with_tls_v1.3.phpt2 tls stream wrapper when TLS 1.3 available
73 resource(%d) of type (stream)
75 resource(%d) of type (stream)
76 resource(%d) of type (stream)
77 resource(%d) of type (stream)
78 resource(%d) of type (stream)
79 resource(%d) of type (stream)
H A Dtls_wrapper.phpt2 tls stream wrapper
70 resource(%d) of type (stream)
72 resource(%d) of type (stream)
73 resource(%d) of type (stream)
74 resource(%d) of type (stream)
75 resource(%d) of type (stream)
/PHP-7.4/ext/fileinfo/tests/
H A Dmime_content_type_001.phpt18 Warning: mime_content_type(): Can only process string or stream arguments in %s on line %d
20 Warning: mime_content_type(): Can only process string or stream arguments in %s on line %d
22 Warning: mime_content_type(): Can only process string or stream arguments in %s on line %d
24 Warning: mime_content_type(): Can only process string or stream arguments in %s on line %d
26 Warning: mime_content_type(foo/inexistent): failed to open stream: No such file or directory in %s …
H A Dfinfo_open_001.phpt22 Warning: finfo_open(%s123): failed to open stream: No such file or directory in %s on line %d
24 Warning: finfo_open(%s123): failed to open stream: No such file or directory in %s on line %d
29 Warning: finfo_open(%s1): failed to open stream: No such file or directory in %s on line %d
31 Warning: finfo_open(%s1): failed to open stream: No such file or directory in %s on line %d
36 Warning: finfo_open(%sinexistent): failed to open stream: No such file or directory in %s on line %d
38 Warning: finfo_open(%sinexistent): failed to open stream: No such file or directory in %s on line %d
/PHP-7.4/sapi/cli/tests/
H A D022.phpt2 STDIN/OUT/ERR stream type
43 resource(%d) of type (stream)
45 resource(%d) of type (stream)
46 resource(%d) of type (stream)
47 resource(%d) of type (stream)
/PHP-7.4/ext/pgsql/tests/
H A Dnonblocking.inc3 function nb_is_readable($stream, $timeout = 1) {
4 $r = [$stream]; $w = []; $e = [];
7 function nb_is_writable($stream, $timeout = 1) {
8 $r = []; $w = [$stream]; $e = [];
/PHP-7.4/ext/gd/tests/
H A Dbug66590.phpt18 $stream = fopen($filename, 'rb');
19 fread($stream, 4); // skip "RIFF"
20 $length = fread($stream, 4);
21 fclose($stream);
/PHP-7.4/ext/standard/tests/streams/
H A Dbug77080.phpt10 $stream = fopen('data://text/plain,' . $string,'r');
11 stream_filter_append($stream, 'zlib.deflate', STREAM_FILTER_READ, 6);
12 $compressed = stream_get_contents($stream);
H A Dstream_context_get_params_001.phpt16 var_dump(stream_context_set_params($ctx, array("notification" => array("stream","notification_callb…
26 resource(%d) of type (stream-context)
61 string(6) "stream"
78 string(6) "stream"
102 string(6) "stream"
H A Dstream_context_tcp_nodelay.phpt2 stream context tcp_nodelay
16 $stream = stream_socket_client(
20 socket_import_stream($stream);
H A Dstream_context_tcp_nodelay_fopen.phpt2 stream context tcp_nodelay fopen
19 $stream = fopen("http://www.php.net", "r", false, $ctxt);
22 @socket_import_stream($stream);
H A Dbug44818.phpt19 resource(%d) of type (stream)
24 resource(%d) of type (stream)
29 resource(%d) of type (stream)
34 resource(%d) of type (stream)
/PHP-7.4/ext/zlib/tests/
H A Dgzfile_variation4.phpt29 Warning: gzfile(10.5): failed to open stream: No such file or directory in %s on line %d
32 Warning: gzfile(-10.5): failed to open stream: No such file or directory in %s on line %d
35 Warning: gzfile(123456789000): failed to open stream: No such file or directory in %s on line %d
38 Warning: gzfile(-123456789000): failed to open stream: No such file or directory in %s on line %d
41 Warning: gzfile(0.5): failed to open stream: No such file or directory in %s on line %d
H A Dreadgzfile_variation4.phpt29 Warning: readgzfile(10.5): failed to open stream: No such file or directory in %s on line %d
32 Warning: readgzfile(-10.5): failed to open stream: No such file or directory in %s on line %d
35 Warning: readgzfile(123456789000): failed to open stream: No such file or directory in %s on line %d
38 Warning: readgzfile(-123456789000): failed to open stream: No such file or directory in %s on line …
41 Warning: readgzfile(0.5): failed to open stream: No such file or directory in %s on line %d
H A Dgzfile_variation5.phpt28 Warning: gzfile(0): failed to open stream: No such file or directory in %s on line %d
31 Warning: gzfile(1): failed to open stream: No such file or directory in %s on line %d
34 Warning: gzfile(12345): failed to open stream: No such file or directory in %s on line %d
37 Warning: gzfile(-2345): failed to open stream: No such file or directory in %s on line %d
/PHP-7.4/ext/standard/tests/file/
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_enclosed.phpt2 Unexposed/leaked stream encloses another stream
12 /* force conversion of inner stream to STDIO. */
H A Dstream_rfc2397_006.phpt15 foreach($streams as $stream)
17 var_dump(file_get_contents($stream));
30 Warning: file_get_contents(data:;base64,#Zm9vYmFyIGZvb2Jhcg==): failed to open stream: rfc2397: una…
33 Warning: file_get_contents(data:;base64,#Zm9vYmFyIGZvb2Jhc=): failed to open stream: rfc2397: unabl…
H A Dbasename_bug66395_variation2-win32.phpt16 echo basename("a:\\b:\\c:d:hello\\world:some.stream") . "\n";
17 echo basename("a:/b:\\c:d:hello\\world:some.stream:\$DATA") . "\n";
18 echo basename("x:y:z:hello\world:my.stream:\$DATA") . "\n";
33 world:some.stream
34 world:some.stream:$DATA
35 world:my.stream:$DATA
/PHP-7.4/ext/standard/
H A Dfsock.c44 php_stream *stream = NULL; in php_fsockopen_stream() local
82 stream = php_stream_xport_create(hostname, hostname_len, REPORT_ERRORS, in php_fsockopen_stream()
88 if (stream == NULL) { in php_fsockopen_stream()
96 if (stream == NULL) { in php_fsockopen_stream()
122 php_stream_to_zval(stream, return_value); in php_fsockopen_stream()
/PHP-7.4/ext/phar/tests/
H A Dcreate_path_error.phpt69 1:Error: file_put_contents(phar://%s//): failed to open stream: phar error: file "" in phar "%s" ca…
70 2:Error: file_put_contents(phar://%s/.): failed to open stream: phar error: file "" in phar "%s" ca…
71 3:Error: file_put_contents(phar://%s/../): failed to open stream: phar error: file "" in phar "%s" …
72 4:Error: file_put_contents(phar://%s/a/..): failed to open stream: phar error: file "" in phar "%s"…
77 9:Error: file_put_contents(phar://%s): failed to open stream: phar error: invalid path "%s" contain…
78 10:Error: file_put_contents(phar://%s): failed to open stream: phar error: invalid path "%s" contai…
79 11:Error: file_put_contents(phar://%s): failed to open stream: phar error: invalid path "%s" contai…
80 12:Error: file_put_contents(phar://%s): failed to open stream: phar error: invalid path "%s" contai…
81 13:Error: file_put_contents(phar://%s): failed to open stream: phar error: invalid path "%s" contai…

Completed in 40 milliseconds

12345678910>>...33