Lines Matching refs:tree
51 $tree = createTree($width, $depth);
53 echo "Testcase tree $width x $depth".PHP_EOL;
56 $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
118 Testcase tree 3 x 8