Searched refs:addAttribute (Results 1 – 9 of 9) sorted by relevance
/PHP-8.2/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"); 15 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'); 22 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'); 47 Warning: SimpleXMLElement::addAttribute(): Attribute already exists in %s031.php on line %d
|
H A D | SimpleXMLElement_addAttribute_required_attribute_name.phpt | 13 $a->addAttribute( "", "" ); 21 SimpleXMLElement::addAttribute(): Argument #1 ($qualifiedName) cannot be empty
|
/PHP-8.2/ext/simplexml/ |
H A D | simplexml.stub.php | 47 …public function addAttribute(string $qualifiedName, string $value, ?string $namespace = null): voi… function in SimpleXMLElement
|
H A D | simplexml_arginfo.h | 116 ZEND_METHOD(SimpleXMLElement, addAttribute); 148 …ZEND_ME(SimpleXMLElement, addAttribute, arginfo_class_SimpleXMLElement_addAttribute, ZEND_ACC_PUBL…
|
H A D | simplexml.c | 1761 PHP_METHOD(SimpleXMLElement, addAttribute) in PHP_METHOD() argument
|
Completed in 12 milliseconds