Home
last modified time | relevance | path

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

/php-src/ext/xmlwriter/tests/
H A D009.phpt14 xmlwriter_write_attribute($xw, 'id', 'elem1');
16 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.phpt17 xmlwriter_write_attribute($xw, 'att2', "double\" single'");
/php-src/ext/xmlwriter/
H A Dphp_xmlwriter_arginfo.h349 ZEND_FUNCTION(xmlwriter_write_attribute);
396 ZEND_FE(xmlwriter_write_attribute, arginfo_xmlwriter_write_attribute)
H A Dphp_xmlwriter.stub.php21 function xmlwriter_write_attribute(XMLWriter $writer, string $name, string $value): bool {} function
H A Dphp_xmlwriter.c326 PHP_FUNCTION(xmlwriter_write_attribute) in PHP_FUNCTION() argument

Completed in 16 milliseconds