Home
last modified time | relevance | path

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

/php-src/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.phpt20 $output_bytes = xmlwriter_flush($xw, true);
H A D005.phpt20 $output_bytes = xmlwriter_flush($xw, true);
H A D006.phpt17 $output_bytes = xmlwriter_flush($xw, true);
H A Dxmlwriter_write_attribute_ns_basic_001.phpt18 $output = xmlwriter_flush($xw, true);
H A D004.phpt19 $output_bytes = xmlwriter_flush($xw, true);
H A D003.phpt27 echo xmlwriter_flush($xw, true);
H A D011.phpt22 $output = xmlwriter_flush($xw, true);
H A D010.phpt34 xmlwriter_flush($xw, empty: true);
H A D012.phpt24 $output = xmlwriter_flush($xw, true);
H A Dbug39504.phpt15 print xmlwriter_flush($xw, true);
H A D008.phpt26 $output = xmlwriter_flush($xw, true);
H A D009.phpt30 $output = xmlwriter_flush($xw, true);
H A D007.phpt25 $output = xmlwriter_flush($xw, true);
H A Dbug41287.phpt17 print xmlwriter_flush($xw, true);
/php-src/ext/xmlwriter/
H A Dphp_xmlwriter_arginfo.h371 ZEND_FUNCTION(xmlwriter_flush);
415 ZEND_FE(xmlwriter_flush, arginfo_xmlwriter_flush)
H A Dphp_xmlwriter.stub.php87 function xmlwriter_flush(XMLWriter $writer, bool $empty = true): string|int {} function
H A Dphp_xmlwriter.c921 PHP_FUNCTION(xmlwriter_flush) in PHP_FUNCTION() argument

Completed in 29 milliseconds