Home
last modified time | relevance | path

Searched refs:toMemory (Results 1 – 7 of 7) sorted by relevance

/php-src/ext/xmlwriter/tests/
H A Dxmlwriter_toMemory_custom_constructor_error.phpt2 XMLWriter::toMemory() - custom constructor error
15 CustomXMLWriter::toMemory();
H A Dxmlwriter_toMemory_normal_usage.phpt2 XMLWriter::toMemory() - normal usage
8 $writer = XMLWriter::toMemory();
H A Dxmlwriter_toMemory_custom_constructor.phpt2 XMLWriter::toMemory() - custom constructor
17 $writer = CustomXMLWriter::toMemory();
H A Dxmlwriter_toMemory_flush_combinations.phpt2 XMLWriter::toMemory() with combinations of empty flush and non-empty flush
8 $writer = XMLWriter::toMemory();
/php-src/ext/xmlwriter/
H A Dphp_xmlwriter_arginfo.h384 ZEND_METHOD(XMLWriter, toMemory);
437 ZEND_ME(XMLWriter, toMemory, arginfo_class_XMLWriter_toMemory, ZEND_ACC_PUBLIC|ZEND_ACC_STATIC)
H A Dphp_xmlwriter.stub.php107 public static function toMemory(): static {} function in XMLWriter
H A Dphp_xmlwriter.c951 PHP_METHOD(XMLWriter, toMemory) in PHP_METHOD() argument

Completed in 15 milliseconds