Home
last modified time | relevance | path

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

12345678910>>...33

/PHP-7.4/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-7.4/ext/standard/tests/streams/
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);
H A Dstream_socket_pair.phpt15 resource(%d) of type (stream)
17 resource(%d) of type (stream)
H A Dbug46147.phpt2 Bug #46147 (after stream seek, appending stream filter reads incorrect data)
H A Dbug40459.phpt2 bug 40459 - Test whether the constructor of the user-space stream wrapper is called when stream fun…
7 // Test whether the constructor of the user-space stream wrapper is called when stream functions ar…
/PHP-7.4/ext/standard/tests/dir/
H A Ddir_variation3.phpt93 resource(%d) of type (stream)
104 resource(%d) of type (stream)
115 resource(%d) of type (stream)
126 resource(%d) of type (stream)
137 resource(%d) of type (stream)
148 resource(%d) of type (stream)
159 resource(%d) of type (stream)
170 resource(%d) of type (stream)
181 resource(%d) of type (stream)
192 resource(%d) of type (stream)
/PHP-7.4/Zend/tests/
H A Dbug78406.phpt2 Bug #78406: Broken file includes with user-defined stream filters
20 if ($closing || feof($this->stream))
26 $bucket = stream_bucket_new($this->stream, $this->data);
H A Dbug70398.phpt14 resource(%d) of type (stream)
17 resource(%d) of type (stream)
/PHP-7.4/ext/standard/tests/http/
H A Dignore_errors.phpt57 resource(%d) of type (stream)
71 Warning: fopen(http://127.0.0.1:12342/foo/bar): failed to open stream: HTTP request failed! HTTP/1.…
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-7.4/ext/standard/tests/file/
H A Dbug45303.phpt10 resource(%d) of type (stream)
12 Warning: fseek(): stream does not support seeking in %s
H A Dreadfile_variation10.phpt51 Warning: readfile(-1): failed to open stream: %s in %s on line %d
54 Warning: readfile(1): failed to open stream: %s in %s on line %d
66 Warning: readfile( ): failed to open stream: %s in %s on line %d
77 Warning: readfile(%sdir): failed to open stream: %s in %s on line %d
80 Warning: readfile(%sphp): failed to open stream: %s in %s on line %d
H A Dstream_rfc2397_004.phpt17 foreach($streams as $stream)
19 var_dump(@file_get_contents($stream));
/PHP-7.4/sapi/cli/tests/
H A Dbug69655.phpt20 Warning: file_get_contents(http://localhost:8964): failed to open stream: HTTP request failed! HTTP…
23 Warning: file_get_contents(http://localhost:8964): failed to open stream: HTTP request failed! HTTP…
26 Warning: file_get_contents(http://localhost:8964): failed to open stream: HTTP request failed! HTTP…
/PHP-7.4/ext/zlib/tests/
H A Dgzopen_variation9.phpt39 Warning: gzopen(): cannot open a zlib stream for reading and writing at the same time! in %s on lin…
43 gzopen=resource(%d) of type (stream)
47 Warning: gzopen(): cannot open a zlib stream for reading and writing at the same time! in %s on lin…
52 Warning: gzopen(%s/004.txt.gz): failed to open stream: %s in %s on line %d
/PHP-7.4/ext/sockets/tests/
H A Dsocket_import_stream-2.phpt37 Warning: socket_import_stream(): cannot represent a stream of type STDIO as a Socket Descriptor in …
40 Warning: socket_import_stream(): supplied resource is not a valid stream resource in %s on line %d
42 resource(%d) of type (stream)
45 Warning: socket_import_stream(): supplied resource is not a valid stream resource in %s on line %d
/PHP-7.4/main/streams/
H A Duserspace.c337 php_stream *stream = NULL; in user_wrapper_opener() local
406 if (stream == NULL) { in user_wrapper_opener()
421 return stream; in user_wrapper_opener()
432 php_stream *stream = NULL; in user_wrapper_opendir() local
476 if (stream == NULL) { in user_wrapper_opendir()
489 return stream; in user_wrapper_opendir()
713 stream->eof = 1; in php_userstreamop_read()
718 stream->eof = 1; in php_userstreamop_read()
724 stream->eof = 1; in php_userstreamop_read()
815 stream->flags |= PHP_STREAM_FLAG_NO_SEEK; in php_userstreamop_seek()
[all …]
/PHP-7.4/ext/fileinfo/
H A Dfileinfo.c504 php_stream *stream; in _php_finfo_get_type() local
507 php_stream_from_zval_no_verify(stream, what); in _php_finfo_get_type()
508 if (!stream) { in _php_finfo_get_type()
513 php_stream_seek(stream, 0, SEEK_SET); in _php_finfo_get_type()
515 ret_val = (char *) magic_stream(magic, stream); in _php_finfo_get_type()
517 php_stream_seek(stream, streampos, SEEK_SET); in _php_finfo_get_type()
542 php_stream *stream; in _php_finfo_get_type() local
556 if (!stream) { in _php_finfo_get_type()
561 if (php_stream_stat(stream, &ssb) == SUCCESS) { in _php_finfo_get_type()
565 ret_val = (char *)magic_stream(magic, stream); in _php_finfo_get_type()
[all …]
/PHP-7.4/ext/standard/
H A Dexec.c100 php_stream *stream; in php_exec() local
120 stream = php_stream_fopen_from_pipe(fp, "rb"); in php_exec()
128 while (php_stream_get_line(stream, b, EXEC_INPUT_BUF, &bufl)) { in php_exec()
130 if (b[bufl - 1] != '\n' && !php_stream_eof(stream)) { in php_exec()
189 while ((read = php_stream_read(stream, buf, EXEC_INPUT_BUF)) > 0) { in php_exec()
194 pclose_return = php_stream_close(stream); in php_exec()
534 php_stream *stream; local
558 stream = php_stream_fopen_from_pipe(in, "rb");
559 ret = php_stream_copy_to_mem(stream, PHP_STREAM_COPY_ALL, 0);
560 php_stream_close(stream);
/PHP-7.4/ext/standard/tests/filters/
H A Dbug46164-2.phpt2 Bug #46164 - 2 (stream_filter_remove() closes the stream)
11 unset($this->stream);
/PHP-7.4/ext/pdo_oci/tests/
H A Dbug46274_2.phpt66 resource(%d) of type (stream)
68 resource(%d) of type (stream)
73 resource(%d) of type (stream)
75 resource(%d) of type (stream)
/PHP-7.4/ext/openssl/tests/
H A Dstream_crypto_flags_003.phpt2 Server bitwise stream crypto flag assignment
73 resource(%d) of type (stream)
74 resource(%d) of type (stream)
75 resource(%d) of type (stream)
/PHP-7.4/ext/standard/tests/general_functions/
H A Dproc_open_null.phpt23 resource(4) of type (stream)
28 resource(6) of type (stream)

Completed in 56 milliseconds

12345678910>>...33