Searched refs:xmlwriter_flush (Results 1 – 20 of 20) sorted by relevance
/PHP-8.0/ext/xmlwriter/tests/ |
H A D | xmlwriter_write_dtd_basic_001.phpt | 10 $output = xmlwriter_flush($xmlwriter, true); 14 $output = xmlwriter_flush($xmlwriter, true);
|
H A D | 002.phpt | 14 echo xmlwriter_flush($xw, true);
|
H A D | 001.phpt | 15 $output_bytes = xmlwriter_flush($xw, true);
|
H A D | 005-mb.phpt | 23 $output_bytes = xmlwriter_flush($xw, true);
|
H A D | 005.phpt | 23 $output_bytes = xmlwriter_flush($xw, true);
|
H A D | 006.phpt | 19 $output_bytes = xmlwriter_flush($xw, true);
|
H A D | 004.phpt | 19 $output_bytes = xmlwriter_flush($xw, true);
|
H A D | xmlwriter_write_attribute_ns_basic_001.phpt | 18 $output = xmlwriter_flush($xw, true);
|
H A D | 003.phpt | 27 echo xmlwriter_flush($xw, true);
|
H A D | 011.phpt | 24 $output = xmlwriter_flush($xw, true);
|
H A D | 012.phpt | 26 $output = xmlwriter_flush($xw, true);
|
H A D | 010.phpt | 36 xmlwriter_flush($xw, empty: true);
|
H A D | bug39504.phpt | 17 print xmlwriter_flush($xw, true);
|
H A D | 007.phpt | 27 $output = xmlwriter_flush($xw, true);
|
H A D | 008.phpt | 28 $output = xmlwriter_flush($xw, true);
|
H A D | 009.phpt | 33 $output = xmlwriter_flush($xw, true);
|
H A D | bug41287.phpt | 19 print xmlwriter_flush($xw, true);
|
/PHP-8.0/ext/xmlwriter/ |
H A D | php_xmlwriter_arginfo.h | 372 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 D | php_xmlwriter.stub.php | 87 function xmlwriter_flush(XMLWriter $writer, bool $empty = true): string|int {} function
|
H A D | php_xmlwriter.c | 1026 PHP_FUNCTION(xmlwriter_flush) in PHP_FUNCTION() argument
|
Completed in 22 milliseconds