Home
last modified time | relevance | path

Searched refs:toStream (Results 1 – 10 of 10) sorted by relevance

/php-src/ext/xmlwriter/tests/
H A Dxmlwriter_toStream_open_invalidated_stream.phpt2 XMLWriter::toStream() - open invalidated stream
12 XMLWriter::toStream($h);
19 XMLWriter::toStream(): supplied resource is not a valid stream resource
H A Dxmlwriter_toStream_encoding_utf8.phpt2 XMLWriter::toStream() with encoding - test UTF-8
10 $writer = XMLWriter::toStream($h);
H A Dxmlwriter_toStream_invalidate_stream.phpt2 XMLWriter::toStream() - invalidating stream
10 $writer = XMLWriter::toStream($h);
H A Dxmlwriter_toStream_encoding_shiftjis.phpt2 XMLWriter::toStream() with encoding - test SHIFT_JIS
10 $writer = XMLWriter::toStream($h);
H A Dxmlwriter_toStream_custom_constructor_error.phpt2 XMLWriter::toStream() - custom constructor error
17 CustomXMLWriter::toStream($h);
H A Dxmlwriter_toStream_custom_constructor.phpt2 XMLWriter::toStream() - custom constructor
19 $writer = CustomXMLWriter::toStream($h);
H A Dxmlwriter_toStream_normal_usage.phpt2 XMLWriter::toStream() - normal usage
10 $writer = XMLWriter::toStream($h);
/php-src/ext/xmlwriter/
H A Dphp_xmlwriter_arginfo.h385 ZEND_METHOD(XMLWriter, toStream);
438 ZEND_ME(XMLWriter, toStream, arginfo_class_XMLWriter_toStream, ZEND_ACC_PUBLIC|ZEND_ACC_STATIC)
H A Dphp_xmlwriter.stub.php110 public static function toStream($stream): static {} function in XMLWriter
H A Dphp_xmlwriter.c986 PHP_METHOD(XMLWriter, toStream) in PHP_METHOD() argument

Completed in 31 milliseconds