Home
last modified time | relevance | path

Searched refs:nodeValue (Results 1 – 25 of 54) sorted by relevance

123

/php-src/ext/dom/tests/
H A Dbug47430.phpt2 Bug #47430 (Errors after writing to nodeValue parameter of an absent previousSibling).
15 $i->previousSibling->nodeValue = '';
28 Attempt to assign property "nodeValue" on null
29 Attempt to assign property "nodeValue" on null
H A DsetAttributeNodeNS_same_uri_different_prefix.phpt15 $attribute->nodeValue = '1';
16 var_dump($doc->documentElement->setAttributeNodeNS($attribute)?->nodeValue);
19 $attribute->nodeValue = '2';
20 var_dump($doc->documentElement->setAttributeNodeNS($attribute)?->nodeValue);
23 $attribute->nodeValue = '3';
24 var_dump($doc->documentElement->setAttributeNodeNS($attribute)?->nodeValue);
H A Dbug42082.phpt16 var_dump($doc->firstChild->nodeValue, empty($doc->firstChild->nodeValue), isset($doc->firstChild->n…
H A Dclone_nodes.phpt17 var_dump($attrClone->nodeValue);
23 var_dump($attrClone->nodeValue);
50 ["nodeValue"]=>
H A Dbug80602_4.phpt17 $foo->nodeValue = "x";
21 $bar->nodeValue = "y";
H A Ddom_test.inc34 if (strlen(trim($node->nodeValue))) {
35 print "\nNode Content: " . $node->nodeValue;
54 print str_repeat(" ", $spaces) . trim($node->nodeValue) . "\n";
H A Dgh12616_3.phpt64 ["nodeValue"]=>
87 ["nodeValue"]=>
109 ["nodeValue"]=>
132 ["nodeValue"]=>
154 ["nodeValue"]=>
H A Dproperty_write_errors.phpt12 $dom->nodeValue = [];
51 Cannot assign array to property DOMNode::$nodeValue of type ?string
H A Dbug70359.phpt29 var_dump($spaceNode->nodeValue);
55 [nodeValue] => http://www.sitemaps.org/schemas/sitemap/0.9
73 [nodeValue] => fooooooooooooooooooooo
H A Dbug69846.phpt48 ["nodeValue"]=>
106 ["nodeValue"]=>
164 ["nodeValue"]=>
H A Dbug69373.phpt12 $doc->firstChild->nodeValue = '';
H A Dbug37456.phpt15 print $attr->nodeValue;
/php-src/ext/dom/tests/modern/spec/
H A DNode_nodeValue_element.phpt2 Dom\Node::$nodeValue on an element
11 var_dump($foo->nodeValue);
H A Dattribute_entity_expansion.phpt21 $attr->nodeValue = '&';
22 print "$attr->nodeValue\n";
25 $attr->nodeValue = '&';
26 print "$attr->nodeValue\n";
H A Dattribute_entity_expansion_legacy.phpt22 @$attr->nodeValue = '&';
23 print "$attr->nodeValue\n";
26 $attr->nodeValue = '&';
27 print "$attr->nodeValue\n";
H A DDocument_implementation_createDocumentType.phpt43 ["nodeValue"]=>
94 ["nodeValue"]=>
145 ["nodeValue"]=>
196 ["nodeValue"]=>
/php-src/ext/dom/tests/modern/extensions/
H A DElement_substitutedNodeValue.phpt12 var_dump($dom->documentElement->nodeValue); // Should always be NULL for elements
17 var_dump($dom->documentElement->nodeValue); // Should always be NULL for elements
22 var_dump($dom->documentElement->nodeValue); // Should always be NULL for elements
/php-src/ext/dom/tests/bug79701/
H A Dset_attr_value.phpt2 Bug #79701 (getElementById does not correctly work with duplicate definitions) - nodeValue / value …
7 foreach (["value", "nodeValue"] as $property) {
39 --- Testing property $nodeValue ---
/php-src/ext/xsl/tests/
H A Dbug69168.phpt22 $input[0]->nodeValue .= 'a';
23 return $input[0]->getNodePath() . ' = ' . $input[0]->nodeValue;
37 var_dump($xmlDoc->firstChild->firstChild->firstChild->nodeValue);
/php-src/ext/dom/tests/manually_call_constructor/
H A Dcdatasection.phpt9 var_dump($cdata->nodeValue);
11 var_dump($cdata->nodeValue);
H A Dattribute.phpt9 var_dump($attr->nodeName, $attr->nodeValue);
11 var_dump($attr->nodeName, $attr->nodeValue);
H A Dcomment.phpt9 var_dump($comment->nodeName, $comment->nodeValue);
11 var_dump($comment->nodeName, $comment->nodeValue);
/php-src/ext/dom/tests/modern/xml/
H A DDTDNamedNodeMap.phpt46 ["nodeValue"]=>
112 ["nodeValue"]=>
148 ["nodeValue"]=>
176 ["nodeValue"]=>
/php-src/ext/dom/tests/delayed_freeing/
H A Dnamespace_xmlns_declaration_attribute_variation.phpt13 var_dump($declaration->nodeValue);
18 var_dump($declaration->nodeValue);
/php-src/ext/libxml/tests/
H A Dbug61367-read_2.phpt32 print $doc->documentElement->firstChild->nodeValue;
63 Warning: Attempt to read property "nodeValue" on null in %s on line %d

Completed in 18 milliseconds

123