Searched refs:nodeValue (Results 1 – 25 of 29) sorted by relevance
12
2 Bug #47430 (Errors after writing to nodeValue parameter of an absent previousSibling).15 $i->previousSibling->nodeValue = '';28 Attempt to assign property "nodeValue" on null29 Attempt to assign property "nodeValue" on null
15 $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);
16 var_dump($doc->firstChild->nodeValue, empty($doc->firstChild->nodeValue), isset($doc->firstChild->n…
17 var_dump($attrClone->nodeValue);23 var_dump($attrClone->nodeValue);50 ["nodeValue"]=>
17 $foo->nodeValue = "x";21 $bar->nodeValue = "y";
34 if (strlen(trim($node->nodeValue))) {35 print "\nNode Content: " . $node->nodeValue;54 print str_repeat(" ", $spaces) . trim($node->nodeValue) . "\n";
64 ["nodeValue"]=>83 ["nodeValue"]=>101 ["nodeValue"]=>120 ["nodeValue"]=>138 ["nodeValue"]=>
29 var_dump($spaceNode->nodeValue);59 [nodeValue] => http://www.sitemaps.org/schemas/sitemap/0.975 [nodeValue] => fooooooooooooooooooooo
12 $dom->nodeValue = [];51 Cannot assign array to property DOMNode::$nodeValue of type ?string
48 ["nodeValue"]=>98 ["nodeValue"]=>152 ["nodeValue"]=>
15 print $attr->nodeValue;
12 $doc->firstChild->nodeValue = '';
29 try { $attr->nodeValue = $badStr; } catch (Exception $e) { echo "Exception\n"; }32 try { $node2->nodeValue = $badStr; } catch (Exception $e) { echo "Exception\n"; }
43 ["nodeValue"]=>92 ["nodeValue"]=>
19 ["nodeValue"]=>
13 $var->replaceWith($dom->createElement('p', $var->nodeValue));
23 ["nodeValue"]=>
69 ["nodeValue"]=>
29 $lang->nodeValue = 'en-US';45 $lang->nodeValue = 'en-GB';
21 echo $attribute->nodeName . ' = ' . $attribute->nodeValue . PHP_EOL;
9 var_dump($cdata->nodeValue);11 var_dump($cdata->nodeValue);
9 var_dump($attr->nodeName, $attr->nodeValue);11 var_dump($attr->nodeName, $attr->nodeValue);
9 var_dump($comment->nodeName, $comment->nodeValue);11 var_dump($comment->nodeName, $comment->nodeValue);
32 print $doc->documentElement->firstChild->nodeValue;63 Warning: Attempt to read property "nodeValue" on null in %s on line %d
31 print $doc->documentElement->firstChild->nodeValue;68 Warning: Attempt to read property "nodeValue" on null in %s on line %d
Completed in 21 milliseconds