Home
last modified time | relevance | path

Searched refs:tree (Results 1 – 25 of 38) sorted by last modified time

12

/PHP-7.4/ext/fileinfo/
H A Dlibmagic.patch2803 - /* Avoid MAGIC constant - it likely points to a file within MSys tree */
/PHP-7.4/ext/ffi/tests/
H A Dbug79576.phpt11 FFI::cdef('struct tree *get_tree(const oid *, size_t, struct tree *);');
16 FFI::cdef('struct tree *get_tree(oid, size_t, struct tree *);');
/PHP-7.4/ext/dom/
H A Delement.c697 static xmlNsPtr _dom_new_reconNs(xmlDocPtr doc, xmlNodePtr tree, xmlNsPtr ns) /* {{{ */ in _dom_new_reconNs() argument
703 if ((tree == NULL) || (ns == NULL) || (ns->type != XML_NAMESPACE_DECL)) { in _dom_new_reconNs()
717 def = xmlSearchNs(doc, tree, prefix); in _dom_new_reconNs()
725 def = xmlSearchNs(doc, tree, prefix); in _dom_new_reconNs()
731 def = xmlNewNs(tree, ns->href, prefix); in _dom_new_reconNs()
H A Ddocumentfragment.c79 static void php_dom_xmlSetTreeDoc(xmlNodePtr tree, xmlDocPtr doc) /* {{{ */ in php_dom_xmlSetTreeDoc() argument
84 if (tree) { in php_dom_xmlSetTreeDoc()
85 if(tree->type == XML_ELEMENT_NODE) { in php_dom_xmlSetTreeDoc()
86 prop = tree->properties; in php_dom_xmlSetTreeDoc()
99 if (tree->children != NULL) { in php_dom_xmlSetTreeDoc()
100 cur = tree->children; in php_dom_xmlSetTreeDoc()
106 tree->doc = doc; in php_dom_xmlSetTreeDoc()
/PHP-7.4/ext/imap/
H A Dphp_imap.c4801 static void build_thread_tree_helper(THREADNODE *cur, zval *tree, long *numNodes, char *buf) in build_thread_tree_helper() argument
4808 add_assoc_long(tree, buf, cur->num); in build_thread_tree_helper()
4813 add_assoc_long(tree, buf, *numNodes); in build_thread_tree_helper()
4814 build_thread_tree_helper(cur->next, tree, numNodes, buf); in build_thread_tree_helper()
4816 add_assoc_long(tree, buf, 0); in build_thread_tree_helper()
4822 add_assoc_long(tree, buf, *numNodes); in build_thread_tree_helper()
4823 build_thread_tree_helper(cur->branch, tree, numNodes, buf); in build_thread_tree_helper()
4825 add_assoc_long(tree, buf, 0); in build_thread_tree_helper()
4832 static int build_thread_tree(THREADNODE *top, zval **tree) in build_thread_tree() argument
4837 array_init(*tree); in build_thread_tree()
[all …]
/PHP-7.4/
H A Dphp.ini-development801 ; of the web tree and people will not be able to circumvent .htaccess security.
H A Dphp.ini-production801 ; of the web tree and people will not be able to circumvent .htaccess security.
/PHP-7.4/win32/build/
H A Dconfig.w3224 // stick objects somewhere outside of the source tree
H A Dconfig.w32.phpize.in24 // stick objects somewhere outside of the source tree
/PHP-7.4/docs/
H A Drelease-process.md136 12. Run: `./scripts/dev/makedist php-7.4.0RC2`, this will export the tree,
/PHP-7.4/ext/libxml/
H A Dconfig.w329 …CHECK_HEADER_ADD_INCLUDE("libxml/tree.h", "CFLAGS_LIBXML", PHP_PHP_BUILD + "\\include\\libxml2") &&
/PHP-7.4/sapi/phpdbg/
H A Dphpdbg_btree.c36 tree->depth = depth; in phpdbg_btree_init()
37 tree->branch = NULL; in phpdbg_btree_init()
38 tree->persistent = 0; in phpdbg_btree_init()
39 tree->count = 0; in phpdbg_btree_init()
127 pos.tree = tree; in phpdbg_btree_find_between()
169 tree->count++; in phpdbg_btree_insert_or_update()
202 tree->count--; in phpdbg_btree_delete()
205 pefree(tree->branch, tree->persistent); in phpdbg_btree_delete()
243 phpdbg_btree_clean_recursive(tree->branch, tree->depth, tree->persistent); in phpdbg_btree_clean()
245 tree->count = 0; in phpdbg_btree_clean()
[all …]
H A Dphpdbg_btree.h45 phpdbg_btree *tree; member
50 void phpdbg_btree_init(phpdbg_btree *tree, zend_ulong depth);
51 void phpdbg_btree_clean(phpdbg_btree *tree);
52 phpdbg_btree_result *phpdbg_btree_find(phpdbg_btree *tree, zend_ulong idx);
53 phpdbg_btree_result *phpdbg_btree_find_closest(phpdbg_btree *tree, zend_ulong idx);
56 int phpdbg_btree_delete(phpdbg_btree *tree, zend_ulong idx);
62 int phpdbg_btree_insert_or_update(phpdbg_btree *tree, zend_ulong idx, void *ptr, int flags);
63 #define phpdbg_btree_insert(tree, idx, ptr) phpdbg_btree_insert_or_update(tree, idx, ptr, PHPDBG_BT… argument
64 #define phpdbg_btree_update(tree, idx, ptr) phpdbg_btree_insert_or_update(tree, idx, ptr, PHPDBG_BT… argument
65 #define phpdbg_btree_overwrite(tree, idx, ptr) phpdbg_btree_insert_or_update(tree, idx, ptr, PHPDBG… argument
[all …]
/PHP-7.4/ext/snmp/tests/
H A Dsnmp2_real_walk.phpt85 …'%s': No more variables left in this MIB View (It is past the end of the MIB tree) in %s on line %d
H A Dsnmp2_walk.phpt98 …'%s': No more variables left in this MIB View (It is past the end of the MIB tree) in %s on line %d
/PHP-7.4/scripts/dev/
H A Dmakedist24 makedist [options] <tree-ish>
30 <tree-ish> The Git tree or Git commit to produce an archive for. This
/PHP-7.4/ext/xsl/
H A Dconfig.w329 && CHECK_HEADER_ADD_INCLUDE("libxml/tree.h", "CFLAGS_XSL", PHP_PHP_BUILD + "\\include\\libxml2")
/PHP-7.4/ext/xml/
H A Dconfig.w329 CHECK_HEADER_ADD_INCLUDE("libxml/tree.h", "CFLAGS_XML", PHP_PHP_BUILD + "\\include\\libxml2")
/PHP-7.4/ext/xmlreader/
H A Dconfig.w328 CHECK_HEADER_ADD_INCLUDE("libxml/tree.h", "CFLAGS_XMLREADER", PHP_PHP_BUILD + "\\include\\libxml2")
/PHP-7.4/ext/standard/tests/serialize/
H A Dbug78438.phpt56 $serialized = serialize($tree);
59 $tree = unserialize($serialized);
64 $nodes = [$tree];
83 Testcase tree 3 x 1
88 Testcase tree 3 x 2
93 Testcase tree 3 x 3
98 Testcase tree 3 x 4
103 Testcase tree 3 x 5
108 Testcase tree 3 x 6
113 Testcase tree 3 x 7
[all …]
/PHP-7.4/ext/standard/tests/file/
H A Drename_variation1-win32.phpt23 /* Testing simple directory tree */
H A Drename_variation1.phpt18 /* Testing simple directory tree */
/PHP-7.4/ext/spl/tests/
H A Dbug65328.phpt193 throw new \RuntimeException("Node uid is not unique in assigned node tree");
211 $tree = new Tree($headNode);
213 return !$tree->find($uid);
289 $tree = new Tree();
291 $tree->getHead()->addChild($node1);
295 print_r($tree->findAll(2)->offsetGet(0));
/PHP-7.4/ext/soap/
H A Dconfig.w329 CHECK_HEADER_ADD_INCLUDE("libxml/tree.h", "CFLAGS_SOAP", PHP_PHP_BUILD + "\\include\\libxml2")
/PHP-7.4/ext/simplexml/
H A Dconfig.w328 …CHECK_HEADER_ADD_INCLUDE("libxml/tree.h", "CFLAGS_SIMPLEXML", PHP_PHP_BUILD + "\\include\\libxml2")

Completed in 61 milliseconds

12