Home
last modified time | relevance | path

Searched refs:xmlwriter_flush (Results 1 – 20 of 20) sorted by relevance

/PHP-8.0/ext/xmlwriter/tests/
H A Dxmlwriter_write_dtd_basic_001.phpt10 $output = xmlwriter_flush($xmlwriter, true);
14 $output = xmlwriter_flush($xmlwriter, true);
H A D002.phpt14 echo xmlwriter_flush($xw, true);
H A D001.phpt15 $output_bytes = xmlwriter_flush($xw, true);
H A D005-mb.phpt23 $output_bytes = xmlwriter_flush($xw, true);
H A D005.phpt23 $output_bytes = xmlwriter_flush($xw, true);
H A D006.phpt19 $output_bytes = xmlwriter_flush($xw, true);
H A D004.phpt19 $output_bytes = xmlwriter_flush($xw, true);
H A Dxmlwriter_write_attribute_ns_basic_001.phpt18 $output = xmlwriter_flush($xw, true);
H A D003.phpt27 echo xmlwriter_flush($xw, true);
H A D011.phpt24 $output = xmlwriter_flush($xw, true);
H A D012.phpt26 $output = xmlwriter_flush($xw, true);
H A D010.phpt36 xmlwriter_flush($xw, empty: true);
H A Dbug39504.phpt17 print xmlwriter_flush($xw, true);
H A D007.phpt27 $output = xmlwriter_flush($xw, true);
H A D008.phpt28 $output = xmlwriter_flush($xw, true);
H A D009.phpt33 $output = xmlwriter_flush($xw, true);
H A Dbug41287.phpt19 print xmlwriter_flush($xw, true);
/PHP-8.0/ext/xmlwriter/
H A Dphp_xmlwriter_arginfo.h372 ZEND_FUNCTION(xmlwriter_flush);
417 ZEND_FE(xmlwriter_flush, arginfo_xmlwriter_flush)
464 ZEND_ME_MAPPING(flush, xmlwriter_flush, arginfo_class_XMLWriter_flush, ZEND_ACC_PUBLIC)
H A Dphp_xmlwriter.stub.php87 function xmlwriter_flush(XMLWriter $writer, bool $empty = true): string|int {} function
H A Dphp_xmlwriter.c1026 PHP_FUNCTION(xmlwriter_flush) in PHP_FUNCTION() argument

Completed in 18 milliseconds