Home
last modified time | relevance | path

Searched refs:stream (Results 76 – 100 of 655) sorted by relevance

12345678910>>...27

/PHP-5.5/ext/zlib/tests/
H A Dreadgzfile_variation5.phpt28 Warning: readgzfile(0): failed to open stream: No such file or directory in %s on line %d
31 Warning: readgzfile(1): failed to open stream: No such file or directory in %s on line %d
34 Warning: readgzfile(12345): failed to open stream: No such file or directory in %s on line %d
37 Warning: readgzfile(-2345): failed to open stream: No such file or directory in %s on line %d
H A Dgzfile_variation7.phpt33 Warning: gzfile(string): failed to open stream: No such file or directory in %s on line %d
36 Warning: gzfile(string): failed to open stream: No such file or directory in %s on line %d
39 Warning: gzfile(sTrInG): failed to open stream: No such file or directory in %s on line %d
42 Warning: gzfile(hello world): failed to open stream: No such file or directory in %s on line %d
H A Dreadgzfile_variation7.phpt32 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(sTrInG): failed to open stream: No such file or directory in %s on line %d
41 Warning: readgzfile(hello world): failed to open stream: No such file or directory in %s on line %d
H A Dgzopen_variation1.phpt125 Error: 2 - gzopen(0): failed to open stream: No such file or directory, %s(%d)
129 Error: 2 - gzopen(1): failed to open stream: No such file or directory, %s(%d)
133 Error: 2 - gzopen(12345): failed to open stream: No such file or directory, %s(%d)
137 Error: 2 - gzopen(-2345): failed to open stream: No such file or directory, %s(%d)
141 Error: 2 - gzopen(10.5): failed to open stream: No such file or directory, %s(%d)
145 Error: 2 - gzopen(-10.5): failed to open stream: No such file or directory, %s(%d)
149 Error: 2 - gzopen(123456789000): failed to open stream: No such file or directory, %s(%d)
153 Error: 2 - gzopen(-123456789000): failed to open stream: No such file or directory, %s(%d)
157 Error: 2 - gzopen(0.5): failed to open stream: No such file or directory, %s(%d)
185 Error: 2 - gzopen(1): failed to open stream: No such file or directory, %s(%d)
[all …]
/PHP-5.5/ext/standard/tests/streams/
H A Dstream_set_timeout_error.phpt5 /* Prototype : proto bool stream_set_timeout(resource stream, int seconds, int microseconds)
6 * Description: Set timeout on stream read to seconds + microseonds
43 echo "\n-- Testing stream_set_timeout() function with an invalid stream --\n";
46 echo "\n-- Testing stream_set_timeout() function with a stream that does not support timeouts --\n";
70 Warning: stream_set_timeout(): %i is not a valid stream resource in %s on line %i
73 -- Testing stream_set_timeout() function with an invalid stream --
78 -- Testing stream_set_timeout() function with a stream that does not support timeouts --
H A Dstream_get_meta_data_file_error.phpt24 echo "\n-- Testing stream_get_meta_data() function with invalid stream resource --\n";
28 echo "\n-- Testing stream_get_meta_data() function with closed stream resource --\n";
48 -- Testing stream_get_meta_data() function with invalid stream resource --
53 -- Testing stream_get_meta_data() function with closed stream resource --
55 Warning: stream_get_meta_data(): %i is not a valid stream resource in %s on line %i
H A Dstream_context_get_params_001.phpt16 var_dump(stream_context_set_params($ctx, array("notification" => array("stream","notification_callb…
26 resource(%d) of type (stream-context)
61 %unicode|string%(6) "stream"
78 %unicode|string%(6) "stream"
102 %unicode|string%(6) "stream"
/PHP-5.5/ext/sockets/tests/
H A Dsocket_import_stream-3.phpt21 $stream = stream_socket_server("udp://0.0.0.0:58381", $errno, $errstr, STREAM_SERVER_BIND);
22 $sock = socket_import_stream($stream);
36 stream_set_blocking($stream, 0);
37 var_dump(fread($stream, strlen($m)));
/PHP-5.5/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
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-5.5/ext/com_dotnet/
H A Dcom_persist.c43 php_stream *stream; member
111 nread = php_stream_read(stm->stream, pv, cb); in stm_read()
127 nwrote = php_stream_write(stm->stream, pv, cb); in stm_write()
201 php_stream_flush(stm->stream); in stm_commit()
265 zend_list_delete(stm->stream->rsrc_id); in istream_destructor()
282 stm->stream = stream; in php_com_wrapper_export_stream()
284 zend_list_addref(stream->rsrc_id); in php_com_wrapper_export_stream()
538 php_stream *stream; in CPH_METHOD() local
550 if (stream == NULL) { in CPH_METHOD()
598 php_stream *stream; in CPH_METHOD() local
[all …]
/PHP-5.5/ext/standard/tests/image/
H A Dgetimagesize_variation1.phpt87 Error: 2 - getimagesize(0): failed to open stream: No such file or directory, %s(%d)
91 Error: 2 - getimagesize(1): failed to open stream: No such file or directory, %s(%d)
95 Error: 2 - getimagesize(12345): failed to open stream: No such file or directory, %s(%d)
99 Error: 2 - getimagesize(-2345): failed to open stream: No such file or directory, %s(%d)
103 Error: 2 - getimagesize(10.5): failed to open stream: No such file or directory, %s(%d)
107 Error: 2 - getimagesize(-10.5): failed to open stream: No such file or directory, %s(%d)
111 Error: 2 - getimagesize(101234567000): failed to open stream: No such file or directory, %s(%d)
115 Error: 2 - getimagesize(0.000107654321): failed to open stream: No such file or directory, %s(%d)
119 Error: 2 - getimagesize(0.5): failed to open stream: No such file or directory, %s(%d)
151 Error: 2 - getimagesize(1): failed to open stream: No such file or directory, %s(%d)
[all …]
H A Dimage_type_to_mime_type_basic.phpt54 string(24) "application/octet-stream"
56 string(24) "application/octet-stream"
57 string(24) "application/octet-stream"
60 string(24) "application/octet-stream"
/PHP-5.5/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-5.5/ext/standard/tests/file/
H A Dfile_variation2.phpt112 Error: 2 - file(0): failed to open stream: No such file or directory, %s(%d)
116 Error: 2 - file(1): failed to open stream: No such file or directory, %s(%d)
120 Error: 2 - file(12345): failed to open stream: No such file or directory, %s(%d)
124 Error: 2 - file(-2345): failed to open stream: No such file or directory, %s(%d)
128 Error: 2 - file(10.5): failed to open stream: No such file or directory, %s(%d)
132 Error: 2 - file(-10.5): failed to open stream: No such file or directory, %s(%d)
136 Error: 2 - file(123456789000): failed to open stream: No such file or directory, %s(%d)
144 Error: 2 - file(0.5): failed to open stream: No such file or directory, %s(%d)
172 Error: 2 - file(1): failed to open stream: No such file or directory, %s(%d)
180 Error: 2 - file(1): failed to open stream: No such file or directory, %s(%d)
[all …]
H A Dparse_ini_file_variation4.phpt112 Error: 2 - parse_ini_file(0): failed to open stream: No such file or directory, %s(%d)
116 Error: 2 - parse_ini_file(1): failed to open stream: No such file or directory, %s(%d)
120 Error: 2 - parse_ini_file(12345): failed to open stream: No such file or directory, %s(%d)
124 Error: 2 - parse_ini_file(-2345): failed to open stream: No such file or directory, %s(%d)
128 Error: 2 - parse_ini_file(10.5): failed to open stream: No such file or directory, %s(%d)
132 Error: 2 - parse_ini_file(-10.5): failed to open stream: No such file or directory, %s(%d)
136 Error: 2 - parse_ini_file(123456789000): failed to open stream: No such file or directory, %s(%d)
140 Error: 2 - parse_ini_file(-123456789000): failed to open stream: No such file or directory, %s(%d)
144 Error: 2 - parse_ini_file(0.5): failed to open stream: No such file or directory, %s(%d)
172 Error: 2 - parse_ini_file(1): failed to open stream: No such file or directory, %s(%d)
[all …]
H A Dstream_rfc2397_003.phpt21 foreach($streams as $original => $stream)
24 var_dump(file_get_contents(dirname(__FILE__) . '/' . $original) == file_get_contents($stream));
26 var_dump(file_get_contents($stream));
H A Dstream_rfc2397_006.phpt15 foreach($streams as $stream)
17 var_dump(file_get_contents($stream));
31 Warning: file_get_contents(data:;base64,#Zm9vYmFyIGZvb2Jhc=): failed to open stream: rfc2397: unabl…
/PHP-5.5/ext/exif/tests/
H A Dexif_imagetype_variation1.phpt109 Warning: exif_imagetype(0): failed to open stream: No such file or directory in %s on line %d
113 Warning: exif_imagetype(1): failed to open stream: No such file or directory in %s on line %d
117 Warning: exif_imagetype(12345): failed to open stream: No such file or directory in %s on line %d
121 Warning: exif_imagetype(-2345): failed to open stream: No such file or directory in %s on line %d
125 Warning: exif_imagetype(10.5): failed to open stream: No such file or directory in %s on line %d
129 Warning: exif_imagetype(-10.5): failed to open stream: No such file or directory in %s on line %d
133 Warning: exif_imagetype(101234567000): failed to open stream: No such file or directory in %s on li…
141 Warning: exif_imagetype(0.5): failed to open stream: No such file or directory in %s on line %d
165 Warning: exif_imagetype(1): failed to open stream: No such file or directory in %s on line %d
173 Warning: exif_imagetype(1): failed to open stream: No such file or directory in %s on line %d
[all …]
/PHP-5.5/ext/standard/tests/http/
H A Dignore_errors.phpt57 resource(%d) of type (stream)
70 Warning: fopen(http://127.0.0.1:12342/foo/bar): failed to open stream: HTTP request failed! HTTP/1.…
78 resource(%d) of type (stream)
90 resource(%d) of type (stream)
103 resource(%d) of type (stream)
115 resource(%d) of type (stream)
/PHP-5.5/main/streams/
H A Dphp_stream_filter_api.h70 PHPAPI php_stream_bucket *php_stream_bucket_new(php_stream *stream, char *buf, size_t buflen, int o…
87 php_stream *stream,
105 php_stream *stream; member
142 #define php_stream_is_filtered(stream) ((stream)->readfilters.head || (stream)->writefilters.head) argument
/PHP-5.5/TSRM/
H A Dtsrm_nw.c60 FILE *stream = NULL; local
202 stream = fdopen(pipe_handle, type);
223 return stream;
226 TSRM_API int pclose(FILE* stream) argument
232 fd = fileno(stream);
235 err = fclose(stream);
/PHP-5.5/ext/standard/tests/dir/
H A Ddir_variation3.phpt101 resource(%d) of type (stream)
112 resource(%d) of type (stream)
123 resource(%d) of type (stream)
134 resource(%d) of type (stream)
145 resource(%d) of type (stream)
156 resource(%d) of type (stream)
167 resource(%d) of type (stream)
178 resource(%d) of type (stream)
189 resource(%d) of type (stream)
200 resource(%d) of type (stream)

Completed in 39 milliseconds

12345678910>>...27