Searched refs:toMemory (Results 1 – 8 of 8) sorted by relevance
2 XMLWriter::toMemory() - custom constructor error15 CustomXMLWriter::toMemory();
2 XMLWriter::toMemory() - normal usage8 $writer = XMLWriter::toMemory();
2 XMLWriter::toMemory() - custom constructor17 $writer = CustomXMLWriter::toMemory();
384 ZEND_METHOD(XMLWriter, toMemory);437 ZEND_ME(XMLWriter, toMemory, arginfo_class_XMLWriter_toMemory, ZEND_ACC_PUBLIC|ZEND_ACC_STATIC)
107 public static function toMemory(): static {} function in XMLWriter
925 PHP_METHOD(XMLWriter, toMemory) in PHP_METHOD() argument
884 . Add XMLWriter::toStream(), XMLWriter::toUri(), XMLWriter::toMemory(). (nielsdos)
890 . Added XMLWriter::toStream(), XMLWriter::toUri(), XMLWriter::toMemory().
Completed in 16 milliseconds