Home
last modified time | relevance | path

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

/PHP-8.0/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.phpt19 xmlwriter_write_attribute_ns($xw, 'ns1','att1', 'urn:ns1', '<>"\'&');
H A D012.phpt19 xmlwriter_write_attribute_ns($xw, 'ns1','att1', 'urn:ns1', '<>"\'&');
/PHP-8.0/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.c352 PHP_FUNCTION(xmlwriter_write_attribute_ns) in PHP_FUNCTION() argument
/PHP-8.0/
H A DNEWS1557 . Implemented FR #79344 (xmlwriter_write_attribute_ns: $prefix should be

Completed in 22 milliseconds