Home
last modified time | relevance | path

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

12

/PHP-8.3/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 Dbug70359.phpt29 var_dump($spaceNode->nodeValue);
55 [nodeValue] => http://www.sitemaps.org/schemas/sitemap/0.9
73 [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"]=>
106 ["nodeValue"]=>
164 ["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 DDOMEntityReference_predefined_free.phpt14 ["nodeValue"]=>
H A Dbug80602_3.phpt47 ["nodeValue"]=>
104 ["nodeValue"]=>
H A Dbug78577.phpt19 ["nodeValue"]=>
/PHP-8.3/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-8.3/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.3/ext/dom/tests/delayed_freeing/
H A Dnamespace_xmlns_declaration_attribute_variation.phpt13 var_dump($declaration->nodeValue);
18 var_dump($declaration->nodeValue);
H A Ddirect_construction.phpt10 var_dump($test->nodeValue);
81 var_dump($test->nodeValue);
94 var_dump($test->nodeValue);
H A Dprocessing_instruction.phpt14 var_dump($pi->nodeValue);
/PHP-8.3/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 29 milliseconds

12