Home
last modified time | relevance | path

Searched refs:stream (Results 351 – 375 of 779) sorted by relevance

1...<<11121314151617181920>>...32

/PHP-8.1/ext/phar/tests/cache_list/
H A Dfrontcontroller26.phpt14 Content-type: application/octet-stream
/PHP-8.1/ext/phar/tests/
H A Dbug81726.phpt11 Warning: fopen(phar://%s): Failed to open stream: unable to decompress gzipped phar archive "%s" in…
H A Dopen_for_write_newfile_b.phpt28 Warning: fopen(phar://%sopen_for_write_newfile_b.phar.php/b/new.php): Failed to open stream: phar e…
32 Warning: include(phar://%sopen_for_write_newfile_b.phar.php/b/new.php): Failed to open stream: phar…
H A Dopen_for_write_newfile_c.phpt28 Warning: fopen(phar://%sopen_for_write_newfile_c.phar.php/b/new.php): Failed to open stream: phar e…
32 Warning: include(phar://%sopen_for_write_newfile_c.phar.php/b/new.php): Failed to open stream: phar…
/PHP-8.1/ext/standard/tests/dir/
H A Ddir_variation4.phpt54 resource(%d) of type (stream)
60 resource(%d) of type (stream)
H A Drewinddir_basic.phpt63 resource(%d) of type (stream)
64 resource(%d) of type (stream)
/PHP-8.1/ext/standard/tests/file/
H A D007_variation1.phpt34 resource(%d) of type (stream)
35 string(6) "stream"
H A D007_variation17.phpt34 resource(%d) of type (stream)
35 string(6) "stream"
H A D007_variation9.phpt34 resource(%d) of type (stream)
35 string(6) "stream"
H A Dfclose_variation1.phpt18 fread(): supplied resource is not a valid stream resource
/PHP-8.1/ext/standard/tests/image/
H A Dgetimagesize_variation3.phpt46 Warning: getimagesize(%snofile.ext): Failed to open stream: No such file or directory in %s on line…
49 Warning: getimagesize(%snofile.ext): Failed to open stream: No such file or directory in %s on line…
/PHP-8.1/ext/zip/tests/
H A Dbug80833.phpt40 // Archive close before the stream
56 Warning: stream_get_contents(): Zip stream error: Containing zip archive was closed in %s
/PHP-8.1/ext/mysqlnd/
H A Dmysqlnd_vio.c35 mysqlnd_set_sock_no_delay(php_stream * stream) in mysqlnd_set_sock_no_delay() argument
37 int socketd = ((php_netstream_data_t*)stream->abstract)->socket; in mysqlnd_set_sock_no_delay()
55 mysqlnd_set_sock_keepalive(php_stream * stream) in mysqlnd_set_sock_keepalive() argument
57 int socketd = ((php_netstream_data_t*)stream->abstract)->socket; in mysqlnd_set_sock_keepalive()
168 vio->data->stream = NULL; in MYSQLND_METHOD()
713 DBG_INF_FMT("%p", net? net->data->stream:NULL); in MYSQLND_METHOD()
714 DBG_RETURN(net? net->data->stream:NULL); in MYSQLND_METHOD()
725 vio->data->stream = net_stream; in MYSQLND_METHOD()
738 DBG_INF_FMT("%p %p", vio, vio? vio->data->stream:NULL); in MYSQLND_METHOD()
739 DBG_RETURN((vio && vio->data->stream)? TRUE: FALSE); in MYSQLND_METHOD()
H A Dmysqlnd_debug.c35 self->stream = php_stream_open_wrapper(self->file_name, in MYSQLND_METHOD()
38 return self->stream? PASS:FAIL; in MYSQLND_METHOD()
58 if (!self->stream && FAIL == self->m->open(self, FALSE)) { in MYSQLND_METHOD()
127 ret = php_stream_write(self->stream, message_line, message_line_len)? PASS:FAIL; in MYSQLND_METHOD()
155 if (!self->stream && FAIL == self->m->open(self, FALSE)) { in MYSQLND_METHOD()
228 ret = php_stream_write(self->stream, message_line, message_line_len)? PASS:FAIL; in MYSQLND_METHOD()
425 if (self->stream) { in MYSQLND_METHOD()
468 php_stream_close(self->stream); in MYSQLND_METHOD()
469 self->stream = NULL; in MYSQLND_METHOD()
/PHP-8.1/ext/standard/tests/filters/
H A Dbug81302.phpt2 Bug #81302 (Stream position after stream filter removed)
H A Dbug46164-1.phpt2 Bug #46164 - 1 (stream_filter_remove() closes the stream)
/PHP-8.1/ext/standard/tests/streams/
H A Dbug65483.phpt2 Bug #65483: quoted-printable encode stream filter incorrectly encoding spaces
H A Dbug79000.phpt2 Bug #79000: Non-blocking socket stream reports EAGAIN as error
/PHP-8.1/ext/standard/tests/strings/
H A D006.phpt13 …AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA): Failed to open stream: %s006.php on line…
/PHP-8.1/ext/gd/
H A Dgd.c690 php_stream *stream; in PHP_FUNCTION() local
697 if (stream == NULL) { in PHP_FUNCTION()
780 php_stream_close(stream); in PHP_FUNCTION()
1645 php_stream *stream; in _php_image_create_from() local
1674 if (stream == NULL) { in _php_image_create_from()
1757 php_stream_close(stream); in _php_image_create_from()
1978 php_stream *stream; in PHP_FUNCTION() local
1988 if (stream == NULL) { in PHP_FUNCTION()
4178 php_stream *stream; in create_stream_context_from_zval() local
4183 if (stream == NULL) { in create_stream_context_from_zval()
[all …]
/PHP-8.1/Zend/tests/
H A Drequire_once_warning_to_exception.phpt19 require_once(does-not-exist.php): Failed to open stream: No such file or directory
/PHP-8.1/ext/standard/
H A Dmd5.c78 php_stream *stream; in PHP_FUNCTION() local
86 stream = php_stream_open_wrapper(arg, "rb", REPORT_ERRORS, NULL); in PHP_FUNCTION()
87 if (!stream) { in PHP_FUNCTION()
93 while ((n = php_stream_read(stream, (char*)buf, sizeof(buf))) > 0) { in PHP_FUNCTION()
98 if (!php_stream_eof(stream)) { in PHP_FUNCTION()
99 php_stream_close(stream); in PHP_FUNCTION()
105 php_stream_close(stream); in PHP_FUNCTION()
H A Dproc_open.c850 php_stream *stream = php_stream_open_wrapper(ZSTR_VAL(file_path), ZSTR_VAL(file_mode), in set_proc_descriptor_to_file() local
852 if (stream == NULL) { in set_proc_descriptor_to_file()
857 if (php_stream_cast(stream, PHP_STREAM_CAST_RELEASE|PHP_STREAM_AS_FD, (void **)&fd, in set_proc_descriptor_to_file()
997 php_stream *stream = (php_stream*)zend_fetch_resource(Z_RES_P(resource), "stream", in set_proc_descriptor_from_resource() local
999 if (stream == NULL) { in set_proc_descriptor_from_resource()
1319 php_stream *stream = NULL; in PHP_FUNCTION() local
1349 php_stream_set_option(stream, PHP_STREAM_OPTION_PIPE_BLOCKING, blocking_pipes, NULL); in PHP_FUNCTION()
1351 stream = php_stream_fopen_from_fd(descriptors[i].parentend, mode_string, NULL); in PHP_FUNCTION()
1359 if (stream) { in PHP_FUNCTION()
1363 stream->flags |= PHP_STREAM_FLAG_NO_SEEK; in PHP_FUNCTION()
[all …]
/PHP-8.1/tests/security/
H A Dopen_basedir_opendir.phpt69 resource(%d) of type (stream)
70 resource(%d) of type (stream)
71 resource(%d) of type (stream)
/PHP-8.1/ext/pdo_oci/
H A Doci_statement.c622 static ssize_t oci_blob_write(php_stream *stream, const char *buf, size_t count) in oci_blob_write() argument
624 struct oci_lob_self *self = (struct oci_lob_self*)stream->abstract; in oci_blob_write()
642 static ssize_t oci_blob_read(php_stream *stream, char *buf, size_t count) in oci_blob_read() argument
644 struct oci_lob_self *self = (struct oci_lob_self*)stream->abstract; in oci_blob_read()
670 stream->eof = 1; in oci_blob_read()
675 static int oci_blob_close(php_stream *stream, int close_handle) in oci_blob_close() argument
677 struct oci_lob_self *self = (struct oci_lob_self *)stream->abstract; in oci_blob_close()
694 static int oci_blob_flush(php_stream *stream) in oci_blob_flush() argument
696 struct oci_lob_self *self = (struct oci_lob_self*)stream->abstract; in oci_blob_flush()
703 struct oci_lob_self *self = (struct oci_lob_self*)stream->abstract; in oci_blob_seek()
[all …]

Completed in 55 milliseconds

1...<<11121314151617181920>>...32