Home
last modified time | relevance | path

Searched refs:DOMElement (Results 1 – 24 of 24) sorted by relevance

/PHP-8.0/ext/dom/tests/
H A Dbug32615.phpt9 $frag->appendChild(new DOMElement('root'));
13 $frag->appendChild(new DOMElement('first'));
16 $frag->appendChild(new DOMElement('second'));
26 $frag->appendChild(new DOMElement('newsecond'));
32 $frag->appendChild(new DOMElement('third'));
35 $frag->appendChild(new DOMElement('start'));
38 $frag->appendChild(new DOMElement('newthird'));
44 $frag->appendChild(new DOMElement('first'));
55 $frag->appendChild(new DOMElement('first'));
61 $frag->appendChild(new DOMElement('second'));
[all …]
H A DDOMElement_hasAttributes_basic.phpt21 echo "Verify that we have a DOMElement object:\n";
30 echo "\nVerify that we have a DOMElement object:\n";
39 Verify that we have a DOMElement object:
40 DOMElement
45 Verify that we have a DOMElement object:
46 DOMElement
H A Ddom_create_element.phpt117 print "13 DOMElement::__construct('valid')\n";
125 print "14 DOMElement::__construct('-invalid')\n";
133 print "15 DOMElement::__construct(' ')\n";
141 print "16 DOMElement::__construct('prefix:valid')\n";
349 13 DOMElement::__construct('valid')
351 14 DOMElement::__construct('-invalid')
353 15 DOMElement::__construct(' ')
355 16 DOMElement::__construct('prefix:valid')
357 17 DOMElement::__construct('valid', '', 'http://valid.com')
365 21 DOMElement::__construct('prefix:invalid', '', '')
[all …]
H A Ddom003.phpt19 echo preg_replace('/object\(DOMElement\).+\{.*?\}/s', 'DOMElement', $contents);
54 DOMElement
67 #0 %sdom003.php(%d): DOMNode->appendChild(Object(DOMElement))
H A Dregsiter_node_class.phpt11 class myElement extends DOMElement {
17 $doc->registerNodeClass('DOMElement', 'myElement');
18 $doc->appendChild(new DOMElement('root'));
H A DDOMNode_cloneNode_basic.phpt78 Course: new title3:DOMElement
86 Course: two:DOMElement
94 Course: new title default:DOMElement
97 Course: new title true:DOMElement
105 Course: new title false:DOMElement
H A DDOMNode_removeChild_basic.phpt67 Course: two:DOMElement
79 Course: one:DOMElement
92 Course: one:DOMElement
100 Course: two:DOMElement
H A Dbug37456.phpt2 Bug #37456 (DOMElement->setAttribute() loops forever)
H A Dbug73907.phpt18 object(DOMElement)#%d (%d) {%A
H A DDOM4_ParentNode_append_invalidtypes.phpt19 OK! DOMElement::append(): Argument #1 must be of type DOMNode|string, array given
H A Dbug66502.phpt10 $element = $dom->appendChild(new DOMElement('root'));
H A Dbug81433.phpt2 Bug #81433 (DOMElement::setIdAttribute(attr, true) called twice removes ID)
H A DDOMComment_construct_basic_001.phpt11 $element = $dom->appendChild(new DOMElement('root'));
H A Ddomelement.phpt2 Elements: DOMElement functionality
56 $element_ns = new DOMElement('newns:myelement', 'default content', 'urn::dummyns');
58 $element_ns = new DOMElement('newns2:myelement', 'second default content', 'urn::dummyns');
H A Dbug43364.phpt11 if($node instanceof DOMElement) {
H A Dbug36756.phpt34 Error: Couldn't fetch DOMElement. Node no longer exists
H A Ddom_set_attr_node.phpt58 string(10) "DOMElement"
H A Dbug69846.phpt81 object(DOMElement)#%d (23) {
/PHP-8.0/ext/dom/
H A Dphp_dom_arginfo.h486 ZEND_METHOD(DOMElement, __construct);
487 ZEND_METHOD(DOMElement, getAttribute);
488 ZEND_METHOD(DOMElement, getAttributeNS);
493 ZEND_METHOD(DOMElement, hasAttribute);
498 ZEND_METHOD(DOMElement, setAttribute);
505 ZEND_METHOD(DOMElement, remove);
506 ZEND_METHOD(DOMElement, before);
507 ZEND_METHOD(DOMElement, after);
508 ZEND_METHOD(DOMElement, replaceWith);
509 ZEND_METHOD(DOMElement, append);
[all …]
H A Delement.c34 PHP_METHOD(DOMElement, __construct) in PHP_METHOD() argument
199 PHP_METHOD(DOMElement, getAttribute) in PHP_METHOD() argument
242 PHP_METHOD(DOMElement, setAttribute) in PHP_METHOD() argument
533 PHP_METHOD(DOMElement, getAttributeNS) in PHP_METHOD() argument
954 PHP_METHOD(DOMElement, hasAttribute) in PHP_METHOD() argument
1144 PHP_METHOD(DOMElement, remove) in PHP_METHOD() argument
1161 PHP_METHOD(DOMElement, after) in PHP_METHOD() argument
1178 PHP_METHOD(DOMElement, before) in PHP_METHOD() argument
1198 PHP_METHOD(DOMElement, append) in PHP_METHOD() argument
1219 PHP_METHOD(DOMElement, prepend) in PHP_METHOD() argument
[all …]
H A Dphp_dom.stub.php177 class DOMElement extends DOMNode implements DOMParentNode, DOMChildNode class
272 /** @return DOMElement|false */
275 /** @return DOMElement|false */
287 /** @return DOMElement|null */
436 function dom_import_simplexml(object $node): DOMElement {}
/PHP-8.0/ext/spl/tests/
H A Dbug54971.phpt30 [0] => DOMElement
31 [1] => DOMElement
35 [0] => DOMElement
36 [1] => DOMElement
/PHP-8.0/build/
H A Dgen_stub.php865 …function getMethodSynopsisElement(array $funcMap, array $aliasMap, DOMDocument $doc): ?DOMElement {
957 …private function appendMethodSynopsisTypeToElement(DOMDocument $doc, DOMElement $elementToAppend, …
1640 if (!$methodSynopsis instanceof DOMElement) {
1646 if (!$item instanceof DOMElement) {
1665 if (!$item instanceof DOMElement) {
1679 if (!$type instanceof DOMElement) {
1710 /** @var DOMElement $paramElement */
/PHP-8.0/
H A DNEWS576 . Fixed bug #81433 (DOMElement::setIdAttribute() called twice may remove ID).
1066 . Fixed bug #80537 (Wrong parameter type in DOMElement::removeAttributeNode

Completed in 33 milliseconds