Home
last modified time | relevance | path

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

/PHP-5.4/ext/xmlwriter/tests/
H A Dxmlwriter_write_attribute_ns_error_001.phpt2 xmlwriter_write_attribute_ns with missing param
11 xmlwriter_write_attribute_ns($xw, 'prefix', '', 'http://www.php.net/uri');
23 var_dump(xmlwriter_write_attribute_ns($xw, 'prefix', 'id', 'http://www.php.net/uri', 'elem1'));
30 Warning: xmlwriter_write_attribute_ns() expects exactly %d parameters, %d given in %s on line %d
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');
/PHP-5.4/ext/xmlwriter/
H A Dphp_xmlwriter.c42 static PHP_FUNCTION(xmlwriter_write_attribute_ns);
494 PHP_FE(xmlwriter_write_attribute_ns,arginfo_xmlwriter_write_attribute_ns)
551 …PHP_ME_MAPPING(writeAttributeNs, xmlwriter_write_attribute_ns,arginfo_xmlwriter_method_write_attri…
976 static PHP_FUNCTION(xmlwriter_write_attribute_ns) in PHP_FUNCTION() argument

Completed in 10 milliseconds