Home
last modified time | relevance | path

Searched refs:stream (Results 226 – 250 of 779) sorted by relevance

12345678910>>...32

/PHP-8.1/ext/standard/tests/http/
H A Dbug60570.phpt42 Warning: file_get_contents(http://%s:%d): Failed to open stream: HTTP request failed! HTTP/1.0 404 …
45 Warning: file_get_contents(http://%s:%d): Failed to open stream: HTTP request failed! HTTP/1.0 404 …
48 Warning: file_get_contents(http://%s:%d): Failed to open stream: HTTP request failed! HTTP/1.0 404 …
/PHP-8.1/ext/standard/tests/file/
H A Dfopen_variation10-win32.phpt91 Warning: fopen(c\fopen_variation10.tmp): Failed to open stream: No such file or directory in %s on …
96 Warning: fopen(\\fopen_variation10.tmp): Failed to open stream: No such file or directory in %s on …
101 Warning: fopen(/\fopen_variation10.tmp): Failed to open stream: No such file or directory in %s on …
109 Warning: fopen(c:adir\fopen_variation10.tmp): Failed to open stream: No such file or directory in %…
129 Warning: fopen(/sortout\fopen_variation10.tmp): Failed to open stream: No such file or directory in…
H A Dfopen_variation11-win32.phpt89 Warning: fopen(c\fopen_variation11.tmp): Failed to open stream: No such file or directory in %s on …
94 Warning: fopen(\\FOPEN_VARIATION11.TMP): Failed to open stream: No such file or directory in %s on …
99 Warning: fopen(\\FOPEN_VARIATION11.TMP): Failed to open stream: No such file or directory in %s on …
107 Warning: fopen(c:adir\fopen_variation11.tmp): Failed to open stream: No such file or directory in %…
127 Warning: fopen(/sortout\fopen_variation11.tmp): Failed to open stream: No such file or directory in…
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 Dfdatasync.phpt40 echo "\n*** Testing fdatasync(): for non-file stream ***\n";
68 *** Testing fdatasync(): for non-file stream ***
70 Warning: fdatasync(): Can't fsync this stream! in %s on line %d
H A Dfsync.phpt40 echo "\n*** Testing fsync(): for non-file stream ***\n";
68 *** Testing fsync(): for non-file stream ***
70 Warning: fsync(): Can't fsync this stream! in %s on line %d
H A Dfopen_variation14.phpt93 Warning: fopen(file://fopen14.tmpDir/fopen_variation14.tmp): Failed to open stream: no suitable wra…
98 Warning: fopen(file://fopen14.tmpDir/fopen_variation14.tmp): Failed to open stream: no suitable wra…
103 Warning: fopen(file://./fopen14.tmpDir/fopen_variation14.tmp): Failed to open stream: no suitable w…
108 Warning: fopen(file://./fopen14.tmpDir/fopen_variation14.tmp): Failed to open stream: no suitable w…
117 Warning: fopen(file://../fopen14.tmpDir/fopen_variation14.tmp): Failed to open stream: no suitable …
122 Warning: fopen(file://../fopen14.tmpDir/fopen_variation14.tmp): Failed to open stream: no suitable …
H A Dfopen_variation15.phpt97 Warning: fopen(file://fopen15.tmpDir/fopen_variation15.tmp): Failed to open stream: no suitable wra…
102 Warning: fopen(file://fopen15.tmpDir/fopen_variation15.tmp): Failed to open stream: no suitable wra…
107 Warning: fopen(file://./fopen15.tmpDir/fopen_variation15.tmp): Failed to open stream: no suitable w…
112 Warning: fopen(file://./fopen15.tmpDir/fopen_variation15.tmp): Failed to open stream: no suitable w…
121 Warning: fopen(file://../fopen15.tmpDir/fopen_variation15.tmp): Failed to open stream: no suitable …
126 Warning: fopen(file://../fopen15.tmpDir/fopen_variation15.tmp): Failed to open stream: no suitable …
/PHP-8.1/ext/xmlwriter/tests/
H A Dbug79029.phpt29 Warning: fclose(): %d is not a valid stream resource in %sbug79029.php on line %d
31 Warning: fclose(): %d is not a valid stream resource in %sbug79029.php on line %d
/PHP-8.1/ext/curl/tests/
H A Dcurl_copy_handle_variation3.phpt31 string(%d) "curl_copy_handle_variation3.txt|application/octet-stream|5"
32 string(%d) "curl_copy_handle_variation3.txt|application/octet-stream|5"
H A Dbug52827.phpt9 /* force conversion of inner stream to STDIO.
14 * stream has an ugly but working mechanism to
H A Dcurl_copy_handle_variation4.phpt42 …opy_handle_variation4.txt|application/octet-stream|5curl_copy_handle_variation4.txt|application/oc…
/PHP-8.1/ext/standard/tests/network/
H A Dsocket_bug74429.phpt30 resource(%d) of type (stream)
31 resource(%d) of type (stream)
H A Dfsockopen_variation1.phpt34 resource(%d) of type (stream)
37 resource(%d) of type (stream)
/PHP-8.1/ext/phar/tests/
H A D016.phpt31 Warning: file_get_contents(phar://%s/a): Failed to open stream: phar error: internal corruption of …
34 Warning: file_get_contents(phar://%s/b): Failed to open stream: phar error: internal corruption of …
38 Warning: file_get_contents(phar://%s/d): Failed to open stream: phar error: internal corruption of …
H A Dcreate_new_phar_b.phpt19 Warning: file_put_contents(phar://%screate_new_phar_b.phar.php/a.php): Failed to open stream: phar …
21 Warning: include(phar://%screate_new_phar_b.phar.php/a.php): Failed to open stream: %s in %screate_…
/PHP-8.1/ext/curl/
H A Dcurl_private.h53 zval stream; member
62 zval stream; member
92 zend_llist stream; member
/PHP-8.1/ext/openssl/tests/
H A Dbug74159.phpt50 function streamRead($stream) : int {
51 return strlen(fread($stream, 8192));
54 function streamWrite($stream, $data) : int {
55 return fwrite($stream, $data);
/PHP-8.1/ext/zlib/tests/
H A Dgzclose_basic.phpt37 gzread(): supplied resource is not a valid stream resource
39 gzread(): supplied resource is not a valid stream resource
/PHP-8.1/ext/fileinfo/tests/
H A Dbug68996.phpt13 <b>Warning</b>: finfo_open(%s�c): Failed to open stream: No such file or directory in <b>%sbug6899…
15 <b>Warning</b>: finfo_open(%s�c): Failed to open stream: No such file or directory in <b>%sbug6899…
/PHP-8.1/tests/security/
H A Dopen_basedir_error_log_variation.phpt35 Warning: error_log(%s/test/bad/bad.txt): Failed to open stream: %s in %s on line %d
40 Warning: error_log(%s/test/bad.txt): Failed to open stream: %s in %s on line %d
45 Warning: error_log(%s/bad.txt): Failed to open stream: %s in %s on line %d
/PHP-8.1/ext/standard/tests/dir/
H A Dopendir_variation3.phpt38 resource(%d) of type (stream)
41 resource(%d) of type (stream)
H A Dopendir_variation3-win32-mb.phpt44 resource(%d) of type (stream)
47 resource(%d) of type (stream)
H A Dclosedir_variation3.phpt31 resource(%d) of type (stream)
37 resource(%d) of type (stream)
/PHP-8.1/ext/standard/tests/streams/
H A Dstream_multi_filters_close.phpt11 stream_bucket_append($out, stream_bucket_new($this->stream, $bucket->data));
30 stream_bucket_append($out, stream_bucket_new($this->stream, $bucket->data));

Completed in 30 milliseconds

12345678910>>...32