Home
last modified time | relevance | path

Searched refs:stream (Results 176 – 200 of 816) sorted by relevance

12345678910>>...33

/PHP-7.4/Zend/tests/
H A Dbug30998.phpt18 fopen(/tmp/blah): failed to open stream: %s (2) in %s:%d
20 Warning: fopen(/tmp/blah): failed to open stream: %s in %s on line %d
/PHP-7.4/ext/imap/tests/
H A Dbug64076.phpt10 $stream = setup_test_mailbox('', 2);
12 var_dump(imap_sort($stream, SORTFROM, 0, 0, 'UNSUPPORTED SEARCH CRITERIUM'));
/PHP-7.4/ext/standard/tests/file/
H A Dfile_get_contents_variation8-win32.phpt53 Warning: file_get_contents(-1): failed to open stream: No such file or directory in %s on line %d
58 Warning: file_get_contents(1): failed to open stream: No such file or directory in %s on line %d
78 Warning: file_get_contents( ): failed to open stream: Permission denied in %s on line %d
93 Warning: file_get_contents(/no/such/file/dir): failed to open stream: No such file or directory in …
98 Warning: file_get_contents(php/php): failed to open stream: No such file or directory in %s on line…
H A Dfile_get_contents_variation8.phpt51 Warning: file_get_contents(-1): failed to open stream: No such file or directory in %s on line %d
55 Warning: file_get_contents(1): failed to open stream: No such file or directory in %s on line %d
71 Warning: file_get_contents( ): failed to open stream: No such file or directory in %s on line %d
83 Warning: file_get_contents(/no/such/file/dir): failed to open stream: No such file or directory in …
87 Warning: file_get_contents(php/php): failed to open stream: No such file or directory in %s on line…
H A Dreadfile_variation10-win32.phpt51 Warning: readfile(-1): failed to open stream: No such file or directory in %s on line %d
55 Warning: readfile(1): failed to open stream: No such file or directory in %s on line %d
71 Warning: readfile( ): failed to open stream: Permission denied in %s on line %d
83 Warning: readfile(/no/such/file/dir): failed to open stream: No such file or directory in %s on lin…
87 Warning: readfile(php/php): failed to open stream: No such file or directory in %s on line %d
H A Dfopen_variation14-win32.phpt108 Warning: fopen(file://fopen14.tmpDir\fopen_variation14.tmp): failed to open stream: no suitable wra…
113 Warning: fopen(file://fopen14.tmpDir\fopen_variation14.tmp): failed to open stream: no suitable wra…
118 Warning: fopen(file://fopen14.tmpDir/fopen_variation14.tmp): failed to open stream: no suitable wra…
123 Warning: fopen(file://fopen14.tmpDir/fopen_variation14.tmp): failed to open stream: no suitable wra…
128 Warning: fopen(file://./fopen14.tmpDir/fopen_variation14.tmp): failed to open stream: no suitable w…
133 Warning: fopen(file://./fopen14.tmpDir/fopen_variation14.tmp): failed to open stream: no suitable w…
138 Warning: fopen(file://.\fopen14.tmpDir\fopen_variation14.tmp): failed to open stream: no suitable w…
143 Warning: fopen(file://.\fopen14.tmpDir\fopen_variation14.tmp): failed to open stream: no suitable w…
160 Warning: fopen(file://../fopen14.tmpDir/fopen_variation14.tmp): failed to open stream: no suitable …
165 Warning: fopen(file://../fopen14.tmpDir/fopen_variation14.tmp): failed to open stream: no suitable …
[all …]
/PHP-7.4/tests/security/
H A Dopen_basedir_file_put_contents.phpt34 Warning: file_put_contents(../bad/bad.txt): failed to open stream: %s in %s on line %d
39 Warning: file_put_contents(.././bad/bad.txt): failed to open stream: %s in %s on line %d
44 Warning: file_put_contents(../bad/../bad/bad.txt): failed to open stream: %s in %s on line %d
49 Warning: file_put_contents(./.././bad/bad.txt): failed to open stream: %s in %s on line %d
54 Warning: file_put_contents%s/test/bad/bad.txt): failed to open stream: %s in %s on line %d
/PHP-7.4/ext/curl/
H A Dinterface.c177 php_stream *stream; in _php_curl_verify_handlers() local
183 if (stream == NULL) { in _php_curl_verify_handlers()
195 if (stream == NULL) { in _php_curl_verify_handlers()
209 if (stream == NULL) { in _php_curl_verify_handlers()
223 if (stream == NULL) { in _php_curl_verify_handlers()
1798 php_stream *stream; member
2038 ch->handlers->write->stream = source->handlers->write->stream; in _php_setup_easy_copy_handlers()
2043 ch->handlers->read->stream = source->handlers->read->stream; in _php_setup_easy_copy_handlers()
2235 if (!stream->readfilters.head && !php_stream_stat(stream, &ssb)) { in build_mime_structure_from_hash()
2244 cb_arg->stream = stream; in build_mime_structure_from_hash()
[all …]
/PHP-7.4/ext/zlib/tests/
H A Ddeflate_add_basic.phpt55 $stream = deflateStream($mode, $flushSize, $flushType);
58 $compressed .= $stream->send($c);
60 $compressed .= $stream->send(null);
H A Dinflate_add_basic.phpt57 $stream = inflateStream($mode, $flushSize, $flushType);
59 $inflated .= $stream->send($compressed[$i]);
61 $inflated .= $stream->send(null);
/PHP-7.4/main/
H A Dphp_memory_streams.h34 #define php_stream_memory_get_buffer(stream, length) _php_stream_memory_get_buffer((stream), (lengt… argument
46 PHPAPI char *_php_stream_memory_get_buffer(php_stream *stream, size_t *length STREAMS_DC);
/PHP-7.4/ext/curl/tests/
H A Dcurl_copy_handle_variation5.phpt44 string(%d) "abc.txt|application/octet-stream|5"
45 string(%d) "def.txt|application/octet-stream|11"
46 string(%d) "def.txt|application/octet-stream|11"
/PHP-7.4/ext/standard/tests/streams/
H A Dopendir-002.phpt2 opendir() with 'ftp://' stream.
26 resource(%d) of type (stream)
/PHP-7.4/ext/standard/tests/http/
H A Dbug38802.phpt71 resource(%d) of type (stream)
108 Warning: fopen(http://127.0.0.1:12342/foo/bar): failed to open stream: Redirection limit reached, a…
121 Warning: fopen(http://127.0.0.1:12342/foo/bar): failed to open stream: Redirection limit reached, a…
130 Warning: fopen(http://127.0.0.1:12342/foo/bar): failed to open stream: Redirection limit reached, a…
138 resource(%d) of type (stream)
152 resource(%d) of type (stream)
166 resource(%d) of type (stream)
H A Dbug60570.phpt41 Warning: file_get_contents(http://127.0.0.1:12342/): failed to open stream: HTTP request failed! HT…
44 Warning: file_get_contents(http://127.0.0.1:12342/): failed to open stream: HTTP request failed! HT…
47 Warning: file_get_contents(http://127.0.0.1:12342/): failed to open stream: HTTP request failed! HT…
/PHP-7.4/ext/pdo_pgsql/
H A Dpgsql_driver.c658 php_stream *stream; in PHP_METHOD() local
672 if (!stream) { in PHP_METHOD()
710 php_stream_close(stream); in PHP_METHOD()
716 php_stream_close(stream); in PHP_METHOD()
735 php_stream_close(stream); in PHP_METHOD()
759 php_stream *stream; in PHP_METHOD() local
774 if (!stream) { in PHP_METHOD()
819 php_stream_close(stream); in PHP_METHOD()
824 php_stream_close(stream); in PHP_METHOD()
831 php_stream_close(stream); in PHP_METHOD()
[all …]
/PHP-7.4/ext/standard/tests/filters/
H A Dfilter_errors_convert_base64_decode.phpt13 Warning: stream_filter_append(): stream filter (convert.base64-decode): invalid byte sequence in %s
18 Warning: stream_get_contents(): stream filter (convert.base64-decode): invalid byte sequence in %s
/PHP-7.4/ext/mysqli/tests/
H A Dbug62885.phpt23 Warning: mysqli_poll(): No stream arrays were passed in %sbug62885.php on line %d
25 Warning: mysqli_poll(): No stream arrays were passed in %sbug62885.php on line %d
/PHP-7.4/sapi/cli/tests/
H A Dbug70264.phpt17 Warning: file_get_contents(http://%s/..\CREDITS): failed to open stream: HTTP request failed! HTTP/…
20 Warning: file_get_contents(http://%s/..%5CCREDITS): failed to open stream: HTTP request failed! HTT…
/PHP-7.4/ext/sqlite3/tests/
H A Dsqlite3_09_blob_bound_param.phpt18 echo "Opening blob stream\n";
45 Opening blob stream
46 resource(%d) of type (stream)
/PHP-7.4/ext/standard/tests/array/
H A Dkey_exists_variation2.phpt48 echo "stream resource\n";
49 // stream resource has index = 0, netherless its position is the first
54 // stream resource has index = 0, netherless its position is the latest
69 stream resource
/PHP-7.4/ext/bz2/tests/
H A D004.phpt100 Warning: bzread(): supplied resource is not a valid stream resource in %s on line %d
103 Warning: bzerror(): supplied resource is not a valid stream resource in %s on line %d
106 Warning: bzerrstr(): supplied resource is not a valid stream resource in %s on line %d
109 Warning: bzerrno(): supplied resource is not a valid stream resource in %s on line %d
/PHP-7.4/ext/standard/
H A Duser_filters.c154 php_stream *stream, in userfilter_filter() argument
176 uint32_t orig_no_fclose = stream->flags & PHP_STREAM_FLAG_NO_FCLOSE; in userfilter_filter()
177 stream->flags |= PHP_STREAM_FLAG_NO_FCLOSE; in userfilter_filter()
183 php_stream_to_zval(stream, &tmp); in userfilter_filter()
255 stream->flags &= ~PHP_STREAM_FLAG_NO_FCLOSE; in userfilter_filter()
256 stream->flags |= orig_no_fclose; in userfilter_filter()
505 php_stream *stream; in PHP_FUNCTION() local
516 php_stream_from_zval(stream, zstream); in PHP_FUNCTION()
518 pbuffer = pemalloc(buffer_len, php_stream_is_persistent(stream)); in PHP_FUNCTION()
522 bucket = php_stream_bucket_new(stream, pbuffer, buffer_len, 1, php_stream_is_persistent(stream)); in PHP_FUNCTION()
/PHP-7.4/ext/zip/tests/
H A Dbug49072.phpt15 if (!$r)die('failed to open a stream for file1');
22 Warning: fread(): Zip stream error: CRC error in %s on line %d
/PHP-7.4/ext/iconv/tests/
H A Dbug76249.phpt2 Bug #76249 (stream filter convert.iconv leads to infinite loop on invalid sequence)
17 Warning: stream_get_contents(): iconv stream filter ("ucs-2"=>"utf%A8//IGNORE"): invalid multibyte …

Completed in 70 milliseconds

12345678910>>...33