Home
last modified time | relevance | path

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

/PHP-8.3/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-8.3/ext/xmlwriter/
H A Dphp_xmlwriter_arginfo.h337 ZEND_FUNCTION(xmlwriter_start_attribute);
382 ZEND_FE(xmlwriter_start_attribute, arginfo_xmlwriter_start_attribute)
429 …ZEND_ME_MAPPING(startAttribute, xmlwriter_start_attribute, arginfo_class_XMLWriter_startAttribute,…
H A Dphp_xmlwriter.stub.php17 function xmlwriter_start_attribute(XMLWriter $writer, string $name): bool {} function
H A Dphp_xmlwriter.c269 PHP_FUNCTION(xmlwriter_start_attribute) in PHP_FUNCTION() argument

Completed in 17 milliseconds