Home
last modified time | relevance | path

Searched refs:node (Results 101 – 125 of 131) sorted by last modified time

123456

/PHP-7.0/ext/dom/
H A Dnode.c898 node = newchild; in _php_dom_insert_fragment()
912 node = node->next; in _php_dom_insert_fragment()
1178 zval *id, *node; in PHP_FUNCTION() local
1229 zval *id, *node; in PHP_FUNCTION() local
1359 xmlNode *n, *node; in PHP_FUNCTION() local
1372 if (!node) { in PHP_FUNCTION()
1396 node->ns = ns; in PHP_FUNCTION()
1400 node->properties = xmlCopyPropList(node, n->properties); in PHP_FUNCTION()
1499 zval *id, *node; in PHP_FUNCTION() local
1722 ctxp->node = NULL; in dom_canonicalization()
[all …]
H A Dphp_dom.c120 switch (node->type) { in dom_node_is_read_only()
144 switch (node->type) { in dom_node_children_valid()
469 if (intern->node) { in php_dom_export_node()
470 nodep = intern->node->node; in php_dom_export_node()
481 zval *node; in PHP_FUNCTION() local
513 if (node != NULL) { in dom_objects_store_clone_obj()
514 xmlNodePtr cloned_node = xmlDocCopyNode(node, node->doc, 1); in dom_objects_store_clone_obj()
1001 node = node->next; in node_list_unlink()
1512 if (node == NULL) in dom_get_nsdecl()
1516 cur = node->nsDef; in dom_get_nsdecl()
[all …]
H A Dphp_dom.h110 void node_list_unlink(xmlNodePtr node);
112 xmlNsPtr dom_get_ns(xmlNodePtr node, char *uri, int *errorcode, char *prefix);
114 xmlNsPtr dom_get_nsdecl(xmlNode *node, xmlChar *localName);
120 int dom_node_is_read_only(xmlNodePtr node);
121 int dom_node_children_valid(xmlNodePtr node);
139 if (__intern->ptr == NULL || !(__ptr = (__prtype)((php_libxml_node_ptr *)__intern->ptr)->node)) { \
H A Dcharacterdata.c158 xmlNodePtr node; in PHP_FUNCTION() local
169 cur = xmlNodeGetContent(node); in PHP_FUNCTION()
240 xmlNodePtr node; in PHP_FUNCTION() local
253 cur = xmlNodeGetContent(node); in PHP_FUNCTION()
270 xmlNodeSetContent(node, first); in PHP_FUNCTION()
272 xmlNodeAddContent(node, second); in PHP_FUNCTION()
289 xmlNodePtr node; in PHP_FUNCTION() local
300 cur = xmlNodeGetContent(node); in PHP_FUNCTION()
326 xmlNodeSetContent(node, substring); in PHP_FUNCTION()
344 xmlNodePtr node; in PHP_FUNCTION() local
[all …]
H A Dconfig.m425 element.c node.c string_extend.c characterdata.c \
H A Dconfig.w3214 node.c string_extend.c characterdata.c documenttype.c \
H A Ddocument.c698 xmlNode *node; in PHP_FUNCTION() local
717 if (!node) { in PHP_FUNCTION()
732 xmlNode *node; in PHP_FUNCTION() local
744 if (!node) { in PHP_FUNCTION()
773 if (!node) { in PHP_FUNCTION()
802 if (!node) { in PHP_FUNCTION()
831 if (!node) { in PHP_FUNCTION()
865 if (!node) { in PHP_FUNCTION()
901 if (!node) { in PHP_FUNCTION()
936 if (!node) { in PHP_FUNCTION()
[all …]
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()
166 xmlNodePtr curnode = (xmlNodePtr)((php_libxml_node_ptr *)intern->ptr)->node; in php_dom_iterator_current_key()
208 curnode = (xmlNodePtr)((php_libxml_node_ptr *)intern->ptr)->node; in php_dom_iterator_move_forward()
/PHP-7.0/Zend/
H A Dzend_generators.c282 …zend_generator *root = (generator->node.children < 1 ? generator : generator->node.ptr.leaf)->node in zend_generator_check_placeholder_frame()
323 switch (node->children) { in zend_generator_get_child()
349 node = &node->child.array[0].child->node; in zend_generator_search_multi_children_node()
351 return node->children > 1 ? node : NULL; in zend_generator_search_multi_children_node()
356 if (node->children < 4) { in zend_generator_add_single_child()
357 node->child.array[node->children].leaf = leaf; in zend_generator_add_single_child()
358 node->child.array[node->children].child = child; in zend_generator_add_single_child()
376 node->children++; in zend_generator_add_single_child()
397 zend_generator *leaf = child->node.children ? child->node.ptr.leaf : child; in zend_generator_add_child()
403 leaf->node.ptr.root = generator->node.ptr.root; in zend_generator_add_child()
[all …]
H A Dzend_generators.h87 zend_generator_node node; member
115 if (EXPECTED(generator->node.parent == NULL)) { in zend_generator_get_current()
120 leaf = generator->node.children ? generator->node.ptr.leaf : generator; in zend_generator_get_current()
121 root = leaf->node.ptr.root; in zend_generator_get_current()
123 if (EXPECTED(root->execute_data && root->node.parent == NULL)) { in zend_generator_get_current()
H A Dzend_execute.c55 #define get_zval_ptr(op_type, node, ex, should_free, type) _get_zval_ptr(op_type, node, ex, should_… argument
56 #define get_zval_ptr_deref(op_type, node, ex, should_free, type) _get_zval_ptr_deref(op_type, node,… argument
57 #define get_zval_ptr_r(op_type, node, ex, should_free) _get_zval_ptr_r(op_type, node, ex, should_fr… argument
58 #define get_zval_ptr_r_deref(op_type, node, ex, should_free) _get_zval_ptr_r_deref(op_type, node, e… argument
60 #define get_zval_ptr_ptr(op_type, node, ex, should_free, type) _get_zval_ptr_ptr(op_type, node, ex,… argument
62 #define get_obj_zval_ptr(op_type, node, ex, should_free, type) _get_obj_zval_ptr(op_type, node, ex,… argument
427 return EX_CONSTANT(node); in _get_zval_ptr()
448 return EX_CONSTANT(node); in _get_zval_ptr_r()
469 return EX_CONSTANT(node); in _get_zval_ptr_deref()
490 return EX_CONSTANT(node); in _get_zval_ptr_r_deref()
[all …]
H A Dzend_execute.h321 ZEND_API zval *zend_get_zval_ptr(int op_type, const znode_op *node, const zend_execute_data *execut…
H A Dzend_compile.c2143 static inline void zend_handle_numeric_op(znode *node) /* {{{ */ in zend_handle_numeric_op() argument
2145 if (node->op_type == IS_CONST && Z_TYPE(node->u.constant) == IS_STRING) { in zend_handle_numeric_op()
2148 if (ZEND_HANDLE_NUMERIC(Z_STR(node->u.constant), index)) { in zend_handle_numeric_op()
2149 zval_ptr_dtor(&node->u.constant); in zend_handle_numeric_op()
2150 ZVAL_LONG(&node->u.constant, index); in zend_handle_numeric_op()
2279 static void zend_separate_if_call_and_write(znode *node, zend_ast *ast, uint32_t type) /* {{{ */ in zend_separate_if_call_and_write() argument
2282 if (node->op_type == IS_VAR) { in zend_separate_if_call_and_write()
2283 zend_op *opline = zend_emit_op(NULL, ZEND_SEPARATE, node, NULL); in zend_separate_if_call_and_write()
H A Dzend_compile.h102 znode node; member
532 (node).jmp_addr
536 (node).jmp_addr = (op_array)->opcodes + (node).opline_num; \
541 (node).opline_num = (node).jmp_addr - (op_array)->opcodes; \
552 (node).jmp_offset = ZEND_OPLINE_NUM_TO_OFFSET(op_array, opline, (node).opline_num); \
557 (node).opline_num = ZEND_OFFSET_TO_OPLINE_NUM(op_array, opline, (node).jmp_offset); \
566 # define CT_CONSTANT(node) \ argument
573 (node).zv
577 (node).zv = CT_CONSTANT_EX(op_array, (node).constant); \
582 (node).constant = (node).zv - (op_array)->literals; \
[all …]
H A Dzend_ast.c49 ZEND_API zend_ast *zend_ast_create_znode(znode *node) { in zend_ast_create_znode() argument
56 ast->node = *node; in zend_ast_create_znode()
/PHP-7.0/Zend/tests/
H A Dgc_017.phpt16 function insert($node) {
17 $node->parent = $this;
18 $this->children[] = $node;
/PHP-7.0/ext/xmlrpc/libxmlrpc/
H A Dqueue.h32 } node ; typedef
38 node *head, *tail, *cursor;
44 node *loc ;
85 #define Q_Iter_Next_F(qi) (qi ? (q_iter)((node*)qi)->next : NULL)
86 #define Q_Iter_Prev_F(qi) (qi ? (q_iter)((node*)qi)->prev : NULL)
87 #define Q_Iter_Get_F(qi) (qi ? ((node*)qi)->data : NULL)
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);
/PHP-7.0/ext/standard/tests/misc/
H A Duser_agents.txt951 node-fetch/1.0 (+https://github.com/bitinn/node-fetch)
H A Dget_browser_variation3.phpt1915 Agent node-fetch/1.0 (+https://github.com/bitinn/node-fetch)
/PHP-7.0/ext/spl/tests/
H A Dbug54971.phpt12 <node>val1</node>
13 <node>val2</node>
22 $items = $xpath->query('//node');
H A Dbug65328.phpt40 /** @var Node $node */
41 foreach($iterator as $node) {
42 if($node->getUid() === $uid) {
43 return $node;
58 /** @var Node $node */
60 if($node->getUid() == $uid) {
61 $result->push($node);
200 * @param Node $node
206 $headNode = $node;
208 $headNode = $node;
[all …]
/PHP-7.0/ext/simplexml/tests/
H A Dbug61335.phpt2 Bug #61335 - Access to array node returns wrong truth value

Completed in 206 milliseconds

123456