Searched refs:xmlwriter_flush (Results 1 – 18 of 18) sorted by relevance
/PHP-7.1/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 | 16 echo xmlwriter_flush($xw, true);
|
H A D | 001.phpt | 16 $output_bytes = xmlwriter_flush($xw, true);
|
H A D | 005-mb.phpt | 24 $output_bytes = xmlwriter_flush($xw, true);
|
H A D | 005.phpt | 24 $output_bytes = xmlwriter_flush($xw, true);
|
H A D | 006.phpt | 20 $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 | 004.phpt | 20 $output_bytes = xmlwriter_flush($xw, true);
|
H A D | 003.phpt | 29 echo xmlwriter_flush($xw, true);
|
H A D | 011.phpt | 26 $output = xmlwriter_flush($xw, true);
|
H A D | xmlwriter_write_attribute_ns_error_001.phpt | 18 $output = xmlwriter_flush($xw, true);
|
H A D | 012.phpt | 28 $output = xmlwriter_flush($xw, true);
|
H A D | bug39504.phpt | 17 print xmlwriter_flush($xw, true);
|
H A D | 008.phpt | 29 $output = xmlwriter_flush($xw, true);
|
H A D | 009.phpt | 34 $output = xmlwriter_flush($xw, true);
|
H A D | 007.phpt | 29 $output = xmlwriter_flush($xw, true);
|
H A D | bug41287.phpt | 19 print xmlwriter_flush($xw, true);
|
/PHP-7.1/ext/xmlwriter/ |
H A D | php_xmlwriter.c | 82 static PHP_FUNCTION(xmlwriter_flush); 514 PHP_FE(xmlwriter_flush, arginfo_xmlwriter_flush) 570 PHP_ME_MAPPING(flush, xmlwriter_flush, arginfo_xmlwriter_method_flush, 0) 1832 static PHP_FUNCTION(xmlwriter_flush) in PHP_FUNCTION() argument
|
Completed in 31 milliseconds