--TEST-- Bug #63635 (Segfault in gc_collect_cycles) --FILE-- childs[] = $this; } $this->childs[] = $this; } function __destruct() { $this->childs = NULL; } } define("MAX", 16); for ($n = 0; $n < 20; $n++) { $top = new Node(); for ($i=0 ; $i