Home
last modified time | relevance | path

Searched refs:stream (Results 201 – 225 of 655) sorted by path

12345678910>>...27

/PHP-5.5/ext/phar/tests/zip/
H A Dfrontcontroller17.phar.phpt13 Content-type: application/octet-stream
H A Dnotphar.phpt23 Warning: include(phar://%snotphar.phar.zip/.phar/stub.php): failed to open stream: '%snotphar.phar.…
H A Dopen_for_write_existing_b.phpt49 Warning: fopen(phar://%sopen_for_write_existing_b.phar.zip/b/c.php): failed to open stream: phar er…
H A Dopen_for_write_existing_b_5_2.phpt47 Warning: fopen(phar://%sopen_for_write_existing_b_5_2.phar.zip/b/c.php): failed to open stream: pha…
49 Warning: fwrite(): supplied argument is not a valid stream resource in %spen_for_write_existing_b_5…
51 Warning: fclose(): supplied argument is not a valid stream resource in %spen_for_write_existing_b_5…
H A Dopen_for_write_existing_c.phpt43 Warning: fopen(phar://%sopen_for_write_existing_c.phar.zip/b/c.php): failed to open stream: phar er…
H A Dopen_for_write_existing_c_5_2.phpt41 Warning: fopen(phar://%sopen_for_write_existing_c_5_2.phar.zip/b/c.php): failed to open stream: pha…
43 Warning: fwrite(): supplied argument is not a valid stream resource in %sopen_for_write_existing_c_…
45 Warning: fclose(): supplied argument is not a valid stream resource in %sopen_for_write_existing_c_…
H A Dopen_for_write_newfile_b.phpt52 Warning: fopen(phar://%sopen_for_write_newfile_b.phar.zip/b/new.php): failed to open stream: phar e…
59 Warning: include(phar://%sopen_for_write_newfile_b.phar.zip/b/new.php): failed to open stream: phar…
H A Dopen_for_write_newfile_b_5_2.phpt50 Warning: fopen(phar://%sopen_for_write_newfile_b_5_2.phar.zip/b/new.php): failed to open stream: ph…
52 Warning: fwrite(): supplied argument is not a valid stream resource in %sopen_for_write_newfile_b_5…
54 Warning: fclose(): supplied argument is not a valid stream resource in %sopen_for_write_newfile_b_5…
57 Warning: include(phar://%sopen_for_write_newfile_b_5_2.phar.zip/b/new.php): failed to open stream: …
H A Dopen_for_write_newfile_c.phpt46 Warning: fopen(phar://%sopen_for_write_newfile_c.phar.zip/b/new.php): failed to open stream: phar e…
53 Warning: include(phar://%sopen_for_write_newfile_c.phar.zip/b/new.php): failed to open stream: phar…
H A Dopen_for_write_newfile_c_5_2.phpt44 Warning: fopen(phar://%sopen_for_write_newfile_c_5_2.phar.zip/b/new.php): failed to open stream: ph…
46 Warning: fwrite(): supplied argument is not a valid stream resource in %sopen_for_write_newfile_c_5…
48 Warning: fclose(): supplied argument is not a valid stream resource in %sopen_for_write_newfile_c_5…
51 Warning: include(phar://%sopen_for_write_newfile_c_5_2.phar.zip/b/new.php): failed to open stream: …
H A Dphar_buildfromiterator9.phpt63 string(%d) "[stream]"
H A Drename.phpt34 Warning: file_get_contents(phar://%srename.phar.zip/a): failed to open stream: phar error: "a" is n…
H A Drename_dir.phpt34 Warning: file_get_contents(phar://%srename_dir.phar.zip/a/x): failed to open stream: phar error: "a…
/PHP-5.5/ext/posix/
H A Dposix.c698 php_stream *stream; in php_posix_stream_get_fd() local
700 php_stream_from_zval_no_verify(stream, &zfp); in php_posix_stream_get_fd()
702 if (stream == NULL) { in php_posix_stream_get_fd()
706 if (php_stream_can_cast(stream, PHP_STREAM_AS_FD_FOR_SELECT) == SUCCESS) { in php_posix_stream_get_fd()
707 php_stream_cast(stream, PHP_STREAM_AS_FD_FOR_SELECT, (void*)fd, 0); in php_posix_stream_get_fd()
708 } else if (php_stream_can_cast(stream, PHP_STREAM_AS_FD) == SUCCESS) { in php_posix_stream_get_fd()
709 php_stream_cast(stream, PHP_STREAM_AS_FD, (void*)fd, 0); in php_posix_stream_get_fd()
712 stream->ops->label); in php_posix_stream_get_fd()
/PHP-5.5/ext/posix/tests/
H A Dposix_ttyname_error_wrongparams.phpt33 Warning: posix_ttyname(): supplied resource is not a valid stream resource in %s on line %s
35 Warning: posix_ttyname(): expects argument 1 to be a valid stream resource in %s on line %d
/PHP-5.5/ext/session/tests/
H A Dsession_name_error.phpt234 resource(%d) of type (stream)
/PHP-5.5/ext/soap/
H A Dphp_http.c264 stream = NULL; in http_connect()
268 if (stream) { in http_connect()
278 if (stream) { in http_connect()
315 return stream; in http_connect()
425 stream = NULL; in make_http_soap_request()
496 stream = NULL; in make_http_soap_request()
502 if (stream != NULL && php_stream_eof(stream)) { in make_http_soap_request()
507 stream = NULL; in make_http_soap_request()
511 if (!stream) { in make_http_soap_request()
513 if (stream) { in make_http_soap_request()
[all …]
/PHP-5.5/ext/soap/tests/bugs/
H A Dbug34657.phpt8 when openssl loaded, tcp stream is less verbose, so some error messages are missing
/PHP-5.5/ext/sockets/
H A Dconversions.c1383 php_stream *stream; in from_zval_write_fd_array_aux() local
1393 ZEND_FETCH_RESOURCE2_NO_RETURN(stream, php_stream *, elem, -1, in from_zval_write_fd_array_aux()
1395 if (stream == NULL) { in from_zval_write_fd_array_aux()
1400 if (php_stream_cast(stream, PHP_STREAM_AS_FD, (void **)&iarr[i - 1], in from_zval_write_fd_array_aux()
1465 php_stream *stream = php_stream_fopen_from_fd(fd, "rw", NULL); in to_zval_read_fd_array() local
1466 php_stream_to_zval(stream, elem); in to_zval_read_fd_array()
H A Dsockets.c251 ZEND_ARG_INFO(0, stream)
973 php_stream *stream; local
977 if (stream != NULL) {
1013 php_stream *stream; local
1016 if (stream != NULL) {
1070 php_stream *stream = NULL; local
1072 if (stream != NULL) {
1075 php_stream_free(stream, PHP_STREAM_FREE_CLOSE |
2265 php_stream *stream; local
2272 php_stream_from_zval(stream, &zstream);
[all …]
/PHP-5.5/ext/sockets/tests/
H A Dsocket_import_stream-2.phpt38 Warning: socket_import_stream(): cannot represent a stream of type STDIO as a Socket Descriptor in …
41 Warning: socket_import_stream(): supplied resource is not a valid stream resource in %s on line %d
43 resource(%d) of type (stream)
46 Warning: socket_import_stream(): %d is not a valid stream resource in %s on line %d
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)));
H A Dsocket_import_stream-4-win.phpt15 function test($stream, $sock) {
16 if ($stream !== null) {
18 print_r(stream_set_blocking($stream, 0));
37 echo "\nunset stream\n";
49 echo "\nclose stream\n";
69 unset stream
78 close stream
80 Warning: stream_set_blocking(): %d is not a valid stream resource in %s on line %d
94 Warning: stream_set_blocking(): %d is not a valid stream resource in %s on line %d
H A Dsocket_import_stream-4.phpt14 function test($stream, $sock) {
15 if ($stream !== null) {
17 print_r(stream_set_blocking($stream, 0));
36 echo "\nunset stream\n";
48 echo "\nclose stream\n";
68 unset stream
77 close stream
79 Warning: stream_set_blocking(): %d is not a valid stream resource in %s on line %d
91 Warning: stream_set_blocking(): %d is not a valid stream resource in %s on line %d
H A Dsocket_strerror.phpt85 string(19) "Device not a stream"

Completed in 48 milliseconds

12345678910>>...27