Home
last modified time | relevance | path

Searched refs:stream (Results 151 – 175 of 811) sorted by relevance

12345678910>>...33

/php-src/ext/standard/tests/file/
H A Dreadfile_variation10.phpt47 Warning: readfile(-1): Failed to open stream: %s in %s on line %d
50 Warning: readfile(1): Failed to open stream: %s in %s on line %d
57 Warning: readfile( ): Failed to open stream: %s in %s on line %d
62 Warning: readfile(%sdir): Failed to open stream: %s in %s on line %d
65 Warning: readfile(%sphp): Failed to open stream: %s in %s on line %d
H A Dstream_rfc2397_003.phpt21 foreach($streams as $original => $stream)
24 var_dump(file_get_contents(__DIR__ . '/' . $original) == file_get_contents($stream));
26 var_dump(file_get_contents($stream));
/php-src/ext/standard/tests/streams/
H A Dstream_get_meta_data_file_error.phpt7 echo "\n-- Testing stream_get_meta_data() function with closed stream resource --\n";
21 -- Testing stream_get_meta_data() function with closed stream resource --
22 stream_get_meta_data(): supplied resource is not a valid stream resource
H A Duser-stream-error.phpt17 …caught Error: Call to undefined function _some_undefined_function() in %s%euser-stream-error.php:%d
20 #1 %s%euser-stream-error.php(%d): fopen('mystream://foo', 'r')
22 thrown in %s%euser-stream-error.php on line %d
/php-src/ext/standard/tests/filters/
H A Dbug79468.phpt2 Bug #79468 SIGSEGV when closing stream handle with a stream filter appended
21 string(79) "stream_filter_remove(): supplied resource is not a valid stream filter resource"
H A Dbug54350.phpt11 fclose($this->stream);
25 Warning: fclose(): 5 is not a valid stream resource in %s on line %d
26 fclose(): supplied resource is not a valid stream resource
/php-src/ext/curl/
H A Dinterface.c147 php_stream *stream; in _php_curl_verify_handlers() local
153 if (stream == NULL) { in _php_curl_verify_handlers()
165 if (stream == NULL) { in _php_curl_verify_handlers()
179 if (stream == NULL) { in _php_curl_verify_handlers()
193 if (stream == NULL) { in _php_curl_verify_handlers()
885 php_stream *stream; member
1178 ch->handlers.write->stream = source->handlers.write->stream; in _php_setup_easy_copy_handlers()
1183 ch->handlers.read->stream = source->handlers.read->stream; in _php_setup_easy_copy_handlers()
1365 if (!stream->readfilters.head && !php_stream_stat(stream, &ssb)) { in build_mime_structure_from_hash()
1374 cb_arg->stream = stream; in build_mime_structure_from_hash()
[all …]
/php-src/ext/com_dotnet/
H A Dcom_persist.c40 php_stream *stream; member
197 php_stream_flush(stm->stream); in stm_commit()
254 zend_list_delete(stm->stream->res); in istream_destructor()
271 stm->stream = stream; in php_com_wrapper_export_stream()
273 GC_ADDREF(stream->res); in php_com_wrapper_export_stream()
526 php_stream *stream; in CPH_METHOD() local
537 if (stream == NULL) { in CPH_METHOD()
542 stm = php_com_wrapper_export_stream(stream); in CPH_METHOD()
584 php_stream *stream; in CPH_METHOD() local
597 if (stream == NULL) { in CPH_METHOD()
[all …]
/php-src/ext/zlib/tests/
H A Dgzfile_variation7.phpt29 Warning: gzfile(string): Failed to open stream: No such file or directory in %s on line %d
32 Warning: gzfile(string): Failed to open stream: No such file or directory in %s on line %d
35 Warning: gzfile(sTrInG): Failed to open stream: No such file or directory in %s on line %d
38 Warning: gzfile(hello world): Failed to open stream: No such file or directory in %s on line %d
H A Dreadgzfile_variation7.phpt29 Warning: readgzfile(string): Failed to open stream: No such file or directory in %s on line %d
32 Warning: readgzfile(string): Failed to open stream: No such file or directory in %s on line %d
35 Warning: readgzfile(sTrInG): Failed to open stream: No such file or directory in %s on line %d
38 Warning: readgzfile(hello world): Failed to open stream: No such file or directory in %s on line %d
H A Dgzopen_variation9.phpt28 Warning: gzopen(): Cannot open a zlib stream for reading and writing at the same time! in %s on lin…
32 gzopen=resource(%d) of type (stream)
36 Warning: gzopen(): Cannot open a zlib stream for reading and writing at the same time! in %s on lin…
41 Warning: gzopen(%s/004.txt.gz): Failed to open stream: %s in %s on line %d
/php-src/benchmark/
H A Dshared.php35 foreach ($read as $stream) {
36 $chunk = fgets($stream);
37 if ($stream === $stdout) {
39 } elseif ($stream === $stderr) {
/php-src/ext/pdo_pgsql/tests/
H A Dbug46274_2.phpt77 resource(%d) of type (stream)
79 resource(%d) of type (stream)
84 resource(%d) of type (stream)
86 resource(%d) of type (stream)
91 resource(%d) of type (stream)
93 resource(%d) of type (stream)
/php-src/ext/standard/tests/http/
H A Dbug78719.phpt18 $stream = fopen($uri, 'r', false, $context);
19 var_dump(stream_get_contents($stream));
20 var_dump(stream_get_meta_data($stream)['wrapper_data'][1] === "Location: $url");
/php-src/tests/security/
H A Dopen_basedir_copy.phpt38 Warning: copy(../bad): Failed to open stream: %s in %s on line %d
43 Warning: copy(../bad/bad.txt): Failed to open stream: %s in %s on line %d
48 Warning: copy(..): Failed to open stream: %s in %s on line %d
53 Warning: copy(../): Failed to open stream: %s in %s on line %d
58 Warning: copy(/): Failed to open stream: %s in %s on line %d
63 Warning: copy(../bad/.): Failed to open stream: %s in %s on line %d
68 Warning: copy(../bad/./bad.txt): Failed to open stream: %s in %s on line %d
73 Warning: copy(./../.): Failed to open stream: %s in %s on line %d
H A Dopen_basedir_file.phpt34 Warning: file(../bad): Failed to open stream: %s in %s on line %d
39 Warning: file(../bad/bad.txt): Failed to open stream: %s in %s on line %d
44 Warning: file(..): Failed to open stream: %s in %s on line %d
49 Warning: file(../): Failed to open stream: %s in %s on line %d
54 Warning: file(/): Failed to open stream: %s in %s on line %d
59 Warning: file(../bad/.): Failed to open stream: %s in %s on line %d
64 Warning: file(%s/test/bad/bad.txt): Failed to open stream: %s in %s on line %d
69 Warning: file(%s/test/bad/../bad/bad.txt): Failed to open stream: %s in %s on line %d
H A Dopen_basedir_file_get_contents.phpt34 Warning: file_get_contents(../bad): Failed to open stream: %s in %s on line %d
39 Warning: file_get_contents(../bad/bad.txt): Failed to open stream: %s in %s on line %d
44 Warning: file_get_contents(..): Failed to open stream: %s in %s on line %d
49 Warning: file_get_contents(../): Failed to open stream: %s in %s on line %d
54 Warning: file_get_contents(/): Failed to open stream: %s in %s on line %d
59 Warning: file_get_contents(../bad/.): Failed to open stream: %s in %s on line %d
64 Warning: file_get_contents(%s/test/bad/bad.txt): Failed to open stream: %s in %s on line %d
69 Warning: file_get_contents(%s/test/bad/../bad/bad.txt): Failed to open stream: %s in %s on line %d
/php-src/ext/ftp/
H A Dftp.stub.php106 /** @param resource $stream */
107 …function ftp_fget(FTP\Connection $ftp, $stream, string $remote_filename, int $mode = FTP_BINARY, i…
109 /** @param resource $stream */
110 …function ftp_nb_fget(FTP\Connection $ftp, $stream, string $remote_filename, int $mode = FTP_BINARY…
116 /** @param resource $stream */
117 …function ftp_fput(FTP\Connection $ftp, string $remote_filename, $stream, int $mode = FTP_BINARY, i…
119 /** @param resource $stream */
120 …function ftp_nb_fput(FTP\Connection $ftp, string $remote_filename, $stream, int $mode = FTP_BINARY…
/php-src/ext/openssl/tests/
H A Dstream_crypto_flags_002.phpt2 TLSv1.1 and TLSv1.2 bitwise stream crypto flag assignment
73 resource(%d) of type (stream)
74 resource(%d) of type (stream)
75 resource(%d) of type (stream)
76 resource(%d) of type (stream)
H A Dtls_min_v1.0_max_v1.1_wrapper.phpt2 tls stream wrapper with min version 1.0 and max version 1.1
72 resource(%d) of type (stream)
74 resource(%d) of type (stream)
76 resource(%d) of type (stream)
77 resource(%d) of type (stream)
H A Dbug65538_002.phpt2 Bug #65538: SSL context "cafile" disallows URL stream wrappers
13 // care about the fact that the external stream is not allowed.
16 // on system cafile when opening stream.
26 Warning: file_get_contents(%s): Failed to open stream: operation failed in %s on line %d
/php-src/ext/standard/
H A Dfile.h46 PHPAPI void php_fstat(php_stream *stream, zval *return_value);
47 PHPAPI void php_flock_common(php_stream *stream, zend_long operation, uint32_t operation_arg_num,
52 PHPAPI HashTable *php_fgetcsv(php_stream *stream, char delimiter, char enclosure, int escape_char, …
53 PHPAPI ssize_t php_fputcsv(php_stream *stream, zval *fields, char delimiter, char enclosure, int es…
76 php_stream *stream; member
/php-src/ext/bz2/tests/
H A Dbzerr_functions_on_invalid_stream.phpt25 bzerrno(): Argument #1 ($bz) must be a bz2 stream
26 bzerrstr(): Argument #1 ($bz) must be a bz2 stream
27 bzerror(): Argument #1 ($bz) must be a bz2 stream
/php-src/main/streams/
H A Dphp_stream_filter_api.h66 PHPAPI php_stream_bucket *php_stream_bucket_new(php_stream *stream, char *buf, size_t buflen, uint8…
83 php_stream *stream,
101 php_stream *stream; member
138 #define php_stream_is_filtered(stream) ((stream)->readfilters.head || (stream)->writefilters.head) argument
/php-src/ext/spl/tests/SplFileObject/
H A DSplFileObject_fflush_basic_001.phpt14 //create a basic stream class
30 //end creating stream
32 //open an SplFileObject using the above test stream

Completed in 59 milliseconds

12345678910>>...33