Home
last modified time | relevance | path

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

12345678910>>...32

/PHP-8.1/ext/standard/tests/filters/
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-8.1/ext/standard/tests/streams/
H A Duser-stream-error.phpt16 …caught Error: Call to undefined function _some_undefined_function() in %s%euser-stream-error.php:%d
19 #1 %s%euser-stream-error.php(%d): fopen('mystream://foo', 'r')
21 thrown in %s%euser-stream-error.php on line %d
H A Dbug61371.phpt17 …$stream = stream_socket_client('udp://127.0.0.1:80', $errno, $errstr, 10, STREAM_CLIENT_CONNECT, $…
18 if ($doFclose) fclose($stream);
20 unset($stream);
H A Dbug61371-unix.phpt22 …$stream = stream_socket_client('udp://0.0.0.0:80', $errno, $errstr, 10, STREAM_CLIENT_CONNECT, $co…
23 if ($doFclose) fclose($stream);
25 unset($stream);
/PHP-8.1/ext/spl/tests/
H A DSplFileObject_fflush_basic_001.phpt14 //create a basic stream class
29 //end creating stream
31 //open an SplFileObject using the above test stream
/PHP-8.1/ext/zlib/tests/
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-8.1/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-8.1/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,
51 PHPAPI void php_fgetcsv(php_stream *stream, char delimiter, char enclosure, int escape_char, size_t…
52 PHPAPI ssize_t php_fputcsv(php_stream *stream, zval *fields, char delimiter, char enclosure, int es…
75 php_stream *stream; member
/PHP-8.1/ext/standard/tests/file/
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));
H A Dfile_get_contents_variation8.phpt48 Warning: file_get_contents(-1): Failed to open stream: No such file or directory in %s on line %d
52 Warning: file_get_contents(1): Failed to open stream: No such file or directory in %s on line %d
60 Warning: file_get_contents( ): Failed to open stream: No such file or directory in %s on line %d
68 Warning: file_get_contents(/no/such/file/dir): Failed to open stream: No such file or directory in …
72 Warning: file_get_contents(php/php): Failed to open stream: No such file or directory in %s on line…
H A Dreadfile_variation10-win32.phpt47 Warning: readfile(-1): Failed to open stream: No such file or directory in %s on line %d
51 Warning: readfile(1): Failed to open stream: No such file or directory in %s on line %d
61 Warning: readfile( ): Failed to open stream: Permission denied in %s on line %d
71 Warning: readfile(/no/such/file/dir): Failed to open stream: No such file or directory in %s on lin…
75 Warning: readfile(php/php): Failed to open stream: No such file or directory in %s on line %d
/PHP-8.1/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-8.1/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-8.1/tests/security/
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
H A Dopen_basedir_parse_ini_file.phpt42 Warning: parse_ini_file(%stest\bad): Failed to open stream: Operation not permitted in %sopen_based…
47 Warning: parse_ini_file(%stest\bad\bad.txt): Failed to open stream: Operation not permitted in %sop…
52 Warning: parse_ini_file(%stest): Failed to open stream: Operation not permitted in %sopen_basedir_p…
57 Warning: parse_ini_file(%stest): Failed to open stream: Operation not permitted in %sopen_basedir_p…
62 Warning: parse_ini_file(%stest\bad): Failed to open stream: Operation not permitted in %sopen_based…
67 Warning: parse_ini_file(%stest\bad\bad.txt): Failed to open stream: Operation not permitted in %sop…
72 Warning: parse_ini_file(%stest): Failed to open stream: Operation not permitted in %sopen_basedir_p…
/PHP-8.1/ext/sockets/tests/
H A Dbug_export_stream_type.phpt8 $stream = socket_export_stream($sock);
9 echo stream_get_meta_data($stream)['stream_type']. "\n";
/PHP-8.1/ext/standard/tests/dir/
H A Ddir_variation3.phpt87 resource(%d) of type (stream)
98 resource(%d) of type (stream)
109 resource(%d) of type (stream)
120 resource(%d) of type (stream)
131 resource(%d) of type (stream)
142 resource(%d) of type (stream)
153 resource(%d) of type (stream)
164 resource(%d) of type (stream)
175 resource(%d) of type (stream)
186 resource(%d) of type (stream)
/PHP-8.1/ext/mbstring/tests/
H A Dgh7902.phpt22 $stream = fopen(__DIR__ . "/gh7902.eml", "rb");
23 $eml = stream_get_contents($stream);
24 fclose($stream);
/PHP-8.1/ext/pgsql/
H A Dphp_pgsql.h93 static ssize_t php_pgsql_fd_write(php_stream *stream, const char *buf, size_t count);
94 static ssize_t php_pgsql_fd_read(php_stream *stream, char *buf, size_t count);
95 static int php_pgsql_fd_close(php_stream *stream, int close_handle);
96 static int php_pgsql_fd_flush(php_stream *stream);
97 static int php_pgsql_fd_set_option(php_stream *stream, int option, int value, void *ptrparam);
98 static int php_pgsql_fd_cast(php_stream *stream, int cast_as, void **ret);
/PHP-8.1/ext/standard/tests/http/
H A Dignore_errors.phpt57 resource(%d) of type (stream)
71 Warning: fopen(http://%s:%d/foo/bar): Failed to open stream: HTTP request failed! HTTP/1.1 404 Not …
80 resource(%d) of type (stream)
93 resource(%d) of type (stream)
107 resource(%d) of type (stream)
120 resource(%d) of type (stream)
/PHP-8.1/sapi/fpm/tests/
H A Dlogreader.inc57 * @param resource $stream The actual stream.
59 public function setStreamSource(string $name, $stream)
63 $this->sources[$name] = new LogStreamSource($stream);
251 private $stream;
258 public function __construct($stream)
260 $this->stream = $stream;
264 * Get single line from the stream.
278 if (feof($this->stream)) {
281 $read = [$this->stream];
285 $line = fgets($this->stream);
[all …]
/PHP-8.1/ext/opcache/tests/jit/
H A Dbug81051.phpt37 $stream = new BinaryStream(str_repeat("\x01a", 1000));
38 var_dump($stream->getUnsignedVarInt());
39 var_dump($stream->get(1));

Completed in 75 milliseconds

12345678910>>...32