/PHP-8.3/ext/xmlwriter/tests/ |
H A D | bug79344.phpt | 7 $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-8.3/ext/xmlwriter/ |
H A D | php_xmlwriter.stub.php | 13 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 D | php_xmlwriter_arginfo.h | 12 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 D | php_xmlwriter.c | 32 typedef int (*xmlwriter_read_one_char_t)(xmlTextWriterPtr writer, const xmlChar *content); 33 typedef int (*xmlwriter_read_int_t)(xmlTextWriterPtr writer);
|
/PHP-8.3/ext/standard/tests/file/ |
H A D | bug41815.phpt | 9 $writer = fopen($filename, "wt"); 12 fwrite($writer, "foo"); 18 fclose($writer);
|
/PHP-8.3/ext/sockets/ |
H A D | conversions.h | 82 from_zval_write_field *writer,
|
H A D | conversions.c | 1478 from_zval_write_field *writer, in from_zval_run_conversions() argument 1505 writer(container, structure, &ctx); in from_zval_run_conversions()
|
/PHP-8.3/main/streams/ |
H A D | cast.c | 42 int (*writer)(void *, const char *, int); member 49 FILE *file = funopen(cookie, funcs->reader, funcs->writer, funcs->seeker, funcs->closer); in fopencookie()
|
/PHP-8.3/ext/phar/tests/zip/files/ |
H A D | corrupt_zipmaker.php.inc | 6 * ZIP archive writer 33 * ZIP archive writer 38 * @var int Current position in the writer
|
/PHP-8.3/ext/dba/tests/setup/ |
H A D | setup_dba_tests.inc | 154 … dba_close($db_writer); // when the writer is open at least db3 would fail because of buffered io.
|
/PHP-8.3/ext/phar/tests/zip/ |
H A D | bug48791.phpt | 12 …ttp://openoffice.org/2004/office" xmlns:ooow="http://openoffice.org/2004/writer" xmlns:oooc="http:…
|
/PHP-8.3/ext/imap/ |
H A D | php_imap.c | 1910 php_stream *writer = NULL; in PHP_FUNCTION() local 1935 php_stream_from_zval(writer, out); in PHP_FUNCTION() 1943 writer = php_stream_open_wrapper(Z_STRVAL_P(out), "wb", REPORT_ERRORS, NULL); in PHP_FUNCTION() 1947 if (!writer) { in PHP_FUNCTION() 1951 IMAPG(gets_stream) = writer; in PHP_FUNCTION() 1958 php_stream_close(writer); in PHP_FUNCTION()
|
/PHP-8.3/build/ |
H A D | php.m4 | 1445 ssize_t writer(void *cookie, const char *buffer, size_t size) 1452 cookie_io_functions_t funcs = {reader, writer, seeker, closer};
|
/PHP-8.3/ext/fileinfo/tests/ |
H A D | magic | 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 D | magic私はガラスを食べられます | 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
|