Home
last modified time | relevance | path

Searched refs:node (Results 101 – 125 of 131) sorted by relevance

123456

/PHP-7.0/ext/simplexml/tests/
H A Dbug66084_1.phpt2 Bug #66084 simplexml_load_string() mangles empty node name, json variant
H A Dbug27010.phpt2 Bug #27010 (segfault and node text not displayed when returned from children())
H A Dbug66084_0.phpt2 Bug #66084 simplexml_load_string() mangles empty node name, var_dump variant
H A Dbug41861.phpt2 Bug #41861 (getNamespaces() returns the namespaces of a node's siblings)
/PHP-7.0/ext/dom/tests/
H A DDOMNode_hasChildNodes_basic.phpt2 Test whether a node has child nodes: hasChildNodes()
H A DDOMNode_insertBefore_error2.phpt26 // getting a sibling as reference node to insert
H A DDOMNode_insertBefore_error5.phpt26 // creating a new node (descendant) and getting it as the refnode
H A Ddom001.phpt2 Test 1: Accessing single node
29 // The last node should be identical with the last entry in the children array
34 // The parent of this last node is the root again
/PHP-7.0/ext/dom/
H A Dconfig.w3214 node.c string_extend.c characterdata.c documenttype.c \
H A Dconfig.m425 element.c node.c string_extend.c characterdata.c \
/PHP-7.0/ext/opcache/
H A Dzend_persist.c251 zend_ast *node; in zend_persist_ast() local
256 node = (zend_ast *) copy; in zend_persist_ast()
266 node = (zend_ast *) copy; in zend_persist_ast()
269node = zend_accel_memdup(ast, sizeof(zend_ast) - sizeof(zend_ast *) + sizeof(zend_ast *) * childre… in zend_persist_ast()
271 if (node->child[i]) { in zend_persist_ast()
272 node->child[i] = zend_persist_ast(node->child[i]); in zend_persist_ast()
278 return node; in zend_persist_ast()
/PHP-7.0/ext/soap/
H A Dsoap.c3850 if (node) {
3851 *node = method;
4005 xmlAddChild(param, node);
4009 xmlNodeSetContent(node, code);
4030 node = xmlNewChild(node, ns, BAD_CAST("Value"), NULL);
4043 node = master_to_xml(get_conversion(IS_STRING), tmp, SOAP_LITERAL, node);
4045 xmlSetNs(node, ns);
4050 xmlNodePtr node; local
4060 xmlAddChild(param, node);
4551 xmlNodePtr node = params; local
[all …]
H A Dphp_sdl.c50 encodePtr get_encoder_from_prefix(sdlPtr sdl, xmlNodePtr node, const xmlChar *type) in get_encoder_from_prefix() argument
57 nsptr = xmlSearchNs(node->doc, node, BAD_CAST(ns)); in get_encoder_from_prefix()
71 static sdlTypePtr get_element(sdlPtr sdl, xmlNodePtr node, const xmlChar *type) in get_element() argument
81 nsptr = xmlSearchNs(node->doc, node, BAD_CAST(ns)); in get_element()
212 static int is_wsdl_element(xmlNodePtr node) in is_wsdl_element() argument
214 if (node->ns && strcmp((char*)node->ns->href, WSDL_NAMESPACE) != 0) { in is_wsdl_element()
216 if ((attr = get_attribute_ex(node->properties, "required", WSDL_NAMESPACE)) != NULL && in is_wsdl_element()
220 soap_error1(E_ERROR, "Parsing WSDL: Unknown required WSDL extension '%s'", node->ns->href); in is_wsdl_element()
557 static void wsdl_soap_binding_body(sdlCtx* ctx, xmlNodePtr node, char* wsdl_soap_namespace, sdlSoap… in wsdl_soap_binding_body() argument
562 trav = node->children; in wsdl_soap_binding_body()
H A Dphp_schema.c984 void schema_min_max(xmlNodePtr node, sdlContentModelPtr model) in schema_min_max() argument
986 xmlAttrPtr attr = get_attribute(node->properties, "minOccurs"); in schema_min_max()
994 attr = get_attribute(node->properties, "maxOccurs"); in schema_min_max()
/PHP-7.0/ext/standard/tests/array/
H A Darray_shift_variation8.phpt13 * (e.g. working with linked node trees), beware that array_shift() may not work as you expect:
/PHP-7.0/ext/xmlreader/
H A Dphp_xmlreader.c1127 xmlNode *node, *nodec; in PHP_METHOD() local
1136 NODE_GET_OBJ(node, basenode, xmlNodePtr, domobj); in PHP_METHOD()
1137 docp = node->doc; in PHP_METHOD()
1143 node = xmlTextReaderExpand(intern->ptr); in PHP_METHOD()
1145 if (node == NULL) { in PHP_METHOD()
1149 nodec = xmlDocCopyNode(node, docp, 1); in PHP_METHOD()
/PHP-7.0/ext/pdo/
H A Dconfig.m447 Please follow the instructions at: http://netevil.org/node.php?nid=202
/PHP-7.0/ext/sockets/
H A Dconversions.c146 const char **node; in do_from_to_zval_err() local
155 for (node = zend_llist_get_first_ex(keys, &pos); in do_from_to_zval_err()
156 node != NULL; in do_from_to_zval_err()
157 node = zend_llist_get_next_ex(keys, &pos)) { in do_from_to_zval_err()
158 smart_str_appends(&path, *node); in do_from_to_zval_err()
711 const char *node = "family"; in from_zval_write_sockaddr_aux() local
712 zend_llist_add_element(&ctx->keys, &node); in from_zval_write_sockaddr_aux()
/PHP-7.0/ext/mbstring/oniguruma/
H A DHISTORY86 2007/06/13: [impl] change node type reference NXXXX.
87 2007/06/11: [impl] add node type bit.
89 2007/06/11: [impl] rename node types.
227 don't expand and set ambig flag to the string node.
293 2006/10/06: [impl] expand string node by case fold variations.
1039 for EFFECT_MEMORY type node in setup_tree().
1451 should not double free node at the case TK_CC_CC_OPEN
1708 2003/03/05: [impl] add EFFECT_MEMORY node reference count check
1715 2003/03/04: [impl] add CALL-node info in optimize_node_left().
1906 2002/12/16: [impl] remove node subtype EFFECT_EMPTY.
[all …]
/PHP-7.0/Zend/
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_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()
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()
/PHP-7.0/ext/mbstring/oniguruma/doc/
H A DAPI388 Return the root node of capture history data tree.
/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)

Completed in 142 milliseconds

123456