Searched refs:writer (Results 1 – 9 of 9) sorted by relevance
/PHP-5.3/ext/standard/tests/file/ |
H A D | bug41815.phpt | 9 $writer = fopen($filename, "wt"); 12 fwrite($writer, "foo"); 18 fclose($writer);
|
/PHP-5.3/main/streams/ |
H A D | cast.c | 44 int (*writer)(void *, const char *, int); member 51 return funopen(cookie, funcs->reader, funcs->writer, funcs->seeker, funcs->closer); in fopencookie()
|
/PHP-5.3/ext/dba/tests/ |
H A D | dba_handler.inc | 55 dba_close($db_writer); // when the writer is open at least db3 would fail because of buffered io.
|
/PHP-5.3/ext/phar/tests/zip/files/ |
H A D | corrupt_zipmaker.php.inc | 6 * ZIP archive writer 34 * ZIP archive writer 39 * @var int Current position in the writer
|
/PHP-5.3/ext/phar/tests/zip/ |
H A D | bug48791.phpt | 14 …ttp://openoffice.org/2004/office" xmlns:ooow="http://openoffice.org/2004/writer" xmlns:oooc="http:…
|
/PHP-5.3/ext/xmlwriter/ |
H A D | php_xmlwriter.c | 89 typedef int (*xmlwriter_read_one_char_t)(xmlTextWriterPtr writer, const xmlChar *content); 90 typedef int (*xmlwriter_read_int_t)(xmlTextWriterPtr writer);
|
/PHP-5.3/ext/imap/ |
H A D | php_imap.c | 2419 php_stream *writer = NULL; in PHP_FUNCTION() local 2439 php_stream_from_zval(writer, out); in PHP_FUNCTION() 2444 writer = php_stream_open_wrapper(Z_STRVAL_PP(out), "wb", REPORT_ERRORS|ENFORCE_SAFE_MODE, NULL); in PHP_FUNCTION() 2448 if (!writer) { in PHP_FUNCTION() 2452 IMAPG(gets_stream) = writer; in PHP_FUNCTION() 2459 php_stream_close(writer); in PHP_FUNCTION()
|
/PHP-5.3/ |
H A D | acinclude.m4 | 1773 __ssize_t writer(void *cookie, const char *buffer, size_t size) 1780 cookie_io_functions_t funcs = {reader, writer, seeker, closer};
|
/PHP-5.3/ext/fileinfo/tests/ |
H A D | magic | 2011 >>>62 string writer Writer
|
Completed in 58 milliseconds