Searched refs:xmlwriter_start_attribute (Results 1 – 5 of 5) sorted by relevance
/PHP-8.2/ext/xmlwriter/tests/ |
H A D | 010.phpt | 13 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 D | 003.phpt | 13 $res = xmlwriter_start_attribute($xw, 'attr1');
|
/PHP-8.2/ext/xmlwriter/ |
H A D | php_xmlwriter_arginfo.h | 337 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 D | php_xmlwriter.stub.php | 17 function xmlwriter_start_attribute(XMLWriter $writer, string $name): bool {} function
|
H A D | php_xmlwriter.c | 285 PHP_FUNCTION(xmlwriter_start_attribute) in PHP_FUNCTION() argument
|
Completed in 9 milliseconds