Searched refs:addAttribute (Results 1 – 7 of 7) sorted by relevance
/PHP-7.1/ext/simplexml/tests/ |
H A D | bug43221.phpt | 2 Bug #43221 (SimpleXML adding default namespace in addAttribute) 9 $n->addAttribute("a", "b"); 10 $n->addAttribute("c", "d", "http://bar.com"); 11 $n->addAttribute("foo:e", "f", "http://bar.com"); 16 Warning: SimpleXMLElement::addAttribute(): Attribute requires prefix for namespace in %sbug43221.ph…
|
H A D | bug41175.phpt | 2 Bug #41175 (addAttribute() fails to add an attribute with an empty value) 9 $xml->addAttribute("src", "foo"); 10 $xml->addAttribute("alt", "");
|
H A D | bug40451.phpt | 2 Bug #40451 (addAttribute() may crash when used with non-existent child node) 18 $add->Host->addAttribute('enable', 'true'); 23 Warning: SimpleXMLElement::addAttribute(): Unable to locate parent Element in %s on line %d
|
H A D | SimpleXMLElement_addAttribute_basic.phpt | 2 SimpleXMLElement->addAttribute() 8 $simple->addAttribute('type','novels');
|
H A D | 031.phpt | 2 SimpleXML: addChild and addAttribute 19 $sxe->addAttribute('v:att11', 'xxx', 'urn::test-v'); 22 $sxe->addAttribute('v:att11', 'xxx', 'urn::test-v'); 25 $sxe->addAttribute('att2', 'no-ns'); 48 Warning: SimpleXMLElement::addAttribute(): Attribute already exists in %s031.php on line %d
|
H A D | SimpleXMLElement_addAttribute_required_attribute_name.phpt | 11 $a->addAttribute( "", "" ); 15 Warning: SimpleXMLElement::addAttribute(): Attribute name is required in %s on line %d
|
/PHP-7.1/ext/simplexml/ |
H A D | simplexml.c | 1778 SXE_METHOD(addAttribute) in SXE_METHOD() argument 2717 SXE_ME(addAttribute, arginfo_simplexmlelement_addchild, ZEND_ACC_PUBLIC)
|
Completed in 17 milliseconds