Searched defs:writer (Results 1 – 4 of 4) sorted by relevance
13 function xmlwriter_start_comment(XMLWriter $writer): bool {}15 function xmlwriter_end_comment(XMLWriter $writer): bool {}19 function xmlwriter_end_attribute(XMLWriter $writer): bool {}29 function xmlwriter_end_element(XMLWriter $writer): bool {}31 function xmlwriter_full_end_element(XMLWriter $writer): bool {}41 function xmlwriter_end_pi(XMLWriter $writer): bool {}45 function xmlwriter_start_cdata(XMLWriter $writer): bool {}47 function xmlwriter_end_cdata(XMLWriter $writer): bool {}57 function xmlwriter_end_document(XMLWriter $writer): bool {}63 function xmlwriter_end_dtd(XMLWriter $writer): bool {}[all …]
40 int (*writer)(void *, const char *, int); member
1459 from_zval_write_field *writer, in from_zval_run_conversions()
1998 php_stream *writer = NULL; in PHP_FUNCTION() local
Completed in 33 milliseconds