Home
last modified time | relevance | path

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

/PHP-8.1/ext/xmlwriter/tests/
H A Dxmlwriter_write_attribute_ns_basic_001.phpt2 xmlwriter_write_attribute_ns basic function tests
11 xmlwriter_write_attribute_ns($xw, 'prefix', 'id', 'http://www.php.net/uri', 'elem1');
H A Dbug79344.phpt2 FR #79344 (xmlwriter_write_attribute_ns: $prefix should be nullable)
H A D011.phpt17 xmlwriter_write_attribute_ns($xw, 'ns1','att1', 'urn:ns1', '<>"\'&');
H A D012.phpt17 xmlwriter_write_attribute_ns($xw, 'ns1','att1', 'urn:ns1', '<>"\'&');
/PHP-8.1/ext/xmlwriter/
H A Dphp_xmlwriter_arginfo.h341 ZEND_FUNCTION(xmlwriter_write_attribute_ns);
386 ZEND_FE(xmlwriter_write_attribute_ns, arginfo_xmlwriter_write_attribute_ns)
433 …ZEND_ME_MAPPING(writeAttributeNs, xmlwriter_write_attribute_ns, arginfo_class_XMLWriter_writeAttri…
H A Dphp_xmlwriter.stub.php25 function xmlwriter_write_attribute_ns(XMLWriter $writer, ?string $prefix, string $name, ?string $na… function
H A Dphp_xmlwriter.c355 PHP_FUNCTION(xmlwriter_write_attribute_ns) in PHP_FUNCTION() argument

Completed in 31 milliseconds