Home
last modified time | relevance | path

Searched refs:xmlwriter_write_attribute (Results 1 – 7 of 7) sorted by relevance

/PHP-8.0/ext/xmlwriter/tests/
H A D009.phpt17 xmlwriter_write_attribute($xw, 'id', 'elem1');
19 xmlwriter_write_attribute($xw, 'attr1', 'first');
H A Dxmlwriter_write_attribute_ns_basic_001.phpt13 xmlwriter_write_attribute($xw, 'attr1', 'first');
H A D003.phpt17 xmlwriter_write_attribute($xw, "att2", "att2_value");
H A D007.phpt19 xmlwriter_write_attribute($xw, 'att2', "double\" single'");
/PHP-8.0/ext/xmlwriter/
H A Dphp_xmlwriter_arginfo.h339 ZEND_FUNCTION(xmlwriter_write_attribute);
384 ZEND_FE(xmlwriter_write_attribute, arginfo_xmlwriter_write_attribute)
431 …ZEND_ME_MAPPING(writeAttribute, xmlwriter_write_attribute, arginfo_class_XMLWriter_writeAttribute,…
H A Dphp_xmlwriter.stub.php21 function xmlwriter_write_attribute(XMLWriter $writer, string $name, string $value): bool {} function
H A Dphp_xmlwriter.c324 PHP_FUNCTION(xmlwriter_write_attribute) in PHP_FUNCTION() argument

Completed in 20 milliseconds