Home
last modified time | relevance | path

Searched refs:node (Results 251 – 275 of 343) sorted by relevance

1...<<11121314

/php-src/ext/dom/tests/
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 Dxpath_context_node.phpt2 XPath: with a context node
H A DDOMNode_replaceChild_error1.phpt2 replaceChild() where the old node is not a child
H A DDOMXPath_evaluate_node_set_to_string.phpt2 DOMXPath::evaluate() with PHP function passing node-set returning a string
H A Dgh12616_1.phpt2 GH-12616 (DOM: Removing XMLNS namespace node results in invalid default: prefix)
H A Dbug54601.phpt2 Segfault when removing the Doctype node
/php-src/ext/simplexml/tests/
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)
H A DSimpleXMLElement_asXML_fragment_filename.phpt18 // Note: the strange indent is correct: the indent text node preceding container2 is not emitted.
/php-src/ext/dom/tests/delayed_freeing/
H A Dcomment_node.phpt2 Delayed freeing comment node
H A Ddtd_node.phpt2 Delayed freeing dtd node
/php-src/ext/dom/tests/modern/spec/
H A Dclone_dtd_node.phpt2 Cloning a dtd node
H A DDocument_importNode_not_supported.phpt2 Document::importNode() with unsupported node type
H A DNode_normalize.phpt17 * Add another text node to title. Calculate the number of title text nodes (2).
39 // add a second text node to title
/php-src/Zend/tests/
H A Dremove_predecessor_of_pi_node.phpt2 Regression test for incorrect update of pi node users when removing a predecessor block
H A Dbug78502.phpt26 tree_map($tree, 'children', function ($node) {});
/php-src/ext/tidy/tests/
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-src/ext/xmlreader/tests/
H A D006.phpt15 // 2 read to get on the 2nd node
H A D015.phpt24 // Find the book node
45 // Node pointer should still be aat the last valid node
/php-src/ext/simplexml/
H A Dphp_simplexml.h54 php_libxml_node_ptr *node; member
/php-src/ext/dom/
H A Ddomimplementation.c151 zval *node = NULL; in PHP_METHOD() local
162 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "|s!sO!", &uri, &uri_len, &name, &name_len, &node, dom_… in PHP_METHOD()
166 if (node != NULL) { in PHP_METHOD()
167 DOM_GET_OBJ(doctype, node, xmlDtdPtr, doctobj); in PHP_METHOD()

Completed in 35 milliseconds

1...<<11121314