Home
last modified time | relevance | path

Searched refs:xmlwriter_start_attribute (Results 1 – 5 of 5) sorted by relevance

/php-src/ext/xmlwriter/tests/
H A D010.phpt13 var_dump(xmlwriter_start_attribute($xw, "attr"));
17 xmlwriter_start_attribute($xw, "-1");
25 xmlwriter_start_attribute($xw, "\"");
48 xmlwriter_start_attribute(): Argument #2 ($name) must be a valid attribute name, "-1" given
50 xmlwriter_start_attribute(): Argument #2 ($name) must be a valid attribute name, """ given
H A D003.phpt13 $res = xmlwriter_start_attribute($xw, 'attr1');
/php-src/ext/xmlwriter/
H A Dphp_xmlwriter_arginfo.h347 ZEND_FUNCTION(xmlwriter_start_attribute);
394 ZEND_FE(xmlwriter_start_attribute, arginfo_xmlwriter_start_attribute)
H A Dphp_xmlwriter.stub.php17 function xmlwriter_start_attribute(XMLWriter $writer, string $name): bool {} function
H A Dphp_xmlwriter.c289 PHP_FUNCTION(xmlwriter_start_attribute) in PHP_FUNCTION() argument

Completed in 11 milliseconds