Home
last modified time | relevance | path

Searched refs:node (Results 51 – 75 of 123) sorted by relevance

12345

/PHP-5.5/ext/dom/tests/
H A DDOMNode_getNodePath_basic.phpt13 foreach($nodes as $node) {
14 var_dump($node->getNodePath());
H A DDOMNode_insertBefore_error3.phpt6 This test checks the error message is raised when refnode is the parent node
26 // getting the parent node as reference node to insert
H A Dbug37277.phpt12 $node = clone $dom1->documentElement;
15 $dom2->appendChild($dom2->importNode($node->cloneNode(true), TRUE));
H A DDOMNode_C14N_basic.phpt25 $node = $doc->getElementsByTagName('title')->item(0);
26 var_dump($node->C14N());
H A DDOMNode_C14NFile_basic.phpt26 $node = $doc->getElementsByTagName('title')->item(0);
27 var_dump($node->C14NFile($output));
H A DDOMNode_replaceChild_basic.phpt2 Replacing a child node
14 // Replaces the child node oldChild with newChild in the list of children, and
15 // returns the oldChild node.
H A DDOMNode_insertBefore_error4.phpt6 This test checks the error message is raised when the refnode is a brand new node
26 // could be a brand new node
H A Ddom_xinclude.phpt23 foreach ($dom->documentElement->childNodes as $node) {
24 print $node->nodeName."\n";
H A DDOMNode_hasChildNodes.phpt24 echo "Remove node and save\n";
43 Remove node and save
H A Dbug28721.phpt7 function print_node(DomNode $node) {
8 echo "name (value): " . $node->nodeName . " (" . $node->nodeValue . ")\n";
11 function print_node_r(DomNode $node) {
14 print_node($node);
17 if ( $node->parentNode )
18 print_node($node->parentNode);
23 if ( $node->previousSibling )
24 print_node($node->previousSibling);
29 if ( $node->nextSibling )
30 print_node($node->nextSibling);
[all …]
/PHP-5.5/ext/xsl/
H A Dxsltprocessor.c271 nsparent = node->_private; in xsl_ext_function_php()
273 if (node->children) { in xsl_ext_function_php()
276 if (node->children) { in xsl_ext_function_php()
277 node = xmlNewDocNode(node->doc, NULL, (char *) node->children, node->name); in xsl_ext_function_php()
279 node = xmlNewDocNode(node->doc, NULL, "xmlns", node->name); in xsl_ext_function_php()
282 node->parent = nsparent; in xsl_ext_function_php()
283 node->ns = curns; in xsl_ext_function_php()
285 node = xmlDocCopyNodeList(domintern->document->ptr, node); in xsl_ext_function_php()
488 xmlNodePtr node = NULL; in php_xsl_apply_stylesheet() local
502 if (node) { in php_xsl_apply_stylesheet()
[all …]
/PHP-5.5/ext/dom/
H A Dnode.c970 node = newchild; in _php_dom_insert_fragment()
984 node = node->next; in _php_dom_insert_fragment()
1250 zval *id, *node; in PHP_FUNCTION() local
1301 zval *id, *node; in PHP_FUNCTION() local
1431 xmlNode *n, *node; in PHP_FUNCTION() local
1444 if (!node) { in PHP_FUNCTION()
1468 node->ns = ns; in PHP_FUNCTION()
1472 node->properties = xmlCopyPropList(node, n->properties); in PHP_FUNCTION()
1571 zval *id, *node; in PHP_FUNCTION() local
1792 ctxp->node = NULL; in dom_canonicalization()
[all …]
H A Dxml_common.h65 if (__intern->node == NULL || !(__ptr = (__prtype)__intern->node->node)) { \
H A Ddom_iterators.c35 xmlNode *node; member
52 if(priv->node == NULL) { in itemHashScanner()
53 priv->node = (xmlNode *)payload; in itemHashScanner()
93 iter->node = NULL; in php_dom_libxml_hash_iter()
95 nodep = iter->node; in php_dom_libxml_hash_iter()
171 xmlNodePtr curnode = (xmlNodePtr)((php_libxml_node_ptr *)intern->ptr)->node; in php_dom_iterator_current_key()
211 curnode = (xmlNodePtr)((php_libxml_node_ptr *)intern->ptr)->node; in php_dom_iterator_move_forward()
H A Dphp_dom.c112 switch (node->type) { in dom_node_is_read_only()
136 switch (node->type) { in dom_node_children_valid()
557 nodep = intern->node->node; in php_dom_export_node()
568 zval *node; in PHP_FUNCTION() local
1054 node = node->next; in node_list_unlink()
1174 xmlNodePtr node; in dom_objects_clone() local
1181 if (node != NULL) { in dom_objects_clone()
1182 cloned_node = xmlDocCopyNode(node, node->doc, 1); in dom_objects_clone()
1651 if (node == NULL) in dom_get_nsdecl()
1655 cur = node->nsDef; in dom_get_nsdecl()
[all …]
H A Ddomimplementation.c153 zval *node = NULL; in PHP_METHOD() local
163 …ers(ZEND_NUM_ARGS() TSRMLS_CC, "|ssO", &uri, &uri_len, &name, &name_len, &node, dom_documenttype_c… in PHP_METHOD()
167 if (node != NULL) { in PHP_METHOD()
168 DOM_GET_OBJ(doctype, node, xmlDtdPtr, doctobj); in PHP_METHOD()
/PHP-5.5/ext/soap/
H A Dphp_encoding.c534 return node; in master_to_xml_int()
1327 node = node->next; in model_to_zval_any()
1370 node = node->next; in model_to_zval_any()
1384 if (node) { in model_to_zval_object()
1414 if (node && node->children && node->children->content) { in model_to_zval_object()
3480 while (node) { in xmlSearchNsPrefixByHref()
3497 cur = node->ns; in xmlSearchNsPrefixByHref()
3507 node = node->parent; in xmlSearchNsPrefixByHref()
3520 xmlns = xmlSearchNsByHref(node->doc, node, BAD_CAST(ns)); in encode_add_ns()
3522 xmlns = xmlSearchNsPrefixByHref(node->doc, node, BAD_CAST(ns)); in encode_add_ns()
[all …]
/PHP-5.5/ext/simplexml/tests/
H A D018.phpt31 foreach($xml->children() as $name => $node) {
33 foreach($node->attributes() as $attr => $value) {
37 traverse_xml($pad." ",$node);
H A D026.phpt22 foreach($xml->children() as $node)
24 traverse_xml($node, $pad.' ');
H A D028.phpt20 foreach($xml->children() as $node)
22 traverse_xml($node, $pad.' ');
/PHP-5.5/ext/tidy/
H A Dtidy.c199 TidyNode node; member
871 switch(tidyNodeGetType(obj->node)) { in tidy_add_default_properties()
882 tempattr = tidyAttrFirst(obj->node); in tidy_add_default_properties()
901 tempnode = tidyGetChild(obj->node); in tidy_add_default_properties()
910 newobj->node = tempnode; in tidy_add_default_properties()
969 TidyNode node; in php_tidy_create_node() local
994 if (!node) { in php_tidy_create_node()
1002 newobj->node = node; in php_tidy_create_node()
1713 if (tidyGetChild(obj->node)) { in TIDY_NODE_METHOD()
1727 if (obj->node && tidyGetNext(obj->node)) { in TIDY_NODE_METHOD()
[all …]
/PHP-5.5/ext/interbase/
H A Dibase_events.c46 ibase_event **node; in _php_ibase_free_event() local
54 for (node = &event->link->event_head; *node != event; node = &(*node)->event_next); in _php_ibase_free_event()
55 *node = event->event_next; in _php_ibase_free_event()
/PHP-5.5/ext/xmlrpc/libxmlrpc/
H A Dxml_to_dandarpc.h41 xml_element* DANDARPC_VALUE_to_xml_element(XMLRPC_VALUE node);
H A Dxml_to_soap.h41 xml_element* SOAP_VALUE_to_xml_element(XMLRPC_VALUE node);
H A Dxml_to_xmlrpc.h42 xml_element* XMLRPC_VALUE_to_xml_element(XMLRPC_VALUE node);

Completed in 82 milliseconds

12345