Home
last modified time | relevance | path

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

12345

/PHP-5.5/ext/dom/tests/
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-5.5/ext/simplexml/tests/
H A Dbug41861.phpt2 Bug #41861 (getNamespaces() returns the namespaces of a node's siblings)
/PHP-5.5/ext/dom/
H A Dconfig.m425 element.c node.c string_extend.c characterdata.c \
H A Ddom.dsp182 SOURCE=.\node.c
/PHP-5.5/ext/soap/
H A Dsoap.c3856 if (node) {
3857 *node = method;
4014 xmlAddChild(param, node);
4018 xmlNodeSetContent(node, code);
4040 node = xmlNewChild(node, ns, BAD_CAST("Value"), NULL);
4053 node = master_to_xml(get_conversion(IS_STRING), *tmp, SOAP_LITERAL, node TSRMLS_CC);
4055 xmlSetNs(node, ns);
4060 xmlNodePtr node; local
4070 xmlAddChild(param, node);
4568 xmlNodePtr node = params; local
[all …]
H A Dphp_sdl.c49 encodePtr get_encoder_from_prefix(sdlPtr sdl, xmlNodePtr node, const xmlChar *type) in get_encoder_from_prefix() argument
56 nsptr = xmlSearchNs(node->doc, node, BAD_CAST(ns)); in get_encoder_from_prefix()
70 static sdlTypePtr get_element(sdlPtr sdl, xmlNodePtr node, const xmlChar *type) in get_element() argument
80 nsptr = xmlSearchNs(node->doc, node, BAD_CAST(ns)); in get_element()
214 static int is_wsdl_element(xmlNodePtr node) in is_wsdl_element() argument
216 if (node->ns && strcmp((char*)node->ns->href, WSDL_NAMESPACE) != 0) { in is_wsdl_element()
218 if ((attr = get_attribute_ex(node->properties, "required", WSDL_NAMESPACE)) != NULL && in is_wsdl_element()
222 soap_error1(E_ERROR, "Parsing WSDL: Unknown required WSDL extension '%s'", node->ns->href); in is_wsdl_element()
561 static void wsdl_soap_binding_body(sdlCtx* ctx, xmlNodePtr node, char* wsdl_soap_namespace, sdlSoap… in wsdl_soap_binding_body() argument
566 trav = node->children; in wsdl_soap_binding_body()
H A Dphp_schema.c982 void schema_min_max(xmlNodePtr node, sdlContentModelPtr model) in schema_min_max() argument
984 xmlAttrPtr attr = get_attribute(node->properties, "minOccurs"); in schema_min_max()
992 attr = get_attribute(node->properties, "maxOccurs"); in schema_min_max()
2108 xmlNodePtr node; in schema_attribute_fixup() local
2112 …zend_hash_copy(attr->extraAttributes, (*tmp)->extraAttributes, copy_extra_attribute, &node, sizeof… in schema_attribute_fixup()
2156 xmlNodePtr node; in schema_attributegroup_fixup() local
2159 … zend_hash_copy(ht, newAttr->extraAttributes, copy_extra_attribute, &node, sizeof(xmlNodePtr)); in schema_attributegroup_fixup()
/PHP-5.5/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-5.5/ext/pdo/
H A Dconfig.m447 Please follow the instructions at: http://netevil.org/node.php?nid=202
/PHP-5.5/ext/xmlreader/
H A Dphp_xmlreader.c1137 xmlNode *node, *nodec; in PHP_METHOD() local
1146 NODE_GET_OBJ(node, basenode, xmlNodePtr, domobj); in PHP_METHOD()
1147 docp = node->doc; in PHP_METHOD()
1153 node = xmlTextReaderExpand(intern->ptr); in PHP_METHOD()
1155 if (node == NULL) { in PHP_METHOD()
1159 nodec = xmlDocCopyNode(node, docp, 1); in PHP_METHOD()
/PHP-5.5/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()
731 const char *node = "family"; in from_zval_write_sockaddr_aux() local
732 zend_llist_add_element(&ctx->keys, &node); in from_zval_write_sockaddr_aux()
/PHP-5.5/Zend/
H A Dzend_execute.h384 ZEND_API zval *zend_get_zval_ptr(int op_type, const znode_op *node, const zend_execute_data *execut…
385 ZEND_API zval **zend_get_zval_ptr_ptr(int op_type, const znode_op *node, const zend_execute_data *e…
/PHP-5.5/ext/mbstring/oniguruma/
H A DHISTORY62 2007/06/13: [impl] change node type reference NXXXX.
63 2007/06/11: [impl] add node type bit.
65 2007/06/11: [impl] rename node types.
203 don't expand and set ambig flag to the string node.
269 2006/10/06: [impl] expand string node by case fold variations.
1015 for EFFECT_MEMORY type node in setup_tree().
1427 should not double free node at the case TK_CC_CC_OPEN
1684 2003/03/05: [impl] add EFFECT_MEMORY node reference count check
1691 2003/03/04: [impl] add CALL-node info in optimize_node_left().
1882 2002/12/16: [impl] remove node subtype EFFECT_EMPTY.
[all …]
/PHP-5.5/ext/mbstring/oniguruma/doc/
H A DAPI388 Return the root node of capture history data tree.
/PHP-5.5/
H A DNEWS336 node name). (Christoph Michael Becker)
1222 . Fixed bug #66084 (simplexml_load_string() mangles empty node name)
2782 . Implemented FR #55218 Get namespaces from current node. (Lonny)
4190 . Fixed bug #54601 (Removing the doctype node segfaults). (Hannes)
5206 - Changed tidyNode class to disallow manual node creation. (Pierrick)
5223 single text node when using libxml2.7.3+. (Kalle)
6066 - Added DOMNode::getLineNo to get line number of parsed node. (Rob)
7280 - Fixed bug #42112 (deleting a node produces memory corruption). (Rob)
7325 - Fixed bug #41833 (addChild() on a non-existent node, no node created,
7686 node). (Tony)
[all …]
H A Dphp.ini-development1260 ; Notification (FAN) events generated when a database node fails. The
H A Dphp.ini-production1260 ; Notification (FAN) events generated when a database node fails. The
/PHP-5.5/win32/
H A Dphp5dllts.dsp571 SOURCE=..\ext\dom\node.c
H A Dinstall.txt426 Windows 2000/XP). Then right click on your Web server node (this will
/PHP-5.5/ext/fileinfo/tests/
H A Dmagic10843 # javascript: magic for javascript and node.js scripts.
10845 0 search/1/w #!/bin/node Node.js script text executable
10847 0 search/1/w #!/usr/bin/node Node.js script text executable
10853 0 search/1 #!/usr/bin/env\ node Node.js script text executable
/PHP-5.5/ext/pcre/pcrelib/doc/
H A Dpcre.txt1425 If a leaf node is reached, a matching string has been found, and at
8581 where the local data of the current node is pushed before checking its
/PHP-5.5/ext/sqlite3/libsqlite/
H A Dsqlite3.c154239 RtreeNode node;
154244 memset(&node, 0, sizeof(RtreeNode));
154248 node.zData = (u8 *)sqlite3_value_blob(apArg[1]);
154250 for(ii=0; ii<NCELL(&node); ii++){
154256 nodeGetCell(&tree, &node, ii, &cell);

Completed in 435 milliseconds

12345