Home
last modified time | relevance | path

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

12

/PHP-8.2/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"]=>
83 ["nodeValue"]=>
101 ["nodeValue"]=>
120 ["nodeValue"]=>
138 ["nodeValue"]=>
H A Dbug70359.phpt29 var_dump($spaceNode->nodeValue);
59 [nodeValue] => http://www.sitemaps.org/schemas/sitemap/0.9
75 [nodeValue] => fooooooooooooooooooooo
H A Dproperty_write_errors.phpt12 $dom->nodeValue = [];
51 Cannot assign array to property DOMNode::$nodeValue of type ?string
H A Dbug69846.phpt48 ["nodeValue"]=>
98 ["nodeValue"]=>
152 ["nodeValue"]=>
H A Dbug37456.phpt15 print $attr->nodeValue;
H A Dbug69373.phpt12 $doc->firstChild->nodeValue = '';
H A DtoString_exceptions.phpt29 try { $attr->nodeValue = $badStr; } catch (Exception $e) { echo "Exception\n"; }
32 try { $node2->nodeValue = $badStr; } catch (Exception $e) { echo "Exception\n"; }
H A Dbug80602_3.phpt43 ["nodeValue"]=>
92 ["nodeValue"]=>
H A Dbug78577.phpt19 ["nodeValue"]=>
H A Dgh9142.phpt13 $var->replaceWith($dom->createElement('p', $var->nodeValue));
H A Dxpath_domnamespacenode.phpt23 ["nodeValue"]=>
H A Ddomobject_debug_handler.phpt69 ["nodeValue"]=>
H A Ddomelement.phpt29 $lang->nodeValue = 'en-US';
45 $lang->nodeValue = 'en-GB';
H A Dxpath_domnamespacenode_advanced.phpt21 echo $attribute->nodeName . ' = ' . $attribute->nodeValue . PHP_EOL;
/PHP-8.2/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-8.2/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
H A Dbug61367-read.phpt31 print $doc->documentElement->firstChild->nodeValue;
68 Warning: Attempt to read property "nodeValue" on null in %s on line %d

Completed in 21 milliseconds

12