Home
last modified time | relevance | path

Searched refs:writer (Results 1 – 14 of 14) sorted by relevance

/php-src/ext/xmlwriter/tests/
H A Dbug79344.phpt7 $writer = new XMLWriter;
8 $writer->openMemory();
9 $writer->setIndent(true);
10 $writer->startElement('foo');
12 $writer->writeAttributeNS(null, 'test1', null, 'test1');
13 $writer->startAttributeNS(null, 'test2', null);
14 $writer->text('test2');
15 $writer->endAttribute();
17 $writer->endElement();
18 echo $writer->outputMemory();
/php-src/ext/xmlwriter/
H A Dphp_xmlwriter.stub.php13 function xmlwriter_start_comment(XMLWriter $writer): bool {} argument
15 function xmlwriter_end_comment(XMLWriter $writer): bool {} argument
19 function xmlwriter_end_attribute(XMLWriter $writer): bool {} argument
29 function xmlwriter_end_element(XMLWriter $writer): bool {} argument
31 function xmlwriter_full_end_element(XMLWriter $writer): bool {} argument
41 function xmlwriter_end_pi(XMLWriter $writer): bool {} argument
45 function xmlwriter_start_cdata(XMLWriter $writer): bool {} argument
47 function xmlwriter_end_cdata(XMLWriter $writer): bool {} argument
57 function xmlwriter_end_document(XMLWriter $writer): bool {} argument
63 function xmlwriter_end_dtd(XMLWriter $writer): bool {} argument
[all …]
H A Dphp_xmlwriter_arginfo.h12 ZEND_ARG_OBJ_INFO(0, writer, XMLWriter, 0)
17 ZEND_ARG_OBJ_INFO(0, writer, XMLWriter, 0)
22 ZEND_ARG_OBJ_INFO(0, writer, XMLWriter, 0)
28 ZEND_ARG_OBJ_INFO(0, writer, XMLWriter, 0)
35 ZEND_ARG_OBJ_INFO(0, writer, XMLWriter, 0)
41 ZEND_ARG_OBJ_INFO(0, writer, XMLWriter, 0)
48 ZEND_ARG_OBJ_INFO(0, writer, XMLWriter, 0)
64 ZEND_ARG_OBJ_INFO(0, writer, XMLWriter, 0)
70 ZEND_ARG_OBJ_INFO(0, writer, XMLWriter, 0)
78 ZEND_ARG_OBJ_INFO(0, writer, XMLWriter, 0)
[all …]
H A Dphp_xmlwriter.c32 typedef int (*xmlwriter_read_one_char_t)(xmlTextWriterPtr writer, const xmlChar *content);
33 typedef int (*xmlwriter_read_int_t)(xmlTextWriterPtr writer);
/php-src/ext/standard/tests/file/
H A Dbug41815.phpt9 $writer = fopen($filename, "wt");
12 fwrite($writer, "foo");
18 fclose($writer);
/php-src/ext/sockets/
H A Dconversions.h82 from_zval_write_field *writer,
H A Dconversions.c1478 from_zval_write_field *writer, in from_zval_run_conversions() argument
1505 writer(container, structure, &ctx); in from_zval_run_conversions()
/php-src/main/streams/
H A Dcast.c42 int (*writer)(void *, const char *, int); member
49 return funopen(cookie, funcs->reader, funcs->writer, funcs->seeker, funcs->closer); in fopencookie()
/php-src/ext/phar/tests/zip/files/
H A Dcorrupt_zipmaker.php.inc6 * ZIP archive writer
33 * ZIP archive writer
38 * @var int Current position in the writer
/php-src/ext/dba/tests/setup/
H A Dsetup_dba_tests.inc154 … dba_close($db_writer); // when the writer is open at least db3 would fail because of buffered io.
/php-src/ext/phar/tests/zip/
H A Dbug48791.phpt12 …ttp://openoffice.org/2004/office" xmlns:ooow="http://openoffice.org/2004/writer" xmlns:oooc="http:…
/php-src/build/
H A Dphp.m41361 ssize_t writer(void *cookie, const char *buffer, size_t size)
1368 cookie_io_functions_t funcs = {reader, writer, seeker, closer};
/php-src/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます4120 >>>62 string writer Writer
4122 !:mime application/vnd.sun.xml.writer
4125 !:mime application/vnd.sun.xml.writer.template
4128 !:mime application/vnd.sun.xml.writer.web
4131 !:mime application/vnd.sun.xml.writer.global
30598 !:mime application/vnd.stardivision.writer
30602 !:mime application/vnd.stardivision.writer-global
36171 >>18 ubyte !1 \b, writer version %u
H A Dmagic4120 >>>62 string writer Writer
4122 !:mime application/vnd.sun.xml.writer
4125 !:mime application/vnd.sun.xml.writer.template
4128 !:mime application/vnd.sun.xml.writer.web
4131 !:mime application/vnd.sun.xml.writer.global
30598 !:mime application/vnd.stardivision.writer
30602 !:mime application/vnd.stardivision.writer-global
36171 >>18 ubyte !1 \b, writer version %u

Completed in 215 milliseconds