/PHP-7.1/sapi/phpdbg/ |
H A D | phpdbg_btree.c | 36 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 D | phpdbg_btree.h | 45 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.1/ext/dom/ |
H A D | documentfragment.c | 83 static void php_dom_xmlSetTreeDoc(xmlNodePtr tree, xmlDocPtr doc) /* {{{ */ in php_dom_xmlSetTreeDoc() argument 88 if (tree) { in php_dom_xmlSetTreeDoc() 89 if(tree->type == XML_ELEMENT_NODE) { in php_dom_xmlSetTreeDoc() 90 prop = tree->properties; in php_dom_xmlSetTreeDoc() 103 if (tree->children != NULL) { in php_dom_xmlSetTreeDoc() 104 cur = tree->children; in php_dom_xmlSetTreeDoc() 110 tree->doc = doc; in php_dom_xmlSetTreeDoc()
|
/PHP-7.1/Zend/tests/ |
H A D | bug60138.phpt | 5 $tree = array(array("f")); 6 $category =& $tree[0]; 9 new RecursiveArrayIterator($tree),
|
/PHP-7.1/ext/intl/tests/ |
H A D | msgfmt_format.phpt | 16 …n_US' => "{0,number,integer} monkeys on {1,number,integer} trees make {2,number} monkeys per tree", 19 …n_UK' => "{0,number,integer} monkeys on {1,number,integer} trees make {2,number} monkeys per tree", 50 '4,560 monkeys on 123 trees make 37.073 monkeys per tree' 51 '4,560 monkeys on 123 trees make 37.073 monkeys per tree' 62 '4,560 monkeys on 123 trees make 37.073 monkeys per tree' 63 '4,560 monkeys on 123 trees make 37.073 monkeys per tree'
|
H A D | msgfmt_parse.phpt | 16 …n_US' => "{0,number,integer} monkeys on {1,number,integer} trees make {2,number} monkeys per tree", 19 …n_UK' => "{0,number,integer} monkeys on {1,number,integer} trees make {2,number} monkeys per tree", 25 'en_US' => "4,560 monkeys on 123 trees make 37.073 monkeys per tree", 28 'en_UK' => "4,560 monkeys on 123 trees make 37.073 monkeys per tree", 29 'root' => "4,560 monkeys on 123 trees make 37.073 monkeys per tree",
|
/PHP-7.1/ext/spl/examples/ |
H A D | directorytreeiterator.inc | 38 $tree = ''; 40 $tree .= $this->getSubIterator($l)->hasNext() ? '| ' : ' '; 42 return $tree . ($this->getSubIterator($l)->hasNext() ? '|-' : '\-')
|
H A D | directorygraphiterator.inc | 13 * @brief A tree iterator that only shows directories.
|
/PHP-7.1/ext/phar/phar/ |
H A D | directorytreeiterator.inc | 38 $tree = ''; 40 $tree .= $this->getSubIterator($l)->hasNext() ? '| ' : ' '; 42 return $tree . ($this->getSubIterator($l)->hasNext() ? '|-' : '\-')
|
H A D | directorygraphiterator.inc | 13 * @brief A tree iterator that only shows directories.
|
/PHP-7.1/ext/tidy/examples/ |
H A D | dumpit5.php | 21 $tree = $tidy->root(); variable 22 dump_tree($tree);
|
/PHP-7.1/ext/spl/tests/ |
H A D | bug65328.phpt | 193 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.1/ext/dom/tests/ |
H A D | DOMNode_replaceChild_basic.phpt | 22 // If the newChild is already in the tree, it is first removed. 25 echo "Existing child is removed from tree:\n" . $document->saveXML(); 39 Existing child is removed from tree:
|
H A D | DOMNode_cloneNode_basic.phpt | 40 // strip all text nodes from this tree
|
/PHP-7.1/ext/spl/internal/ |
H A D | recursivetreeiterator.inc | 72 $tree = ''; 75 $tree .= $this->getSubIterator($level)->hasNext() ? $this->prefix[1] : $this->prefix[2]; 77 $tree .= $this->getSubIterator($level)->hasNext() ? $this->prefix[3] : $this->prefix[4]; 79 return $this->prefix[0] . $tree . $this->prefix[5];
|
/PHP-7.1/appveyor/ |
H A D | build.bat | 31 …git --git-dir="%PHP_BUILD_CACHE_SDK_DIR%\.git" --work-tree="%PHP_BUILD_CACHE_SDK_DIR%" fetch --pru… 33 …git --git-dir="%PHP_BUILD_CACHE_SDK_DIR%\.git" --work-tree="%PHP_BUILD_CACHE_SDK_DIR%" checkout --…
|
/PHP-7.1/ext/xmlreader/ |
H A D | config.w32 | 9 CHECK_HEADER_ADD_INCLUDE("libxml/tree.h", "CFLAGS_XMLREADER", PHP_PHP_BUILD + "\\include\\libxml2")
|
/PHP-7.1/ext/xml/ |
H A D | config.w32 | 10 CHECK_HEADER_ADD_INCLUDE("libxml/tree.h", "CFLAGS_XML", PHP_PHP_BUILD + "\\include\\libxml2")
|
/PHP-7.1/ext/soap/ |
H A D | config.w32 | 10 CHECK_HEADER_ADD_INCLUDE("libxml/tree.h", "CFLAGS_SOAP", PHP_PHP_BUILD + "\\include\\libxml2")
|
/PHP-7.1/ext/libxml/ |
H A D | config.w32 | 10 …CHECK_HEADER_ADD_INCLUDE("libxml/tree.h", "CFLAGS_LIBXML", PHP_PHP_BUILD + "\\include\\libxml2") &&
|
/PHP-7.1/ext/simplexml/ |
H A D | config.w32 | 9 …CHECK_HEADER_ADD_INCLUDE("libxml/tree.h", "CFLAGS_SIMPLEXML", PHP_PHP_BUILD + "\\include\\libxml2")
|
/PHP-7.1/ext/xsl/ |
H A D | config.w32 | 10 && CHECK_HEADER_ADD_INCLUDE("libxml/tree.h", "CFLAGS_XSL", PHP_PHP_BUILD + "\\include\\libxml2")
|
/PHP-7.1/ext/standard/tests/file/ |
H A D | rename_variation1.phpt | 18 /* Testing simple directory tree */
|
H A D | rename_variation1-win32.phpt | 23 /* Testing simple directory tree */
|
/PHP-7.1/sapi/cgi/ |
H A D | CHANGES | 24 web tree and people will not be able
|