Home
last modified time | relevance | path

Searched refs:stream (Results 501 – 525 of 622) sorted by relevance

1...<<2122232425

/PHP-5.3/ext/phar/
H A DTODO15 X stream context for specifying compression of a file [Marcus]
16 X stream context for specifying meta-data [Greg]
30 X support rename() in stream wrapper [Greg]
/PHP-5.3/ext/mysqlnd/
H A Dmysqlnd_debug.c85 self->stream = php_stream_open_wrapper(self->file_name, in MYSQLND_METHOD()
88 return self->stream? PASS:FAIL; in MYSQLND_METHOD()
109 if (!self->stream && FAIL == self->m->open(self, FALSE)) { in MYSQLND_METHOD()
178 ret = php_stream_write(self->stream, message_line, message_line_len)? PASS:FAIL; in MYSQLND_METHOD()
207 if (!self->stream && FAIL == self->m->open(self, FALSE)) { in MYSQLND_METHOD()
281 ret = php_stream_write(self->stream, message_line, message_line_len)? PASS:FAIL; in MYSQLND_METHOD()
478 if (self->stream) { in MYSQLND_METHOD()
520 php_stream_free(self->stream, PHP_STREAM_FREE_CLOSE); in MYSQLND_METHOD()
521 self->stream = NULL; in MYSQLND_METHOD()
/PHP-5.3/ext/zip/
H A Dphp_zip.c145 php_stream *stream; in php_zip_extract_file() local
261 stream = php_stream_open_wrapper(fullpath, "w+b", REPORT_ERRORS, NULL); in php_zip_extract_file()
264 if (stream == NULL) { in php_zip_extract_file()
272 php_stream_close(stream); in php_zip_extract_file()
277 if (stream == NULL) { in php_zip_extract_file()
287 php_stream_write(stream, b, n); in php_zip_extract_file()
290 php_stream_close(stream); in php_zip_extract_file()
2602 php_stream *stream; in ZIPARCHIVE_METHOD() local
2621 stream = php_stream_zip_open(obj->filename, filename, mode STREAMS_CC TSRMLS_CC); in ZIPARCHIVE_METHOD()
2622 if (stream) { in ZIPARCHIVE_METHOD()
[all …]
/PHP-5.3/ext/standard/tests/dir/
H A Ddir_basic.phpt62 resource(%d) of type (stream)
/PHP-5.3/ext/standard/tests/file/
H A Dbug38450.phpt2 Bug #38450 (constructor is not called for classes used in userspace stream wrappers)
H A Dbug38450_1.phpt2 Bug #38450 (constructor is not called for classes used in userspace stream wrappers)
H A Dfile_get_contents_error.phpt53 Warning: file_get_contents(/no/such/file/or/dir): failed to open stream: No such file or directory …
H A Dfread_fwrite_basic.phpt18 opening userspace stream) when 8192 bytes have been read whichever comes first.
H A Dreadfile_error.phpt59 Warning: readfile(%s/non_existent_file.tmp): failed to open stream: %s in %s on line %d
/PHP-5.3/ext/phar/tests/tar/
H A Ddelete_in_phar_confirm.phpt48 Warning: include(%sdelete_in_phar_confirm.phar.tar/b/c.php): failed to open stream: phar error: "b/…
/PHP-5.3/ext/phar/tests/zip/
H A Ddelete_in_phar_confirm.phpt49 Warning: include(%sdelete_in_phar_confirm.phar.zip/b/c.php): failed to open stream: phar error: "b/…
/PHP-5.3/ext/standard/tests/strings/
H A Dvfprintf_variation17.phpt6 * Description: Write a formatted string to a stream
H A Dvfprintf_variation13.phpt10 * Description: Write a formatted string to a stream
H A Dvfprintf_variation13_64bit.phpt10 * Description: Write a formatted string to a stream
H A Dvfprintf_variation6.phpt6 * Description: Write a formatted string to a stream
H A Dvfprintf_variation7.phpt6 * Description: Write a formatted string to a stream
H A Dvfprintf_variation16.phpt10 * Description: Write a formatted string to a stream
H A Dvfprintf_variation16_64bit.phpt10 * Description: Write a formatted string to a stream
/PHP-5.3/ext/standard/tests/image/
H A Dgetimagesize.phpt74 string(24) "application/octet-stream"
/PHP-5.3/ext/iconv/
H A Diconv.c2513 php_stream *stream, php_stream_filter *filter, in php_iconv_stream_filter_append_bucket() argument
2578 …if (NULL == (new_bucket = php_stream_bucket_new(stream, out_buf, (out_buf_size - ocnt), 1, persist… in php_iconv_stream_filter_append_bucket()
2591 …if (NULL == (new_bucket = php_stream_bucket_new(stream, out_buf, (out_buf_size - ocnt), 1, persist… in php_iconv_stream_filter_append_bucket()
2655 …if (NULL == (new_bucket = php_stream_bucket_new(stream, out_buf, (out_buf_size - ocnt), 1, persist… in php_iconv_stream_filter_append_bucket()
2668 …if (NULL == (new_bucket = php_stream_bucket_new(stream, out_buf, (out_buf_size - ocnt), 1, persist… in php_iconv_stream_filter_append_bucket()
2701 …if (NULL == (new_bucket = php_stream_bucket_new(stream, out_buf, (out_buf_size - ocnt), 1, persist… in php_iconv_stream_filter_append_bucket()
2720 php_stream *stream, php_stream_filter *filter, in php_iconv_stream_filter_do_filter() argument
2734 if (php_iconv_stream_filter_append_bucket(self, stream, filter, in php_iconv_stream_filter_do_filter()
2736 php_stream_is_persistent(stream) TSRMLS_CC) != SUCCESS) { in php_iconv_stream_filter_do_filter()
2744 if (php_iconv_stream_filter_append_bucket(self, stream, filter, in php_iconv_stream_filter_do_filter()
[all …]
/PHP-5.3/ext/hash/tests/
H A Dhash_file_error.phpt55 Warning: hash_file(%s): failed to open stream: No such file or directory in %s on line %d
/PHP-5.3/ext/standard/tests/array/
H A Dcurrent_variation2.phpt154 resource(%d) of type (stream)
H A Darray_unique_variation4.phpt129 resource(%d) of type (stream)
H A Darray_shift_variation2.phpt205 resource(%d) of type (stream)
/PHP-5.3/ext/imap/
H A Dphp_imap.c760 void mail_getquota(MAILSTREAM *stream, char *qroot, QUOTALIST *qlist) in mail_getquota() argument
790 void mail_getacl(MAILSTREAM *stream, char *mailbox, ACLLIST *alist) in mail_getacl() argument
2417 zval *stream, **out; in PHP_FUNCTION() local
2428 ZEND_FETCH_RESOURCE(imap_ptr, pils *, &stream, -1, "imap", le_imap); in PHP_FUNCTION()
4322 static long _php_rfc822_soutr (void *stream, char *string) in _php_rfc822_soutr() argument
4324 smart_str *ret = (smart_str*)stream; in _php_rfc822_soutr()
4833 if (!f(stream, read, buf)) { in php_mail_gets()
4845 if (f(stream, size, buf)) { in php_mail_gets()
4887 PHP_IMAP_EXPORT void mm_flags(MAILSTREAM *stream, unsigned long number) in mm_flags() argument
5073 PHP_IMAP_EXPORT void mm_critical(MAILSTREAM *stream) in mm_critical() argument
[all …]

Completed in 65 milliseconds

1...<<2122232425