Home
last modified time | relevance | path

Searched refs:node (Results 226 – 250 of 317) sorted by relevance

12345678910>>...13

/PHP-8.2/ext/simplexml/tests/
H A Dbug69491.phpt2 Bug #69491 (simplexml doesn't correctly parse empty nodes on same line as another node)
H A D027.phpt20 foreach($xml->children() as $node)
22 traverse_xml($node, $pad.' ');
H A Dbug76712.phpt2 BUg #76712 (Assignment of empty string creates extraneous text node)
H A Dbug61335.phpt2 Bug #61335 - Access to array node returns wrong truth value
H A Dbug40451.phpt2 Bug #40451 (addAttribute() may crash when used with non-existent child node)
/PHP-8.2/ext/dom/tests/
H A Dgh11625.phpt2 …H-11625 (DOMElement::replaceWith() doesn't replace node with DOMDocumentFragment but just deletes
H A DDOMDocument_createEntityReference_basic.phpt2 DOMDocument::createEntityReference() should create a new entity reference node
H A DDOMNode_insertBefore_error1.phpt2 DOMNode::insertBefore() should fail if node belongs to another document
H A DDOMParentNode_empty_argument.phpt8 $dom->loadXML('<?xml version="1.0"?><root><node/></root>');
69 <root><node/></root>
H A DDOMNode_removeChild_error1.phpt2 removeChild() where the node is not a child
H A DDOMNode_normalize_basic.phpt15 * Add another text node to title. Calculate the number of title text nodes (2).
37 // add a second text node to title
H A Ddomchardata.phpt16 $node = $dom->documentElement;
19 $node->appendChild($charnode);
H A DDOMNode_replaceChild_error1.phpt2 replaceChild() where the old node is not a child
H A Dxpath_context_node.phpt2 XPath: with a context node
/PHP-8.2/ext/dom/tests/modern/xml/
H A DXMLDocument_saveXML_node.phpt2 DOM\XMLDocument::saveXML(File) node
/PHP-8.2/ext/dom/tests/modern/html/interactions/
H A DgetLineNo_65536.phpt2 getLineNo() returns the line number of the node >= 65536
/PHP-8.2/ext/xsl/tests/
H A Dxsltprocessor_importStylesheet-invalidparam.phpt18 XSLTProcessor::importStylesheet(): Argument #1 ($stylesheet) must be a valid XML node
/PHP-8.2/Zend/tests/match/
H A Dmatch_of_phi_optimization.phpt2 Unreachable code elimination when match argument is a phi node
/PHP-8.2/ext/dom/lexbor/lexbor/dom/interfaces/
H A Dcharacter_data.h21 lxb_dom_node_t node; member
/PHP-8.2/ext/tidy/tests/
H A D011.phpt2 Accessing attributes of a node
H A D012.phpt8 function dump_nodes(tidyNode $node) {
10 var_dump($node->hasChildren());
11 if($node->hasChildren()) {
13 foreach($node->child as $c) {
/PHP-8.2/ext/dom/tests/delayed_freeing/
H A Dcomment_node.phpt2 Delayed freeing comment node
H A Ddtd_node.phpt2 Delayed freeing dtd node
/PHP-8.2/Zend/tests/
H A Dremove_predecessor_of_pi_node.phpt2 Regression test for incorrect update of pi node users when removing a predecessor block
/PHP-8.2/ext/xmlreader/tests/
H A D006.phpt15 // 2 read to get on the 2nd node

Completed in 27 milliseconds

12345678910>>...13